Home
last modified time | relevance | path

Searched refs:netif_txq_maybe_stop (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Dnetdev_queues.h200 * The netif_txq_maybe_stop() and __netif_txq_completed_wake()
247 * netif_txq_maybe_stop() - locklessly stop a Tx queue, if needed
265 #define netif_txq_maybe_stop(txq, get_desc, stop_thrs, start_thrs) \
370 netif_txq_maybe_stop(_txq, get_desc, stop_thrs, start_thrs); \
258 #define netif_txq_maybe_stop( global() macro
/linux/Documentation/networking/
H A Ddriver.rst83 if (!netif_txq_maybe_stop(txq, drv_tx_avail(dr),
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c428 !netif_txq_maybe_stop(q_to_ndq(netdev, txq), in ionic_xdp_xmit()
450 netif_txq_maybe_stop(q_to_ndq(netdev, txq), in ionic_xdp_xmit()
560 !netif_txq_maybe_stop(q_to_ndq(netdev, txq), in ionic_run_xdp()
1828 if (!netif_txq_maybe_stop(q_to_ndq(netdev, q), in ionic_start_xmit()
/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c969 netif_txq_maybe_stop(txq, CIRC_SPACE(lp->tx_ring_head, lp->tx_ring_tail, TX_BD_NUM_MAX), in axienet_start_xmit_dmaengine()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c128 res = netif_txq_maybe_stop(txq, fbnic_desc_unused(ring), size, in fbnic_maybe_stop_tx()