Lines Matching defs:netdev_queue
564 struct netdev_queue { struct
568 struct net_device *dev;
569 struct Qdisc __rcu *qdisc;
570 struct Qdisc *qdisc_sleeping;
572 struct kobject kobj;
575 int numa_node;
577 unsigned long tx_maxrate;
582 unsigned long trans_timeout;
585 struct net_device *sb_dev;
612 static inline int netdev_queue_numa_node_read(const struct netdev_queue *q) in netdev_queue_numa_node_read() argument
2085 struct netdev_queue *, in netdev_for_each_tx_queue()