Home
last modified time | relevance | path

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

12345

/linux/net/sched/
A Dsch_mq.c72 struct netdev_queue *dev_queue; in mq_init()
159 static struct netdev_queue *mq_queue_get(struct Qdisc *sch, unsigned long cl) in mq_queue_get()
169 static struct netdev_queue *mq_select_queue(struct Qdisc *sch, in mq_select_queue()
178 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_graft()
203 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_leaf()
220 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_dump_class()
231 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_dump_class_stats()
A Dsch_generic.c39 const struct netdev_queue *txq) in qdisc_maybe_clear_missed()
180 const struct netdev_queue *txq, in try_bulk_dequeue_skb()
391 struct netdev_queue *txq; in qdisc_restart()
462 struct netdev_queue *txq; in dev_watchdog()
1082 struct netdev_queue *dev_queue, in attach_one_default_qdisc()
1104 struct netdev_queue *txq; in attach_default_qdiscs()
1140 struct netdev_queue *dev_queue, in transition_one_qdisc()
1193 struct netdev_queue *dev_queue, in dev_deactivate_queue()
1207 struct netdev_queue *dev_queue, in dev_reset_queue()
1238 struct netdev_queue *dev_queue; in some_qdisc_is_busy()
[all …]
A Dsch_mqprio.c138 struct netdev_queue *dev_queue; in mqprio_init()
309 static struct netdev_queue *mqprio_queue_get(struct Qdisc *sch, in mqprio_queue_get()
324 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_graft()
447 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_leaf()
478 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_dump_class()
517 struct netdev_queue *q = netdev_get_tx_queue(dev, i); in mqprio_dump_class_stats()
539 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_dump_class_stats()
584 static struct netdev_queue *mqprio_select_queue(struct Qdisc *sch, in mqprio_select_queue()
A Dsch_teql.c93 struct netdev_queue *dat_queue; in teql_dequeue()
149 struct netdev_queue *txq; in teql_destroy()
220 struct net_device *dev, struct netdev_queue *txq, in __teql_resolve()
260 struct netdev_queue *txq) in teql_resolve()
299 struct netdev_queue *slave_txq = netdev_get_tx_queue(slave, 0); in teql_master_xmit()
A Dsch_htb.c128 struct netdev_queue *offload_queue;
1124 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_init()
1189 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_offload()
1383 static struct netdev_queue *
1423 struct netdev_queue *queue; in htb_offload_get_queue()
1435 struct netdev_queue *queue_old, *queue_new; in htb_offload_move_qdisc()
1467 struct netdev_queue *dev_queue = sch->dev_queue; in htb_graft()
1550 struct netdev_queue *dev_queue, in htb_parent_to_leaf_offload()
1567 struct netdev_queue *dev_queue; in htb_destroy_class_offload()
1737 struct netdev_queue *dev_queue = sch->dev_queue; in htb_delete()
[all …]
A Dsch_taprio.c1720 struct netdev_queue *dev_queue; in taprio_init()
1770 static struct netdev_queue *taprio_queue_get(struct Qdisc *sch, in taprio_queue_get()
1788 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_graft()
1950 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_leaf()
1970 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class()
1984 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class_stats()
2011 static struct netdev_queue *taprio_select_queue(struct Qdisc *sch, in taprio_select_queue()
A Dsch_api.c318 struct netdev_queue *nq; in qdisc_lookup_rcu()
1069 struct netdev_queue *dev_queue = dev_ingress_queue(dev); in qdisc_graft()
1165 struct netdev_queue *dev_queue, in qdisc_create()
1651 struct netdev_queue *dev_queue; in tc_modify_qdisc()
1757 struct netdev_queue *dev_queue; in tc_dump_qdisc()
2195 struct netdev_queue *dev_queue; in tc_dump_tclass()
/linux/net/core/
A Dnet-sysfs.c1161 ssize_t (*show)(struct netdev_queue *queue, char *buf);
1162 ssize_t (*store)(struct netdev_queue *queue,
1175 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_attr_show()
1189 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_attr_store()
1262 static ssize_t tx_maxrate_show(struct netdev_queue *queue, in tx_maxrate_show()
1502 static ssize_t xps_cpus_store(struct netdev_queue *queue, in xps_cpus_store()
1619 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_release()
1627 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_namespace()
1655 struct netdev_queue *queue = dev->_tx + index; in netdev_queue_add_kobject()
1687 struct netdev_queue *queue = ndev->_tx + index; in tx_queue_change_owner()
[all …]
A Dnetpoll.c75 struct netdev_queue *txq) in netpoll_start_xmit()
109 struct netdev_queue *txq; in queue_process()
329 struct netdev_queue *txq; in __netpoll_send_skb()
/linux/include/linux/
A Dnetdevice.h577 struct netdev_queue { struct
2135 struct netdev_queue __rcu *ingress_queue;
2149 struct netdev_queue *_tx ____cacheline_aligned_in_smp;
2352 struct netdev_queue *, in netdev_for_each_tx_queue() argument
3411 void netif_schedule_queue(struct netdev_queue *txq);
3442 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_start_all_queues()
3447 void netif_tx_wake_queue(struct netdev_queue *dev_queue);
3466 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues()
4088 struct netdev_queue *txq, int *ret);
4463 struct netdev_queue *txq = netdev_get_tx_queue(dev, 0); in netif_trans_update()
[all …]
A Drtnetlink.h83 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);
/linux/include/trace/events/
A Dqdisc.h16 TP_PROTO(struct Qdisc *qdisc, const struct netdev_queue *txq,
23 __field(const struct netdev_queue *, txq )
51 TP_PROTO(struct Qdisc *qdisc, const struct netdev_queue *txq, struct sk_buff *skb),
57 __field(const struct netdev_queue *, txq)
/linux/include/net/
A Dsch_generic.h104 struct netdev_queue *dev_queue;
245 static inline int qdisc_avail_bulklimit(const struct netdev_queue *txq) in qdisc_avail_bulklimit()
258 struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
693 struct Qdisc *dev_graft_qdisc(struct netdev_queue *dev_queue,
723 struct Qdisc *qdisc_alloc(struct netdev_queue *dev_queue,
727 struct Qdisc *qdisc_create_dflt(struct netdev_queue *dev_queue,
776 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_all_tx_empty()
794 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_changing()
807 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_is_noop()
A Dpkt_sched.h124 struct net_device *dev, struct netdev_queue *txq,
/linux/drivers/net/ethernet/chelsio/cxgb3/
A Dadapter.h208 struct netdev_queue *tx_q; /* associated netdev TX queue */
329 struct netdev_queue *netdevq);
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
A Dadapter.h261 struct netdev_queue *txq; /* associated netdev TX queue */
562 struct net_device *, struct netdev_queue *,
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_tx.c496 struct netdev_queue *netdev_txq; in hinic_lb_xmit_frame()
557 struct netdev_queue *netdev_txq; in hinic_xmit_frame()
703 struct netdev_queue *netdev_txq; in free_tx_poll()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dqos.c732 static void mlx5e_reactivate_qos_sq(struct mlx5e_priv *priv, u16 qid, struct netdev_queue *txq) in mlx5e_reactivate_qos_sq()
741 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, qid); in mlx5e_reset_qdisc()
756 struct netdev_queue *txq; in mlx5e_htb_leaf_del()
/linux/drivers/net/ethernet/cavium/liquidio/
A Dlio_core.c187 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()
/linux/drivers/net/ethernet/synopsys/
A 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/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_txrx.c472 struct netdev_queue *txq; in otx2_tx_napi_handler()
810 struct netdev_queue *txq = netdev_get_tx_queue(pfvf->netdev, qidx); in otx2_sq_append_tso()
948 struct netdev_queue *txq = netdev_get_tx_queue(netdev, qidx); in otx2_sq_append_skb()
/linux/drivers/net/ethernet/
A Dlantiq_etop.c178 struct netdev_queue *txq = in ltq_etop_poll_tx()
475 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue); in ltq_etop_tx()
/linux/drivers/net/
A Difb.c66 struct netdev_queue *txq; in ifb_ri_tasklet()
/linux/drivers/net/ethernet/microsoft/mana/
A Dmana.h75 struct netdev_queue *net_txq;
/linux/drivers/net/ethernet/neterion/vxge/
A Dvxge-main.h240 struct netdev_queue *txq;

Completed in 82 milliseconds

12345