Searched refs:netdev_queue (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/linux/ |
D | rtnetlink.h | 83 static inline struct netdev_queue *dev_ingress_queue(struct net_device *dev) in dev_ingress_queue() 88 static inline struct netdev_queue *dev_ingress_queue_rcu(struct net_device *dev) in dev_ingress_queue_rcu() 93 struct netdev_queue *dev_ingress_queue_create(struct net_device *dev);
|
D | netdevice.h | 574 struct netdev_queue { struct 622 static inline int netdev_queue_numa_node_read(const struct netdev_queue *q) in netdev_queue_numa_node_read() argument 631 static inline void netdev_queue_numa_node_write(struct netdev_queue *q, int node) in netdev_queue_numa_node_write() 1932 struct netdev_queue __rcu *ingress_queue; 1946 struct netdev_queue *_tx ____cacheline_aligned_in_smp; 2095 struct netdev_queue *netdev_get_tx_queue(const struct net_device *dev, in netdev_get_tx_queue() 2101 static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev, in skb_get_tx_queue() 2109 struct netdev_queue *, in netdev_for_each_tx_queue() argument 2136 struct netdev_queue *netdev_pick_tx(struct net_device *dev, 3044 void netif_schedule_queue(struct netdev_queue *txq); [all …]
|
/linux-4.19.296/include/trace/events/ |
D | qdisc.h | 14 TP_PROTO(struct Qdisc *qdisc, const struct netdev_queue *txq, 21 __field(const struct netdev_queue *, txq )
|
/linux-4.19.296/include/net/ |
D | sch_generic.h | 89 struct netdev_queue *dev_queue; 169 static inline int qdisc_avail_bulklimit(const struct netdev_queue *txq) in qdisc_avail_bulklimit() 181 struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *); 573 struct Qdisc *dev_graft_qdisc(struct netdev_queue *dev_queue, 580 struct Qdisc *qdisc_alloc(struct netdev_queue *dev_queue, 584 struct Qdisc *qdisc_create_dflt(struct netdev_queue *dev_queue, 654 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_all_tx_empty() 672 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_changing() 685 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_is_noop()
|
D | pkt_sched.h | 114 struct net_device *dev, struct netdev_queue *txq,
|