| /Linux-v5.10/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.10/drivers/staging/rtl8723bs/include/ | 
| D | osdep_service_linux.h | 103 	return (netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) &&  in rtw_netif_queue_stopped()104 		netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) &&  in rtw_netif_queue_stopped()
 105 		netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) &&  in rtw_netif_queue_stopped()
 106 		netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3)));  in rtw_netif_queue_stopped()
 
 | 
| /Linux-v5.10/drivers/staging/rtl8188eu/os_dep/ | 
| D | xmit_linux.c | 104 			if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue)))  in rtw_check_xmit_resource()
 | 
| /Linux-v5.10/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.10/drivers/net/wireless/marvell/mwifiex/ | 
| D | txrx.c | 320 		if (netif_tx_queue_stopped(txq)) {  in mwifiex_write_data_complete()
 | 
| D | main.c | 798 		if (!netif_tx_queue_stopped(txq)) {  in mwifiex_queue_tx_pkt()1163 				     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.10/drivers/net/ | 
| D | ifb.c | 111 			if (netif_tx_queue_stopped(txq))  in ifb_ri_tasklet()
 | 
| /Linux-v5.10/drivers/net/ethernet/sfc/ | 
| D | tx_common.c | 258 	if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) &&  in efx_xmit_done()
 | 
| /Linux-v5.10/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()
 1381 		if (!netif_tx_queue_stopped(txq)) {  in sunvnet_start_xmit_common()
 
 | 
| /Linux-v5.10/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.10/drivers/net/ethernet/google/gve/ | 
| D | gve_tx.c | 557 	if (try_to_wake && netif_tx_queue_stopped(tx->netdev_txq) &&  in gve_clean_tx_done()
 | 
| /Linux-v5.10/drivers/net/hyperv/ | 
| D | netvsc.c | 733 		if (netif_tx_queue_stopped(txq) && !net_device->tx_disable &&  in netvsc_send_tx_complete()932 	if (netif_tx_queue_stopped(txq) &&  in netvsc_send_pkt()
 
 | 
| /Linux-v5.10/drivers/net/ethernet/ti/ | 
| D | am65-cpsw-nuss.c | 337 		   netif_tx_queue_stopped(netif_txq),  in am65_cpsw_nuss_ndo_host_tx_timeout()342 	if (netif_tx_queue_stopped(netif_txq)) {  in am65_cpsw_nuss_ndo_host_tx_timeout()
 973 	if (netif_tx_queue_stopped(netif_txq)) {  in am65_cpsw_nuss_tx_compl_packets()
 
 | 
| /Linux-v5.10/drivers/net/ethernet/ | 
| D | lantiq_etop.c | 190 	if (netif_tx_queue_stopped(txq))  in ltq_etop_poll_tx()
 | 
| /Linux-v5.10/drivers/net/xen-netback/ | 
| D | interface.c | 183 	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.10/drivers/net/ethernet/qlogic/qede/ | 
| D | qede_fp.c | 480 	if (unlikely(netif_tx_queue_stopped(netdev_txq))) {  in qede_tx_int()493 		if ((netif_tx_queue_stopped(netdev_txq)) &&  in qede_tx_int()
 
 | 
| /Linux-v5.10/include/linux/ | 
| D | netdevice.h | 3343 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue)  in netif_tx_queue_stopped()  function3356 	return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0));  in netif_queue_stopped()
 3442 		return netif_tx_queue_stopped(dev_queue);  in __netdev_tx_sent_queue()
 3607 	return netif_tx_queue_stopped(txq);  in __netif_subqueue_stopped()
 
 | 
| /Linux-v5.10/drivers/net/ethernet/samsung/sxgbe/ | 
| D | sxgbe_main.c | 781 	if (unlikely(netif_tx_queue_stopped(dev_txq) &&  in sxgbe_tx_queue_clean()1304 		if (!netif_tx_queue_stopped(dev_txq)) {  in sxgbe_xmit()
 
 | 
| /Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/ | 
| D | otx2_txrx.c | 390 		if (netif_tx_queue_stopped(txq) &&  in otx2_tx_napi_handler()
 | 
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | en_tx.c | 828 	if (netif_tx_queue_stopped(sq->txq) &&  in mlx5e_poll_tx_cq()
 | 
| /Linux-v5.10/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.10/drivers/net/ethernet/mellanox/mlx4/ | 
| D | en_tx.c | 527 	if (netif_tx_queue_stopped(ring->tx_queue) &&  in mlx4_en_process_tx_cq()
 | 
| /Linux-v5.10/drivers/net/ethernet/neterion/vxge/ | 
| D | vxge-main.c | 622 	if (netif_tx_queue_stopped(fifo->txq))  in vxge_xmit_compl()864 	if (netif_tx_queue_stopped(fifo->txq))  in vxge_xmit()
 1571 	if (netif_tx_queue_stopped(vpath->fifo.txq))  in vxge_reset_vpath()
 
 |