Searched refs:__netif_txq_completed_wake (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/ |
| H A D | netdev_queues.h | 200 * 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 D | idpf_singleq_txrx.c | 575 __netif_txq_completed_wake(nq, ss.packets, ss.bytes, in idpf_tx_singleq_clean()
|
| H A D | idpf_txrx.c | 2299 __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 D | bnxt.c | 912 __netif_txq_completed_wake(txq, tx_pkts, tx_bytes, in __bnxt_tx_int()
|