Searched refs:__netif_txq_completed_wake (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/include/net/ |
H A D | netdev_queues.h | 10 * The netif_txq_maybe_stop() and __netif_txq_completed_wake() 41 * Pairs with a barrier in __netif_txq_completed_wake(). \ 99 * __netif_txq_completed_wake() - locklessly wake a Tx queue, if needed 118 #define __netif_txq_completed_wake(txq, pkts, bytes, \ macro 143 __netif_txq_completed_wake(txq, pkts, bytes, get_desc, start_thrs, false)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 1256 if (!__netif_txq_completed_wake(txq, total_packets, total_bytes, in ixgbe_clean_tx_irq()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 754 __netif_txq_completed_wake(txq, nr_pkts, tx_bytes, in bnxt_tx_int()
|
Completed in 31 milliseconds