/kernel/linux/linux-5.10/net/sched/ |
D | sch_generic.c | 39 const struct netdev_queue *txq) in qdisc_maybe_clear_missed() 72 const struct netdev_queue *txq = q->dev_queue; in __skb_dequeue_bad_txq() 174 const struct netdev_queue *txq, in try_bulk_dequeue_skb() 225 const struct netdev_queue *txq = q->dev_queue; in dequeue_skb() 309 struct net_device *dev, struct netdev_queue *txq, in sch_direct_xmit() 385 struct netdev_queue *txq; in qdisc_restart() 452 struct netdev_queue *txq; in dev_watchdog() 569 static struct netdev_queue noop_netdev_queue = { 845 struct Qdisc *qdisc_alloc(struct netdev_queue *dev_queue, in qdisc_alloc() 912 struct Qdisc *qdisc_create_dflt(struct netdev_queue *dev_queue, in qdisc_create_dflt() [all …]
|
D | sch_mq.c | 72 struct netdev_queue *dev_queue; in mq_init() 197 static struct netdev_queue *mq_queue_get(struct Qdisc *sch, unsigned long cl) in mq_queue_get() 207 static struct netdev_queue *mq_select_queue(struct Qdisc *sch, in mq_select_queue() 216 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_graft() 241 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_leaf() 258 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_dump_class() 269 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_dump_class_stats()
|
D | sch_mqprio.c | 138 struct netdev_queue *dev_queue; in mqprio_init() 331 static struct netdev_queue *mqprio_queue_get(struct Qdisc *sch, in mqprio_queue_get() 346 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_graft() 483 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_leaf() 514 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_dump_class() 552 struct netdev_queue *q = netdev_get_tx_queue(dev, i); in mqprio_dump_class_stats() 586 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_dump_class_stats() 631 static struct netdev_queue *mqprio_select_queue(struct Qdisc *sch, in mqprio_select_queue()
|
D | sch_teql.c | 93 struct netdev_queue *dat_queue; in teql_dequeue() 148 struct netdev_queue *txq; in teql_destroy() 219 struct net_device *dev, struct netdev_queue *txq, in __teql_resolve() 259 struct netdev_queue *txq) in teql_resolve() 298 struct netdev_queue *slave_txq = netdev_get_tx_queue(slave, 0); in teql_master_xmit()
|
D | sch_taprio.c | 1712 struct netdev_queue *dev_queue; in taprio_init() 1733 static struct netdev_queue *taprio_queue_get(struct Qdisc *sch, in taprio_queue_get() 1751 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_graft() 1909 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_leaf() 1929 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class() 1943 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class_stats() 1970 static struct netdev_queue *taprio_select_queue(struct Qdisc *sch, in taprio_select_queue()
|
D | sch_api.c | 318 struct netdev_queue *nq; in qdisc_lookup_rcu() 1069 struct netdev_queue *dev_queue = dev_ingress_queue(dev); in qdisc_graft() 1171 struct netdev_queue *dev_queue, in qdisc_create() 1680 struct netdev_queue *dev_queue; in tc_modify_qdisc() 1786 struct netdev_queue *dev_queue; in tc_dump_qdisc() 2230 struct netdev_queue *dev_queue; in tc_dump_tclass()
|
/kernel/linux/linux-5.10/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 | 593 struct netdev_queue { struct 664 static inline int netdev_queue_numa_node_read(const struct netdev_queue *q) in netdev_queue_numa_node_read() 673 static inline void netdev_queue_numa_node_write(struct netdev_queue *q, int node) in netdev_queue_numa_node_write() 2076 struct netdev_queue __rcu *ingress_queue; 2090 struct netdev_queue *_tx ____cacheline_aligned_in_smp; 2272 struct netdev_queue *netdev_get_tx_queue(const struct net_device *dev, in netdev_get_tx_queue() 2278 static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev, in skb_get_tx_queue() 2286 struct netdev_queue *, in netdev_for_each_tx_queue() argument 2315 struct netdev_queue *netdev_core_pick_tx(struct net_device *dev, 3318 void netif_schedule_queue(struct netdev_queue *txq); [all …]
|
/kernel/linux/linux-5.10/net/core/ |
D | net-sysfs.c | 1121 ssize_t (*show)(struct netdev_queue *queue, char *buf); 1122 ssize_t (*store)(struct netdev_queue *queue, 1128 #define to_netdev_queue(obj) container_of(obj, struct netdev_queue, kobj) 1135 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_attr_show() 1149 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_attr_store() 1162 static ssize_t tx_timeout_show(struct netdev_queue *queue, char *buf) in tx_timeout_show() 1173 static unsigned int get_netdev_queue_index(struct netdev_queue *queue) in get_netdev_queue_index() 1184 static ssize_t traffic_class_show(struct netdev_queue *queue, in traffic_class_show() 1215 static ssize_t tx_maxrate_show(struct netdev_queue *queue, in tx_maxrate_show() 1221 static ssize_t tx_maxrate_store(struct netdev_queue *queue, in tx_maxrate_store() [all …]
|
D | netpoll.c | 75 struct netdev_queue *txq) in netpoll_start_xmit() 109 struct netdev_queue *txq; in queue_process() 145 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_local_xmit_active() 346 struct netdev_queue *txq; in __netpoll_send_skb()
|
/kernel/linux/linux-5.10/include/net/ |
D | sch_generic.h | 90 struct netdev_queue *dev_queue; 219 static inline int qdisc_avail_bulklimit(const struct netdev_queue *txq) in qdisc_avail_bulklimit() 232 struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *); 681 struct Qdisc *dev_graft_qdisc(struct netdev_queue *dev_queue, 711 struct Qdisc *qdisc_alloc(struct netdev_queue *dev_queue, 715 struct Qdisc *qdisc_create_dflt(struct netdev_queue *dev_queue, 764 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_all_tx_empty() 782 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_changing() 795 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_is_noop()
|
D | pkt_sched.h | 119 struct net_device *dev, struct netdev_queue *txq,
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | qdisc.h | 16 TP_PROTO(struct Qdisc *qdisc, const struct netdev_queue *txq, 23 __field(const struct netdev_queue *, txq )
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 208 struct netdev_queue *tx_q; /* associated netdev TX queue */ 329 struct netdev_queue *netdevq);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 260 struct netdev_queue *txq; /* associated netdev TX queue */ 561 struct net_device *, struct netdev_queue *,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
D | hinic_tx.c | 493 struct netdev_queue *netdev_txq; in hinic_lb_xmit_frame() 554 struct netdev_queue *netdev_txq; in hinic_xmit_frame() 700 struct netdev_queue *netdev_txq; in free_tx_poll()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.c | 384 struct netdev_queue *txq; in otx2_tx_napi_handler() 707 struct netdev_queue *txq = netdev_get_tx_queue(pfvf->netdev, qidx); in otx2_sq_append_tso() 843 struct netdev_queue *txq = netdev_get_tx_queue(netdev, qidx); in otx2_sq_append_skb()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ |
D | lantiq_etop.c | 174 struct netdev_queue *txq = in ltq_etop_poll_tx() 458 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue); in ltq_etop_tx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.h | 240 struct netdev_queue *txq;
|
/kernel/linux/linux-5.10/drivers/net/ |
D | ifb.c | 65 struct netdev_queue *txq; in ifb_ri_tasklet()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.h | 549 static inline struct netdev_queue *txring_txq(const struct i40e_ring *ring) in txring_txq()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
D | txrx.c | 282 struct netdev_queue *txq; in mwifiex_write_data_complete()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
D | iavf_txrx.h | 519 static inline struct netdev_queue *txring_txq(const struct iavf_ring *ring) in txring_txq()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-net.c | 592 struct netdev_queue *txq; in xlgmac_stop() 707 struct netdev_queue *txq; in xlgmac_xmit() 1044 struct netdev_queue *txq; in xlgmac_tx_poll()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
D | lio_core.c | 187 struct netdev_queue *netdev_queue = txq; in octeon_report_tx_completion_to_bql() local 189 netdev_tx_completed_queue(netdev_queue, pkts_compl, bytes_compl); in octeon_report_tx_completion_to_bql() 226 struct netdev_queue *txq; in octeon_report_sent_bytes_to_bql()
|