Searched refs:cons (Results 51 - 75 of 89) sorted by relevance

1234

/drivers/tty/serial/
H A Dserial_ks8695.c671 .cons = KS8695_CONSOLE,
H A Dsn_console.c786 .cons = SAL_CONSOLE,
H A Duartlite.c473 .cons = &ulite_console,
H A Dvt8500_serial.c544 .cons = VT8500_CONSOLE,
H A Dxilinx_uartps.c929 .cons = &xuartps_console, /* Console */
H A Domap-serial.c227 if (up->port.line == up->port.cons->index) {
1180 .cons = OMAP_CONSOLE,
H A Damba-pl010.c686 .cons = AMBA_CONSOLE,
H A Dbfin_sport_uart.c711 .cons = SPORT_UART_CONSOLE,
H A Ddz.c931 .cons = SERIAL_DZ_CONSOLE,
H A Defm32-uart.c670 .cons = &efm32_uart_console,
H A Dip22zilog.c1074 .cons = &ip22zilog_console,
H A Dsa1100.c817 .cons = SA1100_CONSOLE,
H A Dsb1250-duart.c931 .cons = SERIAL_SB1250_DUART_CONSOLE,
H A Dvr41xx_siu.c867 .cons = SERIAL_VR41XX_CONSOLE,
H A Dsh-sci.c2250 #define uart_console(port) ((port)->cons->index == (port)->line)
2314 .cons = SCI_CONSOLE,
H A Dbfin_uart.c1239 .cons = BFIN_SERIAL_CONSOLE,
H A Dsamsung.c909 .cons = S3C24XX_SERIAL_CONSOLE,
H A Dsunsab.c157 (up->port.line == up->port.cons->index))
H A Dzs.c1256 .cons = SERIAL_ZS_CONSOLE,
/drivers/net/fddi/
H A Ddefxx.h1386 PI_UINT8 cons; member in struct:__anon3015::__anon3016
1451 PI_UINT8 cons; member in struct:__anon3023::__anon3024
/drivers/net/ethernet/sun/
H A Dniu.c3602 int cons, index; local
3618 cons = rp->cons;
3621 "%s() pkt_cnt[%u] cons[%d]\n", __func__, pkt_cnt, cons);
3624 cons = release_tx_packet(np, rp, cons);
3626 rp->cons = cons;
4304 rp->cons
[all...]
/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h495 u32 cons; member in struct:mlx4_slave_event_eq
/drivers/s390/cio/
H A Ddevice_fsm.c748 !irb->esw.esw0.erw.cons) {
/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c1355 .cons = CPM_UART_CONSOLE,
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c278 u16 cons, u16 prod,
282 struct sw_rx_bd *cons_rx_buf = &fp->rx_buf_ring[cons];
305 bnx2x_reuse_rx_data(fp, cons, prod);
317 /* move partial skb from cons to pool (don't unmap yet) */
277 bnx2x_tpa_start(struct bnx2x_fastpath *fp, u16 queue, u16 cons, u16 prod, struct eth_fast_path_rx_cqe *cqe) argument

Completed in 554 milliseconds

1234