Home
last modified time | relevance | path

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

1234

/Linux-v4.19/net/sched/
Dsch_mq.c77 struct netdev_queue *dev_queue; in mq_init()
179 static struct netdev_queue *mq_queue_get(struct Qdisc *sch, unsigned long cl) in mq_queue_get()
189 static struct netdev_queue *mq_select_queue(struct Qdisc *sch, in mq_select_queue()
198 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_graft()
214 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_leaf()
231 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_dump_class()
242 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_dump_class_stats()
Dsch_generic.c54 const struct netdev_queue *txq = q->dev_queue; in __skb_dequeue_bad_txq()
171 const struct netdev_queue *txq, in try_bulk_dequeue_skb()
222 const struct netdev_queue *txq = q->dev_queue; in dequeue_skb()
300 struct net_device *dev, struct netdev_queue *txq, in sch_direct_xmit()
374 struct netdev_queue *txq; in qdisc_restart()
446 struct netdev_queue *txq; in dev_watchdog()
561 static struct netdev_queue noop_netdev_queue = {
803 struct Qdisc *qdisc_alloc(struct netdev_queue *dev_queue, in qdisc_alloc()
882 struct Qdisc *qdisc_create_dflt(struct netdev_queue *dev_queue, in qdisc_create_dflt()
982 struct Qdisc *dev_graft_qdisc(struct netdev_queue *dev_queue, in dev_graft_qdisc()
[all …]
Dsch_mqprio.c140 struct netdev_queue *dev_queue; in mqprio_init()
311 static struct netdev_queue *mqprio_queue_get(struct Qdisc *sch, in mqprio_queue_get()
326 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_graft()
462 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_leaf()
493 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_dump_class()
531 struct netdev_queue *q = netdev_get_tx_queue(dev, i); in mqprio_dump_class_stats()
559 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_dump_class_stats()
605 static struct netdev_queue *mqprio_select_queue(struct Qdisc *sch, in mqprio_select_queue()
Dsch_teql.c97 struct netdev_queue *dat_queue; in teql_dequeue()
150 struct netdev_queue *txq; in teql_destroy()
221 struct net_device *dev, struct netdev_queue *txq, in __teql_resolve()
261 struct netdev_queue *txq) in teql_resolve()
300 struct netdev_queue *slave_txq = netdev_get_tx_queue(slave, 0); in teql_master_xmit()
Dsch_api.c967 struct netdev_queue *dev_queue = dev_ingress_queue(dev); in qdisc_graft()
1067 struct netdev_queue *dev_queue, in qdisc_create()
1562 struct netdev_queue *dev_queue; in tc_modify_qdisc()
1668 struct netdev_queue *dev_queue; in tc_dump_qdisc()
2079 struct netdev_queue *dev_queue; in tc_dump_tclass()
/Linux-v4.19/net/core/
Dnet-sysfs.c993 ssize_t (*show)(struct netdev_queue *queue, char *buf);
994 ssize_t (*store)(struct netdev_queue *queue,
1000 #define to_netdev_queue(obj) container_of(obj, struct netdev_queue, kobj)
1007 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_attr_show()
1021 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_attr_store()
1034 static ssize_t tx_timeout_show(struct netdev_queue *queue, char *buf) in tx_timeout_show()
1045 static unsigned int get_netdev_queue_index(struct netdev_queue *queue) in get_netdev_queue_index()
1056 static ssize_t traffic_class_show(struct netdev_queue *queue, in traffic_class_show()
1087 static ssize_t tx_maxrate_show(struct netdev_queue *queue, in tx_maxrate_show()
1093 static ssize_t tx_maxrate_store(struct netdev_queue *queue, in tx_maxrate_store()
[all …]
Dnetpoll.c73 struct netdev_queue *txq) in netpoll_start_xmit()
107 struct netdev_queue *txq; in queue_process()
325 struct netdev_queue *txq; in netpoll_send_skb_on_dev()
Ddev.c2493 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_all_sb_channels()
2548 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues]; in netdev_unbind_sb_channel()
2728 void netif_schedule_queue(struct netdev_queue *txq) in netif_schedule_queue()
2740 void netif_tx_wake_queue(struct netdev_queue *dev_queue) in netif_tx_wake_queue()
3228 struct netdev_queue *txq, bool more) in xmit_one()
3245 struct netdev_queue *txq, int *ret) in dev_hard_start_xmit()
3418 struct netdev_queue *txq) in __dev_xmit_skb()
3693 struct netdev_queue *netdev_pick_tx(struct net_device *dev, in netdev_pick_tx()
3751 struct netdev_queue *txq; in __dev_queue_xmit()
3871 struct netdev_queue *txq; in dev_direct_xmit()
[all …]
/Linux-v4.19/include/linux/
Dnetdevice.h564 struct netdev_queue { struct
612 static inline int netdev_queue_numa_node_read(const struct netdev_queue *q) in netdev_queue_numa_node_read() argument
621 static inline void netdev_queue_numa_node_write(struct netdev_queue *q, int node) in netdev_queue_numa_node_write()
1908 struct netdev_queue __rcu *ingress_queue;
1922 struct netdev_queue *_tx ____cacheline_aligned_in_smp;
2071 struct netdev_queue *netdev_get_tx_queue(const struct net_device *dev, in netdev_get_tx_queue()
2077 static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev, in skb_get_tx_queue()
2085 struct netdev_queue *, in netdev_for_each_tx_queue() argument
2112 struct netdev_queue *netdev_pick_tx(struct net_device *dev,
2991 void netif_schedule_queue(struct netdev_queue *txq);
[all …]
Drtnetlink.h81 static inline struct netdev_queue *dev_ingress_queue(struct net_device *dev) in dev_ingress_queue()
86 struct netdev_queue *dev_ingress_queue_create(struct net_device *dev);
/Linux-v4.19/include/trace/events/
Dqdisc.h14 TP_PROTO(struct Qdisc *qdisc, const struct netdev_queue *txq,
21 __field(const struct netdev_queue *, txq )
/Linux-v4.19/include/net/
Dsch_generic.h86 struct netdev_queue *dev_queue;
152 static inline int qdisc_avail_bulklimit(const struct netdev_queue *txq) in qdisc_avail_bulklimit()
164 struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
554 struct Qdisc *dev_graft_qdisc(struct netdev_queue *dev_queue,
560 struct Qdisc *qdisc_alloc(struct netdev_queue *dev_queue,
564 struct Qdisc *qdisc_create_dflt(struct netdev_queue *dev_queue,
634 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_all_tx_empty()
652 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_changing()
665 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_is_noop()
Dpkt_sched.h112 struct net_device *dev, struct netdev_queue *txq,
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h208 struct netdev_queue *tx_q; /* associated netdev TX queue */
328 struct netdev_queue *netdevq);
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h260 struct netdev_queue *txq; /* associated netdev TX queue */
559 struct net_device *, struct netdev_queue *,
/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c181 struct netdev_queue *netdev_txq; in hinic_xmit_frame()
313 struct netdev_queue *netdev_txq; in free_tx_poll()
/Linux-v4.19/drivers/net/ethernet/
Dlantiq_etop.c182 struct netdev_queue *txq = in ltq_etop_poll_tx()
472 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue); in ltq_etop_tx()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.h520 static inline struct netdev_queue *txring_txq(const struct i40e_ring *ring) in txring_txq()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h574 static inline struct netdev_queue *txring_txq(const struct i40e_ring *ring) in txring_txq()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dtxrx.c282 struct netdev_queue *txq; in mwifiex_write_data_complete()
/Linux-v4.19/net/xfrm/
Dxfrm_device.c239 struct netdev_queue *txq; in xfrm_dev_resume()
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/
Dvxge-main.h240 struct netdev_queue *txq;
/Linux-v4.19/drivers/net/
Difb.c68 struct netdev_queue *txq; in ifb_ri_tasklet()
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-net.c592 struct netdev_queue *txq; in xlgmac_stop()
707 struct netdev_queue *txq; in xlgmac_xmit()
1044 struct netdev_queue *txq; in xlgmac_tx_poll()
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Dlio_core.c216 struct netdev_queue *netdev_queue = txq; in octeon_report_tx_completion_to_bql() local
218 netdev_tx_completed_queue(netdev_queue, pkts_compl, bytes_compl); in octeon_report_tx_completion_to_bql()
255 struct netdev_queue *txq; in octeon_report_sent_bytes_to_bql()

1234