/Linux-v5.4/drivers/staging/rtl8188eu/include/ |
D | osdep_service.h | 58 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/ |
D | osdep_service_linux.h | 109 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/ |
D | xmit_linux.c | 106 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/ |
D | xmit_linux.c | 121 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/ |
D | txrx.c | 320 if (netif_tx_queue_stopped(txq)) { in mwifiex_write_data_complete()
|
D | main.c | 795 if (!netif_tx_queue_stopped(txq)) { in mwifiex_queue_tx_pkt() 1160 netif_tx_queue_stopped(txq) ? in mwifiex_drv_info_dump()
|
D | debugfs.c | 143 p += sprintf(p, " %d:%s", i, netif_tx_queue_stopped(txq) ? in mwifiex_info_read()
|
/Linux-v5.4/drivers/net/ |
D | ifb.c | 111 if (netif_tx_queue_stopped(txq)) in ifb_ri_tasklet()
|
/Linux-v5.4/drivers/net/hyperv/ |
D | netvsc.c | 712 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/ |
D | sunvnet_common.c | 727 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/ |
D | tx.c | 512 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) && in ef4_xmit_done()
|
/Linux-v5.4/drivers/net/ethernet/google/gve/ |
D | gve_tx.c | 563 if (try_to_wake && netif_tx_queue_stopped(tx->netdev_txq) && in gve_clean_tx_done()
|
/Linux-v5.4/drivers/net/ethernet/ |
D | lantiq_etop.c | 190 if (netif_tx_queue_stopped(txq)) in ltq_etop_poll_tx()
|
/Linux-v5.4/drivers/net/xen-netback/ |
D | interface.c | 140 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, id)); in xenvif_queue_stopped()
|
D | xenbus.c | 97 netif_tx_queue_stopped(dev_queue) ? "stopped" : "running"); in xenvif_read_io_ring()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/ |
D | qede_fp.c | 451 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/ |
D | netdevice.h | 3137 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/ |
D | en_tx.c | 527 if (netif_tx_queue_stopped(sq->txq) && in mlx5e_poll_tx_cq()
|
/Linux-v5.4/drivers/net/ethernet/sfc/ |
D | tx.c | 769 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) && in efx_xmit_done()
|
/Linux-v5.4/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 776 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/ |
D | nicvf_main.c | 945 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/ |
D | en_tx.c | 489 if (netif_tx_queue_stopped(ring->tx_queue) && in mlx4_en_process_tx_cq()
|
/Linux-v5.4/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.c | 621 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/ |
D | stmmac_main.c | 1963 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/ |
D | ehea_main.c | 857 if (unlikely(netif_tx_queue_stopped(txq) && in ehea_proc_cqes() 860 if (netif_tx_queue_stopped(txq) && in ehea_proc_cqes()
|