Searched refs:tx_empty (Results 1 - 25 of 65) sorted by relevance

123

/drivers/net/ethernet/apple/
H A Dmace.c57 int tx_empty; member in struct:mace_data
421 for (i = mp->tx_empty; i != mp->tx_fill; ) {
485 mp->tx_empty = 0;
545 if (next == mp->tx_empty) {
579 if (next == mp->tx_empty)
676 i = mp->tx_empty;
780 if (i != mp->tx_empty) {
784 mp->tx_empty = i;
824 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty;
840 i = mp->tx_empty;
[all...]
H A Dbmac.c78 int tx_empty; member in struct:bmac_data
595 bp->tx_empty = 0;
652 /* bp->tx_empty, bp->tx_fill)); */
656 if (i == bp->tx_empty) {
771 cp = &bp->tx_cmds[bp->tx_empty];
784 if (bp->tx_bufs[bp->tx_empty]) {
786 dev_kfree_skb_irq(bp->tx_bufs[bp->tx_empty]);
788 bp->tx_bufs[bp->tx_empty] = NULL;
791 if (++bp->tx_empty >= N_TX_RING)
792 bp->tx_empty
[all...]
/drivers/tty/serial/
H A Dpch_uart.c231 int tx_empty; member in struct:eg20t_port
873 int tx_empty; local
879 priv->tx_empty = 1;
884 tx_empty = 1;
888 tx_empty = 0;
898 tx_empty = 0;
901 priv->tx_empty = tx_empty;
903 if (tx_empty) {
918 int tx_empty; local
[all...]
H A Dmpc52xx_uart.c107 int (*tx_empty)(struct uart_port *port); member in struct:psc_ops
294 .tx_empty = mpc52xx_psc_tx_empty,
315 .tx_empty = mpc52xx_psc_tx_empty,
582 .tx_empty = mpc512x_psc_tx_empty,
610 return psc_ops->tx_empty(port) ? TIOCSER_TEMT : 0;
911 .tx_empty = mpc52xx_uart_tx_empty,
H A Dmax3100.c102 int tx_empty; /* last TX empty bit */ member in struct:max3100_port
217 s->tx_empty = (*rx & MAX3100_T) > 0;
389 return s->tx_empty;
717 .tx_empty = max3100_tx_empty,
H A Dmux.c447 .tx_empty = mux_tx_empty,
H A D21285.c343 .tx_empty = serial21285_tx_empty,
H A Daltera_jtaguart.c286 .tx_empty = altera_jtaguart_tx_empty,
H A Dclps711x.c384 .tx_empty = clps711xuart_tx_empty,
H A Dnwpserial.c309 .tx_empty = nwpserial_tx_empty,
H A Dsunhv.c374 .tx_empty = sunhv_tx_empty,
H A Dtimbuart.c401 .tx_empty = timbuart_tx_empty,
H A Daltera_uart.c404 .tx_empty = altera_uart_tx_empty,
H A Dapbuart.c333 .tx_empty = apbuart_tx_empty,
H A Dar933x_uart.c418 .tx_empty = ar933x_uart_tx_empty,
H A Dbcm63xx_uart.c650 .tx_empty = bcm_uart_tx_empty,
H A Dlantiq.c559 .tx_empty = lqasc_tx_empty,
H A Dmcf.c425 .tx_empty = mcf_tx_empty,
H A Dmrst_max3110.c722 .tx_empty = serial_m3110_tx_empty,
H A Dmxs-auart.c506 .tx_empty = mxs_auart_tx_empty,
H A Dnetx-serial.c466 .tx_empty = netx_tx_empty,
H A Dpnx8xxx_uart.c618 .tx_empty = pnx8xxx_tx_empty,
H A Dsc26xx.c519 .tx_empty = sc26xx_tx_empty,
H A Dserial_ks8695.c531 .tx_empty = ks8695uart_tx_empty,
/drivers/tty/serial/jsm/
H A Djsm_tty.c350 .tx_empty = jsm_tty_tx_empty,

Completed in 2443 milliseconds

123