| /linux-4.4.14/drivers/staging/rtl8723au/include/ | 
| D | osdep_service.h | 62 	return (netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) &&  in rtw_netif_queue_stopped() 63 		netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) &&  in rtw_netif_queue_stopped() 64 		netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) &&  in rtw_netif_queue_stopped() 65 		netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3)));  in rtw_netif_queue_stopped()
  | 
| /linux-4.4.14/drivers/staging/rtl8188eu/include/ | 
| D | osdep_service.h | 72 	return  netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) &&  in rtw_netif_queue_stopped() 73 		netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) &&  in rtw_netif_queue_stopped() 74 		netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) &&  in rtw_netif_queue_stopped() 75 		netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3));  in rtw_netif_queue_stopped()
  | 
| /linux-4.4.14/drivers/staging/rtl8723au/os_dep/ | 
| D | xmit_linux.c | 114 			if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue)))  in rtw_check_xmit_resource()
  | 
| /linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ | 
| D | xmit_linux.c | 160 			if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue)))  in rtw_check_xmit_resource()
  | 
| /linux-4.4.14/drivers/net/wireless/mwifiex/ | 
| D | init.c | 337 		if (netif_tx_queue_stopped(txq))  in mwifiex_wake_up_net_dev_queue() 358 		if (!netif_tx_queue_stopped(txq))  in mwifiex_stop_net_dev_queue()
  | 
| D | txrx.c | 324 		if (netif_tx_queue_stopped(txq)) {  in mwifiex_write_data_complete()
  | 
| D | main.c | 731 		if (!netif_tx_queue_stopped(txq)) {  in mwifiex_queue_tx_pkt() 1056 				     netif_tx_queue_stopped(txq) ?  in mwifiex_drv_info_dump()
  | 
| D | debugfs.c | 141 		p += sprintf(p, " %d:%s", i, netif_tx_queue_stopped(txq) ?  in mwifiex_info_read()
  | 
| /linux-4.4.14/drivers/net/ | 
| D | ifb.c | 117 			if (netif_tx_queue_stopped(txq))  in ifb_ri_tasklet()
  | 
| D | xen-netfront.c | 247 	if (unlikely(netif_tx_queue_stopped(dev_queue)) &&  in xennet_maybe_wake_tx()
  | 
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | en_tx.c | 394 	if (netif_tx_queue_stopped(sq->txq) &&  in mlx5e_poll_tx_cq()
  | 
| /linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ | 
| D | sxgbe_main.c | 783 	if (unlikely(netif_tx_queue_stopped(dev_txq) &&  in sxgbe_tx_queue_clean() 786 		if (netif_tx_queue_stopped(dev_txq) &&  in sxgbe_tx_queue_clean() 1315 		if (!netif_tx_queue_stopped(dev_txq)) {  in sxgbe_xmit()
  | 
| /linux-4.4.14/drivers/net/xen-netback/ | 
| D | interface.c | 135 	return netif_tx_queue_stopped(netdev_get_tx_queue(dev, id));  in xenvif_queue_stopped()
  | 
| D | xenbus.c | 124 		   netif_tx_queue_stopped(dev_queue) ? "stopped" : "running");  in xenvif_read_io_ring()
  | 
| /linux-4.4.14/drivers/net/ethernet/sun/ | 
| D | sunvnet.c | 673 	if (unlikely(netif_tx_queue_stopped(txq) &&  in vnet_ack() 711 	if (likely(netif_tx_queue_stopped(txq))) {  in maybe_tx_wakeup() 1317 		if (!netif_tx_queue_stopped(txq)) {  in vnet_start_xmit()
  | 
| D | niu.c | 3634 	if (unlikely(netif_tx_queue_stopped(txq) &&  in niu_tx_work() 3637 		if (netif_tx_queue_stopped(txq) &&  in niu_tx_work()
  | 
| /linux-4.4.14/drivers/net/ethernet/cavium/thunder/ | 
| D | nicvf_main.c | 713 		if (netif_tx_queue_stopped(txq) && netif_carrier_ok(netdev)) {  in nicvf_cq_intr_handler() 1020 	if (!netif_tx_queue_stopped(txq) && !nicvf_sq_append_skb(nic, skb)) {  in nicvf_xmit()
  | 
| /linux-4.4.14/drivers/net/ethernet/ | 
| D | lantiq_etop.c | 202 	if (netif_tx_queue_stopped(txq))  in ltq_etop_poll_tx()
  | 
| /linux-4.4.14/include/linux/ | 
| D | netdevice.h | 2667 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue)  in netif_tx_queue_stopped()  function 2680 	return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0));  in netif_queue_stopped() 2903 	return netif_tx_queue_stopped(txq);  in __netif_subqueue_stopped()
  | 
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ | 
| D | en_tx.c | 487 	if (netif_tx_queue_stopped(ring->tx_queue) &&  in mlx4_en_process_tx_cq()
  | 
| D | en_netdev.c | 1304 		if (!netif_tx_queue_stopped(netdev_get_tx_queue(dev, i)))  in mlx4_en_tx_timeout()
  | 
| /linux-4.4.14/drivers/net/hyperv/ | 
| D | netvsc.c | 667 		if (netif_tx_queue_stopped(netdev_get_tx_queue(ndev, q_idx)) &&  in netvsc_send_completion()
  | 
| /linux-4.4.14/drivers/net/ethernet/sfc/ | 
| D | tx.c | 643 	if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) &&  in efx_xmit_done()
  | 
| /linux-4.4.14/drivers/net/ethernet/qlogic/qede/ | 
| D | qede_main.c | 671 	if (unlikely(netif_tx_queue_stopped(netdev_txq))) {  in qede_tx_int() 684 		if ((netif_tx_queue_stopped(netdev_txq)) &&  in qede_tx_int()
  | 
| /linux-4.4.14/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() 1573 	if (netif_tx_queue_stopped(vpath->fifo.txq))  in vxge_reset_vpath()
  | 
| /linux-4.4.14/drivers/net/ethernet/broadcom/genet/ | 
| D | bcmgenet.c | 1225 		if (netif_tx_queue_stopped(txq))  in __bcmgenet_tx_reclaim() 2988 	txq_stopped = netif_tx_queue_stopped(txq);  in bcmgenet_dump_tx_queue()
  | 
| /linux-4.4.14/drivers/net/ethernet/ibm/ehea/ | 
| D | ehea_main.c | 873 	if (unlikely(netif_tx_queue_stopped(txq) &&  in ehea_proc_cqes() 876 		if (netif_tx_queue_stopped(txq) &&  in ehea_proc_cqes()
  | 
| /linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ | 
| D | hns_enet.c | 659 		if (netif_tx_queue_stopped(dev_queue) &&  in hns_nic_tx_poll_one()
  | 
| /linux-4.4.14/drivers/net/ethernet/broadcom/ | 
| D | bcmsysport.c | 770 	if (netif_tx_queue_stopped(txq) && pkts_compl)  in __bcm_sysport_tx_reclaim()
  | 
| D | bnx2.c | 2928 	if (unlikely(netif_tx_queue_stopped(txq)) &&  in bnx2_tx_int() 2931 		if ((netif_tx_queue_stopped(txq)) &&  in bnx2_tx_int()
  | 
| D | tg3.c | 6608 	if (unlikely(netif_tx_queue_stopped(txq) &&  in tg3_tx() 6611 		if (netif_tx_queue_stopped(txq) &&  in tg3_tx() 7918 		if (!netif_tx_queue_stopped(txq)) {  in tg3_start_xmit()
  | 
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ | 
| 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-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_io.c | 927 		if (netif_tx_queue_stopped(tx_ring->txq) &&  in qlcnic_process_cmd_ring()
  | 
| /linux-4.4.14/drivers/net/ethernet/cisco/enic/ | 
| D | enic_main.c | 237 	if (netif_tx_queue_stopped(netdev_get_tx_queue(enic->netdev, q_number)) &&  in enic_wq_service()
  | 
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ | 
| D | bnxt.c | 474 	if (unlikely(netif_tx_queue_stopped(txq)) &&  in bnxt_tx_int() 477 		if (netif_tx_queue_stopped(txq) &&  in bnxt_tx_int()
  | 
| /linux-4.4.14/drivers/net/ethernet/marvell/ | 
| D | mv643xx_eth.c | 513 	if (netif_tx_queue_stopped(nq)) {  in txq_maybe_wake()
  | 
| D | mvneta.c | 1410 	if (netif_tx_queue_stopped(nq)) {  in mvneta_txq_done()
  | 
| D | mvpp2.c | 4453 	if (netif_tx_queue_stopped(nq))  in mvpp2_txq_done()
  | 
| /linux-4.4.14/drivers/net/ethernet/freescale/ | 
| D | gianfar.c | 2751 	    netif_tx_queue_stopped(txq) &&  in gfar_clean_tx_ring()
  | 
| /linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ | 
| D | myri10ge.c | 1579 	if (netif_tx_queue_stopped(dev_queue) &&  in myri10ge_tx_done()
  |