/kernel/linux/linux-5.10/drivers/net/ethernet/apple/ |
D | bmac.c | 75 int tx_empty; member 590 bp->tx_empty = 0; in bmac_init_tx_ring() 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 = 0; in bmac_txdma_intr() 788 if (bp->tx_empty == bp->tx_fill) in bmac_txdma_intr() [all …]
|
D | mace.c | 58 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 …]
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
D | pch_uart.c | 217 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 = 1; in dma_handle_tx() 937 priv->tx_empty = 1; in dma_handle_tx() [all …]
|
D | max3100.c | 97 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,
|
D | mpc52xx_uart.c | 90 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,
|
D | tegra-tcu.c | 134 .tx_empty = tegra_tcu_uart_tx_empty,
|
D | mux.c | 423 .tx_empty = mux_tx_empty,
|
D | 21285.c | 374 .tx_empty = serial21285_tx_empty,
|
D | altera_jtaguart.c | 280 .tx_empty = altera_jtaguart_tx_empty,
|
D | sunhv.c | 375 .tx_empty = sunhv_tx_empty,
|
D | timbuart.c | 386 .tx_empty = timbuart_tx_empty,
|
D | arc_uart.c | 461 .tx_empty = arc_serial_tx_empty,
|
D | apbuart.c | 326 .tx_empty = apbuart_tx_empty,
|
D | clps711x.c | 333 .tx_empty = uart_clps711x_tx_empty,
|
D | digicolor-usart.c | 370 .tx_empty = digicolor_uart_tx_empty,
|
D | altera_uart.c | 415 .tx_empty = altera_uart_tx_empty,
|
D | mps2-uart.c | 415 .tx_empty = mps2_uart_tx_empty,
|
D | milbeaut_usio.c | 386 .tx_empty = mlb_usio_tx_empty,
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
D | f81534.c | 162 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,
|
D | f81232.c | 1040 .tx_empty = f81232_tx_empty, 1065 .tx_empty = f81232_tx_empty,
|
D | generic.c | 290 while (!port->serial->type->tx_empty(port)) { in usb_serial_generic_wait_until_sent()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | serial.h | 288 bool (*tx_empty)(struct usb_serial_port *port); member
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | scan.c | 868 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-5.10/drivers/net/wireless/realtek/rtw88/ |
D | pci.c | 583 bool tx_empty = true; in rtw_pci_deep_ps_enter() local 601 tx_empty = false; in rtw_pci_deep_ps_enter() 606 if (!tx_empty) { in rtw_pci_deep_ps_enter()
|
/kernel/linux/linux-5.10/include/linux/ |
D | serial_core.h | 39 unsigned int (*tx_empty)(struct uart_port *); member
|