Home
last modified time | relevance | path

Searched refs:__netif_txq_completed_wake (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dnetdev_queues.h200 * The netif_txq_maybe_stop() and __netif_txq_completed_wake()
231 * Pairs with a barrier in __netif_txq_completed_wake(). \
289 * __netif_txq_completed_wake() - locklessly wake a Tx queue, if needed
308 #define __netif_txq_completed_wake(txq, pkts, bytes, \
333 __netif_txq_completed_wake(txq, pkts, bytes, get_desc, start_thrs, false)
301 #define __netif_txq_completed_wake( global() macro
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c575 __netif_txq_completed_wake(nq, ss.packets, ss.bytes, in idpf_tx_singleq_clean()
H A Didpf_txrx.c2299 __netif_txq_completed_wake(nq, tx_q->cleaned_pkts, tx_q->cleaned_bytes, in idpf_tx_clean_complq()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c912 __netif_txq_completed_wake(txq, tx_pkts, tx_bytes, in __bnxt_tx_int()