Lines Matching defs:netdev_queue
593 struct netdev_queue { struct
597 struct net_device *dev;
598 struct Qdisc __rcu *qdisc;
599 struct Qdisc *qdisc_sleeping;
601 struct kobject kobj;
604 int numa_node;
606 unsigned long tx_maxrate;
611 unsigned long trans_timeout;
614 struct net_device *sb_dev;
616 struct xsk_buff_pool *pool;
621 spinlock_t _xmit_lock ____cacheline_aligned_in_smp;
622 int xmit_lock_owner;
626 unsigned long trans_start;
628 unsigned long state;
631 struct dql dql;
2313 struct netdev_queue *, in netdev_for_each_tx_queue()