/linux/include/net/ |
H A D | netdev_queues.h | 200 * @txq: struct netdev_queue to stop/start 231 netdev_txq_completed_mb(struct netdev_queue *dev_queue, in netdev_txq_completed_mb() 242 * @txq: struct netdev_queue to stop/start 291 struct netdev_queue *_txq; \ 300 struct netdev_queue *txq; in netif_subqueue_sent() 308 struct netdev_queue *_txq; \ 317 struct netdev_queue *_txq; \
|
H A D | sch_generic.h | 105 struct netdev_queue *dev_queue; 241 static inline int qdisc_avail_bulklimit(const struct netdev_queue *txq) in qdisc_avail_bulklimit() 249 struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *); 692 struct Qdisc *dev_graft_qdisc(struct netdev_queue *dev_queue, 726 struct Qdisc *qdisc_alloc(struct netdev_queue *dev_queue, 730 struct Qdisc *qdisc_create_dflt(struct netdev_queue *dev_queue, 779 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_all_tx_empty() 797 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_changing() 807 static inline bool qdisc_txq_has_no_queue(const struct netdev_queue *txq) in qdisc_txq_has_no_queue() 820 struct netdev_queue *tx in qdisc_tx_is_noop() [all...] |
/linux/net/sched/ |
H A D | sch_mq.c | 72 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()
|
H A D | sch_generic.c | 41 const struct netdev_queue *txq) in qdisc_maybe_clear_missed() 76 const struct netdev_queue *txq = q->dev_queue; in __skb_dequeue_bad_txq() 182 const struct netdev_queue *txq, in try_bulk_dequeue_skb() 233 const struct netdev_queue *txq = q->dev_queue; in dequeue_skb() 317 struct net_device *dev, struct netdev_queue *txq, in sch_direct_xmit() 393 struct netdev_queue *txq; in qdisc_restart() 453 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_freeze_queues() 479 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_unfreeze_queues() 513 struct netdev_queue *txq; in dev_watchdog() 657 static struct netdev_queue noop_netdev_queu [all...] |
H A D | sch_mqprio.c | 350 struct netdev_queue *dev_queue; in mqprio_init() 452 static struct netdev_queue *mqprio_queue_get(struct Qdisc *sch, in mqprio_queue_get() 467 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_graft() 614 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_leaf() 645 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_dump_class() 684 struct netdev_queue *q = netdev_get_tx_queue(dev, i); in mqprio_dump_class_stats() 706 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_dump_class_stats() 748 static struct netdev_queue *mqprio_select_queue(struct Qdisc *sch, in mqprio_select_queue()
|
H A 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()
|
H A D | sch_htb.c | 127 struct netdev_queue *offload_queue; 1122 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_init() 1169 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_offload() 1186 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_software() 1363 static struct netdev_queue * 1385 htb_graft_helper(struct netdev_queue *dev_queue, struct Qdisc *new_q) in htb_graft_helper() 1401 static struct netdev_queue *htb_offload_get_queue(struct htb_class *cl) in htb_offload_get_queue() 1403 struct netdev_queue *queue; in htb_offload_get_queue() 1415 struct netdev_queue *queue_old, *queue_new; in htb_offload_move_qdisc() 1447 struct netdev_queue *dev_queu in htb_graft() [all...] |
/linux/include/trace/events/ |
H A D | qdisc.h | 16 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/net/core/ |
H A D | net-sysfs.c | 1370 * netdev_queue sysfs structures and functions. 1375 struct netdev_queue *queue, char *buf); 1377 struct netdev_queue *queue, const char *buf, 1383 #define to_netdev_queue(obj) container_of(obj, struct netdev_queue, kobj) 1390 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_attr_show() 1404 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_attr_store() 1418 struct netdev_queue *queue, char *buf) in tx_timeout_show() 1425 static unsigned int get_netdev_queue_index(struct netdev_queue *queue) in get_netdev_queue_index() 1437 struct netdev_queue *queue, char *buf) in traffic_class_show() 1475 struct netdev_queue *queu in tx_maxrate_show() [all...] |
H A D | netpoll.c | 63 struct netdev_queue *txq) in netpoll_start_xmit() 97 struct netdev_queue *txq; in queue_process() 133 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_local_xmit_active() 335 struct netdev_queue *txq; in __netpoll_send_skb()
|
/linux/include/linux/ |
H A D | netdevice.h | 671 struct netdev_queue { struct 755 static inline int netdev_queue_numa_node_read(const struct netdev_queue *q) in netdev_queue_numa_node_read() 764 static inline void netdev_queue_numa_node_write(struct netdev_queue *q, int node) in netdev_queue_numa_node_write() 2103 struct netdev_queue *_tx; 2327 struct netdev_queue __rcu *ingress_queue; 2638 struct netdev_queue *netdev_get_tx_queue(const struct net_device *dev, in netdev_get_tx_queue() 2645 static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev, in skb_get_tx_queue() 2653 struct netdev_queue *, in netdev_for_each_tx_queue() argument 2665 struct netdev_queue *netdev_core_pick_tx(struct net_device *dev, 3539 void netif_schedule_queue(struct netdev_queue *txq); [all …]
|
H A D | rtnetlink.h | 161 static inline struct netdev_queue *dev_ingress_queue(struct net_device *dev) in dev_ingress_queue() 166 static inline struct netdev_queue *dev_ingress_queue_rcu(struct net_device *dev) in dev_ingress_queue_rcu() 171 struct netdev_queue *dev_ingress_queue_create(struct net_device *dev);
|
/linux/Documentation/networking/net_cachelines/ |
H A D | net_device.rst | 100 struct netdev_queue* _rx read_mostly netdev_get_rx_queue(rx) 110 struct netdev_queue* ingress_queue read_mostly 116 struct netdev_queue* _tx read_mostly netdev_get_tx_queue(tx)
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | cn10k_ipsec.h | 231 bool cn10k_ipsec_transmit(struct otx2_nic *pf, struct netdev_queue *txq, 258 cn10k_ipsec_transmit(struct otx2_nic *pf, struct netdev_queue *txq, in cn10k_ipsec_transmit()
|
H A D | otx2_txrx.h | 182 bool otx2_sq_append_skb(void *dev, struct netdev_queue *txq,
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 208 struct netdev_queue *tx_q; /* associated netdev TX queue */ 329 struct netdev_queue *netdevq);
|
/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 261 struct netdev_queue *txq; /* associated netdev TX queue */ 562 struct net_device *, struct netdev_queue *,
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | qos.h | 26 void mlx5e_reactivate_qos_sq(struct mlx5e_priv *priv, u16 qid, struct netdev_queue *txq);
|
H A D | qos.c | 367 void mlx5e_reactivate_qos_sq(struct mlx5e_priv *priv, u16 qid, struct netdev_queue *txq) in mlx5e_reactivate_qos_sq() 376 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, qid); in mlx5e_reset_qdisc()
|
/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_tx.h | 160 struct netdev_queue *netdev_q;
|
/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_main.c | 349 struct netdev_queue *nq; in tsnep_tx_enable() 360 struct netdev_queue *nq; in tsnep_tx_disable() 732 struct netdev_queue *tx_nq, struct tsnep_tx *tx, in tsnep_xdp_xmit_back() 822 struct netdev_queue *nq; in tsnep_tx_poll() 914 struct netdev_queue *nq; in tsnep_tx_pending() 1288 struct netdev_queue *tx_nq, struct tsnep_tx *tx) in tsnep_xdp_run_prog() 1332 struct netdev_queue *tx_nq, in tsnep_xdp_run_prog_zc() 1369 struct netdev_queue *tx_nq, struct tsnep_tx *tx) in tsnep_finalize_xdp() 1440 struct netdev_queue *tx_nq; in tsnep_rx_poll() 1544 struct netdev_queue *tx_n in tsnep_rx_poll_zc() [all...] |
/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_netdev.c | 446 struct netdev_queue *net_queue; in t7xx_ccmni_queue_tx_irq_notify() 458 struct netdev_queue *net_queue; in t7xx_ccmni_queue_tx_full_notify()
|
/linux/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_bpf.c | 16 struct netdev_queue *ndevtxq; in mana_xdp_tx()
|
/linux/drivers/net/ethernet/netronome/nfp/nfdk/ |
H A D | rings.c | 14 struct netdev_queue *nd_q; in nfp_nfdk_tx_ring_reset()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_tx.c | 495 struct netdev_queue *netdev_txq; in hinic_lb_xmit_frame() 556 struct netdev_queue *netdev_txq; in hinic_xmit_frame() 702 struct netdev_queue *netdev_txq; in free_tx_poll()
|