| /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/net/ethernet/cisco/enic/ |
| H A D | enic_wq.c | 76 if (netif_tx_queue_stopped(netdev_get_tx_queue(enic->netdev, q_number)) in enic_wq_service()
|
| /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/ |
| H A D | ifb.c | 139 if (netif_tx_queue_stopped(txq)) in ifb_ri_tasklet()
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_netdev.c | 450 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 | 419 if (!netif_tx_queue_stopped(sq->txq) && in mlx5e_txwqe_complete() 782 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/wireless/marvell/mwifiex/ |
| H A D | main.c | 803 if (!netif_tx_queue_stopped(txq)) { in mwifiex_queue_tx_pkt() 1167 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/hyperv/ |
| H A D | netvsc.c | 808 if (netif_tx_queue_stopped(txq) && !net_device->tx_disable && in netvsc_send_tx_complete() 1180 if (netif_tx_queue_stopped(txq) && in netvsc_send_pkt()
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_fp.c | 475 if (unlikely(netif_tx_queue_stopped(netdev_txq))) { in qede_tx_int() 488 if ((netif_tx_queue_stopped(netdev_txq)) && in qede_tx_int()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 3676 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) in netif_tx_queue_stopped() function 3689 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0)); in netif_queue_stopped() 3819 return netif_tx_queue_stopped(dev_queue); in __netdev_tx_sent_queue() 4005 return netif_tx_queue_stopped(txq); in __netif_subqueue_stopped()
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_txrx.c | 427 if (netif_tx_queue_stopped(nq) || in ionic_xdp_xmit() 559 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 | 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()
|
| /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/netdevsim/ |
| H A D | netdev.c | 60 if (!netif_tx_queue_stopped(txq)) in nsim_start_peer_tx_queue()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_tx.c | 529 if (netif_tx_queue_stopped(ring->tx_queue) && in mlx4_en_process_tx_cq()
|
| /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/marvell/octeontx2/nic/ |
| H A D | otx2_txrx.c | 535 if (netif_tx_queue_stopped(txq) && in otx2_tx_napi_handler()
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_netdev.c | 879 if (unlikely(netif_tx_queue_stopped(txq) && above_thresh)) { in ena_clean_tx_irq() 884 if (netif_tx_queue_stopped(txq) && above_thresh && in ena_clean_tx_irq()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_cmn.c | 322 if (unlikely(netif_tx_queue_stopped(txq))) { in bnx2x_tx_int() 335 if ((netif_tx_queue_stopped(txq)) && in bnx2x_tx_int()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_io.c | 929 if (netif_tx_queue_stopped(tx_ring->txq) && in qlcnic_process_cmd_ring()
|