Home
last modified time | relevance | path

Searched defs:netdev_queue (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dnetdevice.h557 struct netdev_queue { struct
561 struct net_device *dev;
562 struct Qdisc __rcu *qdisc;
563 struct Qdisc *qdisc_sleeping;
565 struct kobject kobj;
568 int numa_node;
594 static inline int netdev_queue_numa_node_read(const struct netdev_queue *q) in netdev_queue_numa_node_read() argument
1879 struct netdev_queue *, in netdev_for_each_tx_queue()