Home
last modified time | relevance | path

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

/include/linux/
Drtnetlink.h75 static inline struct netdev_queue *dev_ingress_queue(struct net_device *dev) in dev_ingress_queue()
80 struct netdev_queue *dev_ingress_queue_create(struct net_device *dev);
Dnetdevice.h557 struct netdev_queue { struct
594 static inline int netdev_queue_numa_node_read(const struct netdev_queue *q) in netdev_queue_numa_node_read() argument
603 static inline void netdev_queue_numa_node_write(struct netdev_queue *q, int node) in netdev_queue_numa_node_write()
1700 struct netdev_queue __rcu *ingress_queue;
1714 struct netdev_queue *_tx ____cacheline_aligned_in_smp;
1865 struct netdev_queue *netdev_get_tx_queue(const struct net_device *dev, in netdev_get_tx_queue()
1871 static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev, in skb_get_tx_queue()
1879 struct netdev_queue *, in netdev_for_each_tx_queue() argument
1889 struct netdev_queue *netdev_pick_tx(struct net_device *dev,
2650 void netif_schedule_queue(struct netdev_queue *txq);
[all …]
/include/net/
Dsch_generic.h82 struct netdev_queue *dev_queue;
128 static inline int qdisc_avail_bulklimit(const struct netdev_queue *txq) in qdisc_avail_bulklimit()
155 struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
400 struct Qdisc *dev_graft_qdisc(struct netdev_queue *dev_queue,
406 struct Qdisc *qdisc_alloc(struct netdev_queue *dev_queue,
408 struct Qdisc *qdisc_create_dflt(struct netdev_queue *dev_queue,
452 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_all_tx_empty()
470 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_changing()
483 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_is_noop()
Dpkt_sched.h102 struct net_device *dev, struct netdev_queue *txq,