netif_tx_queue_stopped 1124 include/linux/netdevice.h 	return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0));
netif_tx_queue_stopped 1684 net/core/dev.c 		if (unlikely(netif_tx_queue_stopped(txq) && skb->next))
netif_tx_queue_stopped 1871 net/core/dev.c 			if (!netif_tx_queue_stopped(txq)) {
netif_tx_queue_stopped   72 net/core/netpoll.c 		if (netif_tx_queue_stopped(txq) ||
netif_tx_queue_stopped  294 net/core/netpoll.c 				if (!netif_tx_queue_stopped(txq))
netif_tx_queue_stopped 3373 net/core/pktgen.c 	if (netif_tx_queue_stopped(txq) ||
netif_tx_queue_stopped 3390 net/core/pktgen.c 		if (netif_tx_queue_stopped(txq) ||
netif_tx_queue_stopped 3423 net/core/pktgen.c 	if (!netif_tx_queue_stopped(txq) &&
netif_tx_queue_stopped   64 net/sched/sch_generic.c 		if (!netif_tx_queue_stopped(txq) && !netif_tx_queue_frozen(txq))
netif_tx_queue_stopped  145 net/sched/sch_generic.c 	if (!netif_tx_queue_stopped(txq) &&
netif_tx_queue_stopped  173 net/sched/sch_generic.c 	if (ret && (netif_tx_queue_stopped(txq) ||
netif_tx_queue_stopped  215 net/sched/sch_generic.c 				if (netif_tx_queue_stopped(txq)) {
netif_tx_queue_stopped  309 net/sched/sch_teql.c 				if (!netif_tx_queue_stopped(slave_txq) &&