Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-5.10/drivers/net/ethernet/apple/
H A Dmace.c58 int tx_empty; member
421 for (i = mp->tx_empty; i != mp->tx_fill; ) { in mace_clean_rings()
485 mp->tx_empty = 0; in mace_open()
543 if (next == mp->tx_empty) { in mace_xmit_start()
577 if (next == mp->tx_empty) in mace_xmit_start()
674 i = mp->tx_empty; in mace_interrupt()
778 if (i != mp->tx_empty) { in mace_interrupt()
782 mp->tx_empty = i; in mace_interrupt()
822 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout()
838 i = mp->tx_empty; in mace_tx_timeout()
[all...]
H A Dbmac.c75 int tx_empty; member
590 bp->tx_empty = 0; in bmac_init_tx_ring()
647 /* bp->tx_empty, bp->tx_fill)); */ in bmac_transmit_packet()
651 if (i == bp->tx_empty) { in bmac_transmit_packet()
766 cp = &bp->tx_cmds[bp->tx_empty]; in bmac_txdma_intr()
779 if (bp->tx_bufs[bp->tx_empty]) { in bmac_txdma_intr()
781 dev_consume_skb_irq(bp->tx_bufs[bp->tx_empty]); in bmac_txdma_intr()
783 bp->tx_bufs[bp->tx_empty] = NULL; in bmac_txdma_intr()
786 if (++bp->tx_empty >= N_TX_RING) in bmac_txdma_intr()
787 bp->tx_empty in bmac_txdma_intr()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/apple/
H A Dmace.c57 int tx_empty; member
426 for (i = mp->tx_empty; i != mp->tx_fill; ) { in mace_clean_rings()
490 mp->tx_empty = 0; in mace_open()
548 if (next == mp->tx_empty) { in mace_xmit_start()
582 if (next == mp->tx_empty) in mace_xmit_start()
679 i = mp->tx_empty; in mace_interrupt()
783 if (i != mp->tx_empty) { in mace_interrupt()
787 mp->tx_empty = i; in mace_interrupt()
827 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout()
843 i = mp->tx_empty; in mace_tx_timeout()
[all...]
H A Dbmac.c74 int tx_empty; member
586 bp->tx_empty = 0; in bmac_init_tx_ring()
643 /* bp->tx_empty, bp->tx_fill)); */ in bmac_transmit_packet()
647 if (i == bp->tx_empty) { in bmac_transmit_packet()
762 cp = &bp->tx_cmds[bp->tx_empty]; in bmac_txdma_intr()
775 if (bp->tx_bufs[bp->tx_empty]) { in bmac_txdma_intr()
777 dev_consume_skb_irq(bp->tx_bufs[bp->tx_empty]); in bmac_txdma_intr()
779 bp->tx_bufs[bp->tx_empty] = NULL; in bmac_txdma_intr()
782 if (++bp->tx_empty >= N_TX_RING) in bmac_txdma_intr()
783 bp->tx_empty in bmac_txdma_intr()
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dpch_uart.c217 int tx_empty; member
872 int tx_empty; in handle_tx() local
878 priv->tx_empty = 1; in handle_tx()
883 tx_empty = 1; in handle_tx()
888 tx_empty = 0; in handle_tx()
898 tx_empty = 0; in handle_tx()
901 priv->tx_empty = tx_empty; in handle_tx()
903 if (tx_empty) { in handle_tx()
929 priv->tx_empty in dma_handle_tx()
[all...]
H A Dmax3100.c97 int tx_empty; /* last TX empty bit */ member
211 s->tx_empty = (*rx & MAX3100_T) > 0; in max3100_sr()
382 return s->tx_empty; in max3100_tx_empty()
709 .tx_empty = max3100_tx_empty,
H A Dmpc52xx_uart.c90 int (*tx_empty)(struct uart_port *port); member
348 .tx_empty = mpc52xx_psc_tx_empty,
378 .tx_empty = mpc52xx_psc_tx_empty,
971 .tx_empty = mpc5125_psc_tx_empty,
1006 .tx_empty = mpc512x_psc_tx_empty,
1046 return psc_ops->tx_empty(port) ? TIOCSER_TEMT : 0; in mpc52xx_uart_tx_empty()
1344 .tx_empty = mpc52xx_uart_tx_empty,
H A Dtegra-tcu.c134 .tx_empty = tegra_tcu_uart_tx_empty,
H A Dmux.c423 .tx_empty = mux_tx_empty,
H A Dtimbuart.c386 .tx_empty = timbuart_tx_empty,
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dpch_uart.c216 int tx_empty; member
825 int tx_empty; in handle_tx() local
831 priv->tx_empty = 1; in handle_tx()
836 tx_empty = 1; in handle_tx()
841 tx_empty = 0; in handle_tx()
849 tx_empty = 0; in handle_tx()
852 priv->tx_empty = tx_empty; in handle_tx()
854 if (tx_empty) { in handle_tx()
880 priv->tx_empty in dma_handle_tx()
[all...]
H A Dmax3100.c97 int tx_empty; /* last TX empty bit */ member
211 s->tx_empty = (*rx & MAX3100_T) > 0; in max3100_sr()
381 return s->tx_empty; in max3100_tx_empty()
704 .tx_empty = max3100_tx_empty,
H A Dmpc52xx_uart.c92 unsigned int (*tx_empty)(struct uart_port *port); member
350 .tx_empty = mpc52xx_psc_tx_empty,
380 .tx_empty = mpc52xx_psc_tx_empty,
970 .tx_empty = mpc5125_psc_tx_empty,
1005 .tx_empty = mpc512x_psc_tx_empty,
1045 return psc_ops->tx_empty(port) ? TIOCSER_TEMT : 0; in mpc52xx_uart_tx_empty()
1343 .tx_empty = mpc52xx_uart_tx_empty,
H A Dmux.c404 .tx_empty = mux_tx_empty,
H A Dtegra-tcu.c133 .tx_empty = tegra_tcu_uart_tx_empty,
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Df81534.c162 unsigned long tx_empty; member
520 if (!test_and_clear_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty)) in f81534_submit_writer()
529 set_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_submit_writer()
1117 set_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_open()
1187 set_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_process_per_serial_block()
1513 return test_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_tx_empty()
1571 .tx_empty = f81534_tx_empty,
H A Df81232.c1040 .tx_empty = f81232_tx_empty,
1065 .tx_empty = f81232_tx_empty,
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Df81534.c162 unsigned long tx_empty; member
518 if (!test_and_clear_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty)) in f81534_submit_writer()
527 set_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_submit_writer()
1103 set_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_open()
1168 set_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_process_per_serial_block()
1493 return test_bit(F81534_TX_EMPTY_BIT, &port_priv->tx_empty); in f81534_tx_empty()
1551 .tx_empty = f81534_tx_empty,
H A Df81232.c987 .tx_empty = f81232_tx_empty,
1012 .tx_empty = f81232_tx_empty,
/kernel/linux/linux-6.6/include/linux/
H A Dserial_core.h41 * @tx_empty: ``unsigned int ()(struct uart_port *port)``
375 unsigned int (*tx_empty)(struct uart_port *); member
790 __port->ops->tx_empty(__port)) \
/kernel/linux/linux-5.10/include/linux/usb/
H A Dserial.h288 bool (*tx_empty)(struct usb_serial_port *port); member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dserial.h284 bool (*tx_empty)(struct usb_serial_port *port); member
/kernel/linux/linux-5.10/net/mac80211/
H A Dscan.c868 bool tx_empty = true; in ieee80211_scan_state_decision() local
890 tx_empty = false; in ieee80211_scan_state_decision()
915 if (associated && !tx_empty) { in ieee80211_scan_state_decision()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dsdio.c754 bool tx_empty = true; in rtw_sdio_deep_ps_enter() local
769 tx_empty = false; in rtw_sdio_deep_ps_enter()
775 if (!tx_empty) { in rtw_sdio_deep_ps_enter()
/kernel/linux/linux-6.6/net/mac80211/
H A Dscan.c862 bool tx_empty = true; in ieee80211_scan_state_decision() local
884 tx_empty = false; in ieee80211_scan_state_decision()
909 if (associated && !tx_empty) { in ieee80211_scan_state_decision()

Completed in 55 milliseconds

1234567