| /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 | 141 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 D | mailbox.h | 32 struct completion tx_empty; member
|
| /linux/drivers/tty/serial/ |
| H A D | max3100.c | 83 int tx_empty; /* last TX empty bit */ member 176 s->tx_empty = (*rx & MAX3100_T) > 0; in max3100_sr() 366 return s->tx_empty; in max3100_tx_empty() 656 .tx_empty = max3100_tx_empty,
|
| H A D | tegra-tcu.c | 135 .tx_empty = tegra_tcu_uart_tx_empty,
|
| H A D | mux.c | 404 .tx_empty = mux_tx_empty,
|
| H A D | 21285.c | 353 .tx_empty = serial21285_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 | sunhv.c | 378 .tx_empty = sunhv_tx_empty,
|
| H A D | timbuart.c | 380 .tx_empty = timbuart_tx_empty,
|
| H A D | digicolor-usart.c | 368 .tx_empty = digicolor_uart_tx_empty,
|
| H A D | clps711x.c | 333 .tx_empty = uart_clps711x_tx_empty,
|
| H A D | mps2-uart.c | 396 .tx_empty = mps2_uart_tx_empty,
|
| H A D | mcf.c | 448 .tx_empty = mcf_tx_empty,
|
| H A D | altera_uart.c | 393 .tx_empty = altera_uart_tx_empty,
|
| H A D | vt8500_serial.c | 561 .tx_empty = vt8500_tx_empty,
|
| H A D | lpc32xx_hs.c | 585 .tx_empty = serial_lpc32xx_tx_empty,
|
| H A D | tegra-utc.c | 338 .tx_empty = tegra_utc_tx_empty,
|
| H A D | sunplus-uart.c | 480 .tx_empty = sunplus_tx_empty,
|
| H A D | milbeaut_usio.c | 386 .tx_empty = mlb_usio_tx_empty,
|
| H A D | owl-uart.c | 477 .tx_empty = owl_uart_tx_empty,
|
| /linux/include/linux/usb/ |
| H A D | serial.h | 285 bool (*tx_empty)(struct usb_serial_port *port); member
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | pci.c | 608 bool tx_empty = true; in rtw_pci_deep_ps_enter() local 628 tx_empty = false; in rtw_pci_deep_ps_enter() 633 if (!tx_empty) { in rtw_pci_deep_ps_enter()
|