Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/staging/rtl8188eu/include/
Dosdep_service.h58 return netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) && in rtw_netif_queue_stopped()
59 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) && in rtw_netif_queue_stopped()
60 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) && in rtw_netif_queue_stopped()
61 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3)); in rtw_netif_queue_stopped()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h109 return (netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) && in rtw_netif_queue_stopped()
110 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) && in rtw_netif_queue_stopped()
111 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) && in rtw_netif_queue_stopped()
112 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3))); in rtw_netif_queue_stopped()
/Linux-v5.4/drivers/staging/rtl8188eu/os_dep/
Dxmit_linux.c106 if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue))) in rtw_check_xmit_resource()
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c121 if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue))) in rtw_check_xmit_resource()
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dtxrx.c320 if (netif_tx_queue_stopped(txq)) { in mwifiex_write_data_complete()
Dmain.c795 if (!netif_tx_queue_stopped(txq)) { in mwifiex_queue_tx_pkt()
1160 netif_tx_queue_stopped(txq) ? in mwifiex_drv_info_dump()
Ddebugfs.c143 p += sprintf(p, " %d:%s", i, netif_tx_queue_stopped(txq) ? in mwifiex_info_read()
/Linux-v5.4/drivers/net/
Difb.c111 if (netif_tx_queue_stopped(txq)) in ifb_ri_tasklet()
/Linux-v5.4/drivers/net/hyperv/
Dnetvsc.c712 if (netif_tx_queue_stopped(txq) && !net_device->tx_disable && in netvsc_send_tx_complete()
874 if (netif_tx_queue_stopped(txq) && in netvsc_send_pkt()
/Linux-v5.4/drivers/net/ethernet/sun/
Dsunvnet_common.c727 if (unlikely(netif_tx_queue_stopped(txq) && in vnet_ack()
766 if (likely(netif_tx_queue_stopped(txq))) in maybe_tx_wakeup()
1399 if (!netif_tx_queue_stopped(txq)) { in sunvnet_start_xmit_common()
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Dtx.c512 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) && in ef4_xmit_done()
/Linux-v5.4/drivers/net/ethernet/google/gve/
Dgve_tx.c563 if (try_to_wake && netif_tx_queue_stopped(tx->netdev_txq) && in gve_clean_tx_done()
/Linux-v5.4/drivers/net/ethernet/
Dlantiq_etop.c190 if (netif_tx_queue_stopped(txq)) in ltq_etop_poll_tx()
/Linux-v5.4/drivers/net/xen-netback/
Dinterface.c140 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, id)); in xenvif_queue_stopped()
Dxenbus.c97 netif_tx_queue_stopped(dev_queue) ? "stopped" : "running"); in xenvif_read_io_ring()
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c451 if (unlikely(netif_tx_queue_stopped(netdev_txq))) { in qede_tx_int()
464 if ((netif_tx_queue_stopped(netdev_txq)) && in qede_tx_int()
/Linux-v5.4/include/linux/
Dnetdevice.h3137 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) in netif_tx_queue_stopped() function
3150 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0)); in netif_queue_stopped()
3236 return netif_tx_queue_stopped(dev_queue); in __netdev_tx_sent_queue()
3401 return netif_tx_queue_stopped(txq); in __netif_subqueue_stopped()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c527 if (netif_tx_queue_stopped(sq->txq) && in mlx5e_poll_tx_cq()
/Linux-v5.4/drivers/net/ethernet/sfc/
Dtx.c769 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) && in efx_xmit_done()
/Linux-v5.4/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c776 if (unlikely(netif_tx_queue_stopped(dev_txq) && in sxgbe_tx_queue_clean()
1298 if (!netif_tx_queue_stopped(dev_txq)) { in sxgbe_xmit()
/Linux-v5.4/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c945 if (netif_tx_queue_stopped(txq) && netif_carrier_ok(netdev)) { in nicvf_cq_intr_handler()
1292 if (!netif_tx_queue_stopped(txq) && in nicvf_xmit()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c489 if (netif_tx_queue_stopped(ring->tx_queue) && in mlx4_en_process_tx_cq()
/Linux-v5.4/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c621 if (netif_tx_queue_stopped(fifo->txq)) in vxge_xmit_compl()
863 if (netif_tx_queue_stopped(fifo->txq)) in vxge_xmit()
1569 if (netif_tx_queue_stopped(vpath->fifo.txq)) in vxge_reset_vpath()
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1963 if (unlikely(netif_tx_queue_stopped(netdev_get_tx_queue(priv->dev, in stmmac_tx_clean()
2934 if (!netif_tx_queue_stopped(netdev_get_tx_queue(dev, queue))) { in stmmac_tso_xmit()
3153 if (!netif_tx_queue_stopped(netdev_get_tx_queue(dev, queue))) { in stmmac_xmit()
/Linux-v5.4/drivers/net/ethernet/ibm/ehea/
Dehea_main.c857 if (unlikely(netif_tx_queue_stopped(txq) && in ehea_proc_cqes()
860 if (netif_tx_queue_stopped(txq) && in ehea_proc_cqes()

12