netdev_queue      578 include/linux/netdevice.h static inline int netdev_queue_numa_node_read(const struct netdev_queue *q)
netdev_queue      587 include/linux/netdevice.h static inline void netdev_queue_numa_node_write(struct netdev_queue *q, int node)
netdev_queue     1600 include/linux/netdevice.h 	struct netdev_queue __rcu *ingress_queue;
netdev_queue     1607 include/linux/netdevice.h 	struct netdev_queue	*_tx ____cacheline_aligned_in_smp;
netdev_queue     1761 include/linux/netdevice.h struct netdev_queue *netdev_get_tx_queue(const struct net_device *dev,
netdev_queue     1767 include/linux/netdevice.h static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev,
netdev_queue     1775 include/linux/netdevice.h 						      struct netdev_queue *,
netdev_queue     1785 include/linux/netdevice.h struct netdev_queue *netdev_pick_tx(struct net_device *dev,
netdev_queue     2372 include/linux/netdevice.h void netif_schedule_queue(struct netdev_queue *txq);
netdev_queue     2382 include/linux/netdevice.h static inline void netif_tx_start_queue(struct netdev_queue *dev_queue)
netdev_queue     2403 include/linux/netdevice.h 		struct netdev_queue *txq = netdev_get_tx_queue(dev, i);
netdev_queue     2408 include/linux/netdevice.h void netif_tx_wake_queue(struct netdev_queue *dev_queue);
netdev_queue     2427 include/linux/netdevice.h 		struct netdev_queue *txq = netdev_get_tx_queue(dev, i);
netdev_queue     2432 include/linux/netdevice.h static inline void netif_tx_stop_queue(struct netdev_queue *dev_queue)
netdev_queue     2458 include/linux/netdevice.h 		struct netdev_queue *txq = netdev_get_tx_queue(dev, i);
netdev_queue     2463 include/linux/netdevice.h static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue)
netdev_queue     2479 include/linux/netdevice.h static inline bool netif_xmit_stopped(const struct netdev_queue *dev_queue)
netdev_queue     2485 include/linux/netdevice.h netif_xmit_frozen_or_stopped(const struct netdev_queue *dev_queue)
netdev_queue     2491 include/linux/netdevice.h netif_xmit_frozen_or_drv_stopped(const struct netdev_queue *dev_queue)
netdev_queue     2503 include/linux/netdevice.h static inline void netdev_txq_bql_enqueue_prefetchw(struct netdev_queue *dev_queue)
netdev_queue     2517 include/linux/netdevice.h static inline void netdev_txq_bql_complete_prefetchw(struct netdev_queue *dev_queue)
netdev_queue     2524 include/linux/netdevice.h static inline void netdev_tx_sent_queue(struct netdev_queue *dev_queue,
netdev_queue     2562 include/linux/netdevice.h static inline void netdev_tx_completed_queue(struct netdev_queue *dev_queue,
netdev_queue     2602 include/linux/netdevice.h static inline void netdev_tx_reset_queue(struct netdev_queue *q)
netdev_queue     2669 include/linux/netdevice.h 	struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index);
netdev_queue     2683 include/linux/netdevice.h 	struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index);
netdev_queue     2697 include/linux/netdevice.h 	struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index);
netdev_queue     2874 include/linux/netdevice.h 				    struct netdev_queue *txq, int *ret);
netdev_queue     3057 include/linux/netdevice.h static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu)
netdev_queue     3063 include/linux/netdevice.h static inline void __netif_tx_lock_bh(struct netdev_queue *txq)
netdev_queue     3069 include/linux/netdevice.h static inline bool __netif_tx_trylock(struct netdev_queue *txq)
netdev_queue     3077 include/linux/netdevice.h static inline void __netif_tx_unlock(struct netdev_queue *txq)
netdev_queue     3083 include/linux/netdevice.h static inline void __netif_tx_unlock_bh(struct netdev_queue *txq)
netdev_queue     3089 include/linux/netdevice.h static inline void txq_trans_update(struct netdev_queue *txq)
netdev_queue     3109 include/linux/netdevice.h 		struct netdev_queue *txq = netdev_get_tx_queue(dev, i);
netdev_queue     3134 include/linux/netdevice.h 		struct netdev_queue *txq = netdev_get_tx_queue(dev, i);
netdev_queue     3177 include/linux/netdevice.h 		struct netdev_queue *txq = netdev_get_tx_queue(dev, i);
netdev_queue     3485 include/linux/netdevice.h 					    struct netdev_queue *txq, bool more)
netdev_queue       70 include/linux/rtnetlink.h static inline struct netdev_queue *dev_ingress_queue(struct net_device *dev)
netdev_queue       75 include/linux/rtnetlink.h extern struct netdev_queue *dev_ingress_queue_create(struct net_device *dev);
netdev_queue      101 include/net/pkt_sched.h 		    struct net_device *dev, struct netdev_queue *txq,
netdev_queue       79 include/net/sch_generic.h 	struct netdev_queue	*dev_queue;
netdev_queue      125 include/net/sch_generic.h static inline int qdisc_avail_bulklimit(const struct netdev_queue *txq)
netdev_queue      152 include/net/sch_generic.h 	struct netdev_queue *	(*select_queue)(struct Qdisc *, struct tcmsg *);
netdev_queue      392 include/net/sch_generic.h struct Qdisc *dev_graft_qdisc(struct netdev_queue *dev_queue,
netdev_queue      397 include/net/sch_generic.h struct Qdisc *qdisc_alloc(struct netdev_queue *dev_queue,
netdev_queue      399 include/net/sch_generic.h struct Qdisc *qdisc_create_dflt(struct netdev_queue *dev_queue,
netdev_queue      433 include/net/sch_generic.h 		struct netdev_queue *txq = netdev_get_tx_queue(dev, i);
netdev_queue      451 include/net/sch_generic.h 		struct netdev_queue *txq = netdev_get_tx_queue(dev, i);
netdev_queue      464 include/net/sch_generic.h 		struct netdev_queue *txq = netdev_get_tx_queue(dev, i);