Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/net/ethernet/sfc/
Dtx.c450 HARD_TX_LOCK(efx->net_dev, tx_queue->core_txq, cpu); in efx_xdp_tx_buffers()
/linux-6.6.21/net/xfrm/
Dxfrm_device.c445 HARD_TX_LOCK(dev, txq, smp_processor_id()); in xfrm_dev_resume()
/linux-6.6.21/net/core/
Dnetpoll.c125 HARD_TX_LOCK(dev, txq, smp_processor_id()); in queue_process()
Ddev.c4368 HARD_TX_LOCK(dev, txq, cpu); in __dev_queue_xmit()
4426 HARD_TX_LOCK(dev, txq, smp_processor_id()); in __dev_direct_xmit()
5012 HARD_TX_LOCK(dev, txq, cpu); in generic_xdp_tx()
Dpktgen.c3546 HARD_TX_LOCK(odev, txq, smp_processor_id()); in pktgen_xmit()
/linux-6.6.21/net/sched/
Dsch_generic.c340 HARD_TX_LOCK(dev, txq, smp_processor_id()); in sch_direct_xmit()
/linux-6.6.21/drivers/net/ethernet/pensando/ionic/
Dionic_txrx.c34 HARD_TX_LOCK(netdev, netdev_txq, smp_processor_id()); in ionic_txq_poke_doorbell()
/linux-6.6.21/include/linux/
Dnetdevice.h4469 #define HARD_TX_LOCK(dev, txq, cpu) { \ macro