Home
last modified time | relevance | path

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

/Linux-v5.15/net/xfrm/
Dxfrm_device.c323 HARD_TX_LOCK(dev, txq, smp_processor_id()); in xfrm_dev_resume()
/Linux-v5.15/drivers/net/ethernet/sfc/
Dtx.c447 HARD_TX_LOCK(efx->net_dev, tx_queue->core_txq, cpu); in efx_xdp_tx_buffers()
/Linux-v5.15/net/core/
Dnetpoll.c125 HARD_TX_LOCK(dev, txq, smp_processor_id()); in queue_process()
Ddev.c4205 HARD_TX_LOCK(dev, txq, cpu); in __dev_queue_xmit()
4275 HARD_TX_LOCK(dev, txq, smp_processor_id()); in __dev_direct_xmit()
4836 HARD_TX_LOCK(dev, txq, cpu); in generic_xdp_tx()
Dpktgen.c3547 HARD_TX_LOCK(odev, txq, smp_processor_id()); in pktgen_xmit()
/Linux-v5.15/net/sched/
Dsch_generic.c340 HARD_TX_LOCK(dev, txq, smp_processor_id()); in sch_direct_xmit()
/Linux-v5.15/include/linux/
Dnetdevice.h4518 #define HARD_TX_LOCK(dev, txq, cpu) { \ macro