/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | osdep_service_linux.h | 80 return (netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) && in rtw_netif_queue_stopped() 81 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) && in rtw_netif_queue_stopped() 82 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) && in rtw_netif_queue_stopped() 83 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3))); in rtw_netif_queue_stopped()
|
/openbmc/linux/include/net/ |
H A D | netdev_queues.h | 133 if (unlikely(netif_tx_queue_stopped(txq)) && \
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | xmit_linux.c | 117 if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue))) in rtw_check_xmit_resource()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | tx.c | 243 if (netif_tx_queue_stopped(tx_queue->core_txq)) in efx_siena_xdp_tx_buffers()
|
H A D | tx_common.c | 259 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) && in efx_siena_xmit_done()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | txrx.c | 316 if (netif_tx_queue_stopped(txq)) { in mwifiex_write_data_complete()
|
H A D | main.c | 820 if (!netif_tx_queue_stopped(txq)) { in mwifiex_queue_tx_pkt() 1185 netif_tx_queue_stopped(txq) ? in mwifiex_drv_info_dump()
|
H A D | debugfs.c | 131 p += sprintf(p, " %d:%s", i, netif_tx_queue_stopped(txq) ? in mwifiex_info_read()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tx_common.c | 274 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) && in efx_xmit_done()
|
H A D | ef100_tx.c | 413 if (netif_tx_queue_stopped(tx_queue->core_txq) || in __ef100_enqueue_skb()
|
H A D | tx.c | 456 if (netif_tx_queue_stopped(tx_queue->core_txq)) in efx_xdp_tx_buffers()
|
/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_netdev.c | 443 if (netif_tx_queue_stopped(net_queue)) in t7xx_ccmni_queue_tx_irq_notify()
|
/openbmc/linux/drivers/net/ |
H A D | ifb.c | 139 if (netif_tx_queue_stopped(txq)) in ifb_ri_tasklet()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tx.c | 413 if (!netif_tx_queue_stopped(sq->txq) && in mlx5e_txwqe_complete() 779 if (netif_tx_queue_stopped(sq->txq) && in mlx5e_txqsq_wake()
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.c | 728 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()
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | tx.c | 513 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) && in ef4_xmit_done()
|
/openbmc/linux/drivers/net/hyperv/ |
H A D | netvsc.c | 803 if (netif_tx_queue_stopped(txq) && !net_device->tx_disable && in netvsc_send_tx_complete() 1133 if (netif_tx_queue_stopped(txq) && in netvsc_send_pkt()
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 3398 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) in netif_tx_queue_stopped() function 3411 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0)); in netif_queue_stopped() 3531 return netif_tx_queue_stopped(dev_queue); in __netdev_tx_sent_queue() 3706 return netif_tx_queue_stopped(txq); in __netif_subqueue_stopped()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_fp.c | 474 if (unlikely(netif_tx_queue_stopped(netdev_txq))) { in qede_tx_int() 487 if ((netif_tx_queue_stopped(netdev_txq)) && in qede_tx_int()
|
/openbmc/linux/drivers/net/ethernet/ |
H A D | lantiq_etop.c | 194 if (netif_tx_queue_stopped(txq)) in ltq_etop_poll_tx()
|
/openbmc/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_tx.c | 458 if (unlikely(netif_tx_queue_stopped(q->ndq) && in fun_txq_reclaim()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-nuss.c | 293 netif_tx_queue_stopped(netif_txq), in am65_cpsw_nuss_ndo_host_tx_timeout() 298 if (netif_tx_queue_stopped(netif_txq)) { in am65_cpsw_nuss_ndo_host_tx_timeout() 927 if (netif_tx_queue_stopped(netif_txq)) { in am65_cpsw_nuss_tx_wake()
|
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_main.c | 781 if (unlikely(netif_tx_queue_stopped(dev_txq) && in sxgbe_tx_queue_clean() 1307 if (!netif_tx_queue_stopped(dev_txq)) { in sxgbe_xmit()
|
/openbmc/linux/drivers/net/xen-netback/ |
H A D | xenbus.c | 97 netif_tx_queue_stopped(dev_queue) ? "stopped" : "running"); in xenvif_read_io_ring()
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_main.c | 942 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()
|