Home
last modified time | relevance | path

Searched refs:HARD_TX_LOCK (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/sfc/siena/
H A Dtx.c237 HARD_TX_LOCK(efx->net_dev, tx_queue->core_txq, cpu); in efx_siena_xdp_tx_buffers()
/linux/net/core/
H A Dnetpoll.c107 HARD_TX_LOCK(dev, txq, smp_processor_id()); in queue_process()
H A Ddev.c4920 HARD_TX_LOCK(dev, txq, cpu); in __dev_queue_xmit()
4988 HARD_TX_LOCK(dev, txq, smp_processor_id()); in __dev_direct_xmit()
5702 HARD_TX_LOCK(dev, txq, cpu); in generic_xdp_tx()
H A Dpktgen.c3641 HARD_TX_LOCK(odev, txq, smp_processor_id()); in pktgen_xmit()
/linux/net/xfrm/
H A Dxfrm_device.c487 HARD_TX_LOCK(dev, txq, smp_processor_id()); in xfrm_dev_resume()
/linux/net/sched/
H A Dsch_generic.c370 HARD_TX_LOCK(dev, txq, smp_processor_id()); in sch_direct_xmit()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c53 HARD_TX_LOCK(netdev, netdev_txq, smp_processor_id()); in ionic_txq_poke_doorbell()
/linux/include/linux/
H A Dnetdevice.h4934 #define HARD_TX_LOCK(dev, txq, cpu) { \ macro