Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/sfc/siena/
Dtx.c237 HARD_TX_LOCK(efx->net_dev, tx_queue->core_txq, cpu); in efx_siena_xdp_tx_buffers()
/Linux-v6.1/net/xfrm/
Dxfrm_device.c352 HARD_TX_LOCK(dev, txq, smp_processor_id()); in xfrm_dev_resume()
/Linux-v6.1/drivers/net/ethernet/sfc/
Dtx.c450 HARD_TX_LOCK(efx->net_dev, tx_queue->core_txq, cpu); in efx_xdp_tx_buffers()
/Linux-v6.1/net/core/
Dnetpoll.c125 HARD_TX_LOCK(dev, txq, smp_processor_id()); in queue_process()
Ddev.c4252 HARD_TX_LOCK(dev, txq, cpu); in __dev_queue_xmit()
4310 HARD_TX_LOCK(dev, txq, smp_processor_id()); in __dev_direct_xmit()
4881 HARD_TX_LOCK(dev, txq, cpu); in generic_xdp_tx()
Dpktgen.c3548 HARD_TX_LOCK(odev, txq, smp_processor_id()); in pktgen_xmit()
/Linux-v6.1/net/sched/
Dsch_generic.c340 HARD_TX_LOCK(dev, txq, smp_processor_id()); in sch_direct_xmit()
/Linux-v6.1/include/linux/
Dnetdevice.h4386 #define HARD_TX_LOCK(dev, txq, cpu) { \ macro