Home
last modified time | relevance | path

Searched refs:tx_empty (Results 1 – 25 of 73) sorted by relevance

123

/linux/drivers/net/ethernet/apple/
H A Dbmac.c73 int tx_empty; member
585 bp->tx_empty = 0; in bmac_init_tx_ring()
646 if (i == bp->tx_empty) { in bmac_transmit_packet()
761 cp = &bp->tx_cmds[bp->tx_empty]; in bmac_txdma_intr()
774 if (bp->tx_bufs[bp->tx_empty]) { in bmac_txdma_intr()
776 dev_consume_skb_irq(bp->tx_bufs[bp->tx_empty]); in bmac_txdma_intr()
778 bp->tx_bufs[bp->tx_empty] = NULL; in bmac_txdma_intr()
781 if (++bp->tx_empty >= N_TX_RING) in bmac_txdma_intr()
782 bp->tx_empty = 0; in bmac_txdma_intr()
783 if (bp->tx_empty == bp->tx_fill) in bmac_txdma_intr()
[all …]
H A Dmace.c57 int tx_empty; member
424 for (i = mp->tx_empty; i != mp->tx_fill; ) { in mace_clean_rings()
488 mp->tx_empty = 0; in mace_open()
546 if (next == mp->tx_empty) { in mace_xmit_start()
580 if (next == mp->tx_empty) in mace_xmit_start()
677 i = mp->tx_empty; in mace_interrupt()
781 if (i != mp->tx_empty) { in mace_interrupt()
785 mp->tx_empty = i; in mace_interrupt()
825 cp = mp->tx_cmds + NCMDS_TX * mp->tx_empty; in mace_tx_timeout()
841 i = mp->tx_empty; in mace_tx_timeout()
[all …]
/linux/drivers/tty/serial/
H A Dpch_uart.c216 int tx_empty; member
813 int tx_empty; in handle_tx() local
819 priv->tx_empty = 1; in handle_tx()
824 tx_empty = 1; in handle_tx()
829 tx_empty = 0; in handle_tx()
837 tx_empty = 0; in handle_tx()
840 priv->tx_empty = tx_empty; in handle_tx()
842 if (tx_empty) { in handle_tx()
868 priv->tx_empty = 1; in dma_handle_tx()
876 priv->tx_empty = 1; in dma_handle_tx()
[all …]
H A Dtegra-tcu.c135 .tx_empty = tegra_tcu_uart_tx_empty,
H A Dmux.c404 .tx_empty = mux_tx_empty,
H A D21285.c353 .tx_empty = serial21285_tx_empty,
H A Desp32_acm.c265 .tx_empty = esp32s3_acm_tx_empty,
H A Dliteuart.c266 .tx_empty = liteuart_tx_empty,
H A Drsci.c431 .tx_empty = rsci_tx_empty,
H A Dsunhv.c378 .tx_empty = sunhv_tx_empty,
H A Dapbuart.c298 .tx_empty = apbuart_tx_empty,
H A Dtimbuart.c380 .tx_empty = timbuart_tx_empty,
H A Ddigicolor-usart.c368 .tx_empty = digicolor_uart_tx_empty,
H A Dclps711x.c333 .tx_empty = uart_clps711x_tx_empty,
H A Dmps2-uart.c396 .tx_empty = mps2_uart_tx_empty,
H A Dmcf.c448 .tx_empty = mcf_tx_empty,
H A Daltera_uart.c393 .tx_empty = altera_uart_tx_empty,
H A Dvt8500_serial.c561 .tx_empty = vt8500_tx_empty,
/linux/drivers/soc/apple/
H A Dmailbox.c141 reinit_completion(&mbox->tx_empty); in apple_mbox_send()
145 &mbox->tx_empty, in apple_mbox_send()
179 complete(&mbox->tx_empty); in apple_mbox_send_empty_irq()
365 init_completion(&mbox->tx_empty); in apple_mbox_probe()
H A Dmailbox.h32 struct completion tx_empty; member
/linux/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()
1550 .tx_empty = f81534_tx_empty,
H A Df81232.c986 .tx_empty = f81232_tx_empty,
1010 .tx_empty = f81232_tx_empty,
H A Dgeneric.c289 while (!port->serial->type->tx_empty(port)) { in usb_serial_generic_wait_until_sent()
/linux/include/linux/usb/
H A Dserial.h284 bool (*tx_empty)(struct usb_serial_port *port); member
/linux/drivers/net/wireless/realtek/rtw88/
H A Dpci.c607 bool tx_empty = true; in rtw_pci_deep_ps_enter() local
627 tx_empty = false; in rtw_pci_deep_ps_enter()
632 if (!tx_empty) { in rtw_pci_deep_ps_enter()

123