/linux/drivers/staging/rtl8723bs/include/ |
H A D | osdep_service_linux.h | 78 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/drivers/staging/rtl8723bs/os_dep/ |
H A D | xmit_linux.c | 116 if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue))) in rtw_check_xmit_resource()
|
/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()
|
/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 | 827 if (!netif_tx_queue_stopped(txq)) { in mwifiex_queue_tx_pkt() 1192 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()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_tx.c | 413 if (netif_tx_queue_stopped(tx_queue->core_txq) || in __ef100_enqueue_skb()
|
/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_netdev.c | 449 if (netif_tx_queue_stopped(net_queue)) in t7xx_ccmni_queue_tx_irq_notify()
|
/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() 781 if (netif_tx_queue_stopped(sq->txq) && in mlx5e_txqsq_wake()
|
/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()
|
/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()
|
/linux/include/linux/ |
H A D | netdevice.h | 3570 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/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_txrx.c | 423 if (netif_tx_queue_stopped(nq) || in ionic_xdp_xmit() 555 if (netif_tx_queue_stopped(nq) || in ionic_run_xdp()
|
/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()
|
/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_main.c | 780 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/drivers/net/xen-netback/ |
H A D | xenbus.c | 97 netif_tx_queue_stopped(dev_queue) ? "stopped" : "running"); in xenvif_read_io_ring()
|
/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()
|
/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-nuss.c | 422 netif_tx_queue_stopped(netif_txq), in am65_cpsw_nuss_ndo_host_tx_timeout() 427 if (netif_tx_queue_stopped(netif_txq)) { in am65_cpsw_nuss_ndo_host_tx_timeout() 1490 if (netif_tx_queue_stopped(netif_txq)) { in am65_cpsw_nuss_tx_wake()
|
H A D | cpsw_priv.c | 79 if (unlikely(netif_tx_queue_stopped(txq))) in cpsw_tx_handler()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_tx.c | 532 if (netif_tx_queue_stopped(ring->tx_queue) && in mlx4_en_process_tx_cq()
|
/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_tx.c | 935 if (try_to_wake && netif_tx_queue_stopped(tx->netdev_txq) && in gve_clean_tx_done()
|
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_common.c | 183 if (netif_tx_queue_stopped(netif_txq)) { in emac_tx_complete_packets()
|
/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_main.c | 861 if (unlikely(netif_tx_queue_stopped(txq) && in ehea_proc_cqes() 864 if (netif_tx_queue_stopped(txq) && in ehea_proc_cqes()
|
/linux/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_en.c | 432 if (netif_tx_queue_stopped(net_txq) && mana_can_tx(gdma_sq)) { in mana_start_xmit() 1505 txq_stopped = netif_tx_queue_stopped(net_txq); in mana_poll_tx_cq()
|