Home
last modified time | relevance | path

Searched refs:netif_tx_queue_stopped (Results 1 – 25 of 64) sorted by relevance

123

/linux-6.14.4/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h78 return (netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) && in rtw_netif_queue_stopped()
79 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) && in rtw_netif_queue_stopped()
80 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) && in rtw_netif_queue_stopped()
81 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3))); in rtw_netif_queue_stopped()
/linux-6.14.4/include/net/
Dnetdev_queues.h262 if (unlikely(netif_tx_queue_stopped(txq)) && \
/linux-6.14.4/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c116 if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue))) in rtw_check_xmit_resource()
/linux-6.14.4/drivers/net/ethernet/sfc/siena/
Dtx.c243 if (netif_tx_queue_stopped(tx_queue->core_txq)) in efx_siena_xdp_tx_buffers()
Dtx_common.c259 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) && in efx_siena_xmit_done()
/linux-6.14.4/drivers/net/wireless/marvell/mwifiex/
Dtxrx.c316 if (netif_tx_queue_stopped(txq)) { in mwifiex_write_data_complete()
Dmain.c823 if (!netif_tx_queue_stopped(txq)) { in mwifiex_queue_tx_pkt()
1188 netif_tx_queue_stopped(txq) ? in mwifiex_drv_info_dump()
Ddebugfs.c131 p += sprintf(p, " %d:%s", i, netif_tx_queue_stopped(txq) ? in mwifiex_info_read()
/linux-6.14.4/drivers/net/
Difb.c139 if (netif_tx_queue_stopped(txq)) in ifb_ri_tasklet()
/linux-6.14.4/drivers/net/wwan/t7xx/
Dt7xx_netdev.c449 if (netif_tx_queue_stopped(net_queue)) in t7xx_ccmni_queue_tx_irq_notify()
/linux-6.14.4/drivers/net/ethernet/sfc/
Dtx_common.c292 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) && in efx_xmit_done()
Def100_tx.c413 if (netif_tx_queue_stopped(tx_queue->core_txq) || in __ef100_enqueue_skb()
Dtx.c448 if (netif_tx_queue_stopped(tx_queue->core_txq)) in efx_xdp_tx_buffers()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c413 if (!netif_tx_queue_stopped(sq->txq) && in mlx5e_txwqe_complete()
781 if (netif_tx_queue_stopped(sq->txq) && in mlx5e_txqsq_wake()
/linux-6.14.4/drivers/net/ethernet/sfc/falcon/
Dtx.c505 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) && in ef4_xmit_done()
/linux-6.14.4/drivers/net/ethernet/sun/
Dsunvnet_common.c728 if (unlikely(netif_tx_queue_stopped(txq) && in vnet_ack()
767 if (likely(netif_tx_queue_stopped(txq))) in maybe_tx_wakeup()
1382 if (!netif_tx_queue_stopped(txq)) { in sunvnet_start_xmit_common()
/linux-6.14.4/drivers/net/hyperv/
Dnetvsc.c808 if (netif_tx_queue_stopped(txq) && !net_device->tx_disable && in netvsc_send_tx_complete()
1141 if (netif_tx_queue_stopped(txq) && in netvsc_send_pkt()
/linux-6.14.4/drivers/net/ethernet/
Dlantiq_etop.c192 if (netif_tx_queue_stopped(txq)) in ltq_etop_poll_tx()
/linux-6.14.4/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c474 if (unlikely(netif_tx_queue_stopped(netdev_txq))) { in qede_tx_int()
487 if ((netif_tx_queue_stopped(netdev_txq)) && in qede_tx_int()
/linux-6.14.4/include/linux/
Dnetdevice.h3570 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) in netif_tx_queue_stopped() function
3583 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0)); in netif_queue_stopped()
3713 return netif_tx_queue_stopped(dev_queue); in __netdev_tx_sent_queue()
3899 return netif_tx_queue_stopped(txq); in __netif_subqueue_stopped()
/linux-6.14.4/drivers/net/ethernet/pensando/ionic/
Dionic_txrx.c423 if (netif_tx_queue_stopped(nq) || in ionic_xdp_xmit()
555 if (netif_tx_queue_stopped(nq) || in ionic_run_xdp()
/linux-6.14.4/drivers/net/ethernet/fungible/funeth/
Dfuneth_tx.c458 if (unlikely(netif_tx_queue_stopped(q->ndq) && in fun_txq_reclaim()
/linux-6.14.4/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c780 if (unlikely(netif_tx_queue_stopped(dev_txq) && in sxgbe_tx_queue_clean()
1306 if (!netif_tx_queue_stopped(dev_txq)) { in sxgbe_xmit()
/linux-6.14.4/drivers/net/xen-netback/
Dxenbus.c97 netif_tx_queue_stopped(dev_queue) ? "stopped" : "running"); in xenvif_read_io_ring()
/linux-6.14.4/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c942 if (netif_tx_queue_stopped(txq) && netif_carrier_ok(netdev)) { in nicvf_cq_intr_handler()
1289 if (!netif_tx_queue_stopped(txq) && in nicvf_xmit()

123