/linux/drivers/net/ethernet/apple/ |
H A D | bmac.c | 73 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 D | mace.c | 57 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/soc/apple/ |
H A D | mailbox.c | 138 reinit_completion(&mbox->tx_empty); in apple_mbox_send() 142 &mbox->tx_empty, in apple_mbox_send() 176 complete(&mbox->tx_empty); in apple_mbox_send_empty_irq() 355 init_completion(&mbox->tx_empty); in apple_mbox_probe()
|
/linux/drivers/tty/serial/ |
H A D | pch_uart.c | 216 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 D | max3100.c | 84 int tx_empty; /* last TX empty bit */ member 177 s->tx_empty = (*rx & MAX3100_T) > 0; in max3100_sr() 367 return s->tx_empty; in max3100_tx_empty() 657 .tx_empty = max3100_tx_empty,
|
H A D | mpc52xx_uart.c | 92 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 D | mux.c | 404 .tx_empty = mux_tx_empty,
|
H A D | esp32_acm.c | 265 .tx_empty = esp32s3_acm_tx_empty,
|
H A D | altera_jtaguart.c | 237 .tx_empty = altera_jtaguart_tx_empty,
|
H A D | liteuart.c | 266 .tx_empty = liteuart_tx_empty,
|
H A D | rsci.c | 431 .tx_empty = rsci_tx_empty,
|
H A D | sunhv.c | 378 .tx_empty = sunhv_tx_empty,
|
H A D | arc_uart.c | 453 .tx_empty = arc_serial_tx_empty,
|
H A D | apbuart.c | 298 .tx_empty = apbuart_tx_empty,
|
H A D | timbuart.c | 380 .tx_empty = timbuart_tx_empty,
|
H A D | clps711x.c | 333 .tx_empty = uart_clps711x_tx_empty,
|
H A D | digicolor-usart.c | 368 .tx_empty = digicolor_uart_tx_empty,
|
H A D | altera_uart.c | 393 .tx_empty = altera_uart_tx_empty,
|
H A D | mcf.c | 448 .tx_empty = mcf_tx_empty,
|
H A D | mps2-uart.c | 396 .tx_empty = mps2_uart_tx_empty,
|
/linux/include/linux/usb/ |
H A D | serial.h | 284 bool (*tx_empty)(struct usb_serial_port *port); member
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | sdio.c | 762 bool tx_empty = true; in rtw_sdio_deep_ps_enter() local 777 tx_empty = false; in rtw_sdio_deep_ps_enter() 783 if (!tx_empty) { in rtw_sdio_deep_ps_enter()
|
H A D | pci.c | 607 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()
|
/linux/drivers/usb/serial/ |
H A D | f81232.c | 986 .tx_empty = f81232_tx_empty, 1010 .tx_empty = f81232_tx_empty,
|
/linux/net/mac80211/ |
H A D | scan.c | 918 bool tx_empty = true; in ieee80211_scan_state_decision() local 941 tx_empty = false; in ieee80211_scan_state_decision() 965 if (associated && !tx_empty) { in ieee80211_scan_state_decision()
|