Home
last modified time | relevance | path

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

/include/trace/events/
Dqdisc.h14 TP_PROTO(struct Qdisc *qdisc, const struct netdev_queue *txq,
21 __field(const struct netdev_queue *, txq )
/include/linux/
Drtnetlink.h77 static inline struct netdev_queue *dev_ingress_queue(struct net_device *dev) in dev_ingress_queue()
82 struct netdev_queue *dev_ingress_queue_create(struct net_device *dev);
Dnetdevice.h551 struct netdev_queue { struct
587 static inline int netdev_queue_numa_node_read(const struct netdev_queue *q) in netdev_queue_numa_node_read() argument
596 static inline void netdev_queue_numa_node_write(struct netdev_queue *q, int node) in netdev_queue_numa_node_write()
1800 struct netdev_queue __rcu *ingress_queue;
1814 struct netdev_queue *_tx ____cacheline_aligned_in_smp;
1949 struct netdev_queue *netdev_get_tx_queue(const struct net_device *dev, in netdev_get_tx_queue()
1955 static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev, in skb_get_tx_queue()
1963 struct netdev_queue *, in netdev_for_each_tx_queue() argument
1990 struct netdev_queue *netdev_pick_tx(struct net_device *dev,
2831 void netif_schedule_queue(struct netdev_queue *txq);
[all …]
/include/net/
Dsch_generic.h81 struct netdev_queue *dev_queue;
139 static inline int qdisc_avail_bulklimit(const struct netdev_queue *txq) in qdisc_avail_bulklimit()
151 struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
433 struct Qdisc *dev_graft_qdisc(struct netdev_queue *dev_queue,
439 struct Qdisc *qdisc_alloc(struct netdev_queue *dev_queue,
441 struct Qdisc *qdisc_create_dflt(struct netdev_queue *dev_queue,
501 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_all_tx_empty()
519 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_changing()
532 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_is_noop()
Dpkt_sched.h107 struct net_device *dev, struct netdev_queue *txq,