Home
last modified time | relevance | path

Searched defs:dev_queue (Results 1 – 18 of 18) sorted by relevance

/linux/net/sched/
H A Dsch_mq.c74 struct netdev_queue *dev_queue; in mq_init_common() local
199 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_graft() local
224 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_leaf() local
243 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_dump_class() local
255 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_dump_class_stats() local
H A Dsch_generic.c935 struct Qdisc *qdisc_alloc(struct netdev_queue *dev_queue, in qdisc_alloc() argument
996 qdisc_create_dflt(struct netdev_queue * dev_queue,const struct Qdisc_ops * ops,unsigned int parentid,struct netlink_ext_ack * extack) qdisc_create_dflt() argument
1126 dev_graft_qdisc(struct netdev_queue * dev_queue,struct Qdisc * qdisc) dev_graft_qdisc() argument
1148 shutdown_scheduler_queue(struct net_device * dev,struct netdev_queue * dev_queue,void * _qdisc_default) shutdown_scheduler_queue() argument
1163 attach_one_default_qdisc(struct net_device * dev,struct netdev_queue * dev_queue,void * _unused) attach_one_default_qdisc() argument
1225 transition_one_qdisc(struct net_device * dev,struct netdev_queue * dev_queue,void * _need_watchdog) transition_one_qdisc() argument
1278 dev_deactivate_queue(struct net_device * dev,struct netdev_queue * dev_queue,void * _sync_needed) dev_deactivate_queue() argument
1294 dev_reset_queue(struct net_device * dev,struct netdev_queue * dev_queue,void * _unused) dev_reset_queue() argument
1325 struct netdev_queue *dev_queue; some_qdisc_is_busy() local
1403 qdisc_change_tx_queue_len(struct net_device * dev,struct netdev_queue * dev_queue) qdisc_change_tx_queue_len() argument
1469 dev_init_scheduler_queue(struct net_device * dev,struct netdev_queue * dev_queue,void * _qdisc) dev_init_scheduler_queue() argument
[all...]
H A Dsch_mqprio.c350 struct netdev_queue *dev_queue; in mqprio_init() local
466 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_graft() local
613 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_leaf() local
644 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_dump_class() local
705 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl); in mqprio_dump_class_stats() local
H A Dsch_htb.c1121 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_init() local
1168 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_offload() local
1185 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_software() local
1384 htb_graft_helper(struct netdev_queue *dev_queue, struct Qdisc *new_q) in htb_graft_helper()
1446 struct netdev_queue *dev_queue = sch->dev_queue; in htb_graft() local
1528 struct netdev_queue *dev_queue, in htb_parent_to_leaf_offload()
1545 struct netdev_queue *dev_queue; in htb_destroy_class_offload() local
1721 struct netdev_queue *dev_queue = sch->dev_queue; in htb_delete() local
1769 struct netdev_queue *dev_queue; in htb_change_class() local
H A Dsch_api.c1097 struct netdev_queue *dev_queue; in qdisc_graft() local
1245 struct netdev_queue *dev_queue, in qdisc_create()
1744 struct netdev_queue *dev_queue; in __tc_modify_qdisc() local
1899 struct netdev_queue *dev_queue; in tc_dump_qdisc() local
2394 struct netdev_queue *dev_queue; in __tc_dump_tclass() local
H A Dsch_taprio.c2101 struct netdev_queue *dev_queue; in taprio_init() local
2135 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in taprio_attach() local
2181 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_graft() local
/linux/include/linux/
H A Dnetdevice.h3603 static __always_inline void netif_tx_start_queue(struct netdev_queue *dev_queue) in netif_tx_start_queue()
3653 static __always_inline void netif_tx_stop_queue(struct netdev_queue *dev_queue) in netif_tx_stop_queue()
3679 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) in netif_tx_queue_stopped()
3695 static inline bool netif_xmit_stopped(const struct netdev_queue *dev_queue) in netif_xmit_stopped()
3701 netif_xmit_frozen_or_stopped(const struct netdev_queue *dev_queue) in netif_xmit_frozen_or_stopped()
3707 netif_xmit_frozen_or_drv_stopped(const struct netdev_queue *dev_queue) in netif_xmit_frozen_or_drv_stopped()
3722 static inline void netdev_queue_set_dql_min_limit(struct netdev_queue *dev_queue, in netdev_queue_set_dql_min_limit()
3747 static inline void netdev_txq_bql_enqueue_prefetchw(struct netdev_queue *dev_queue) in netdev_txq_bql_enqueue_prefetchw()
3761 static inline void netdev_txq_bql_complete_prefetchw(struct netdev_queue *dev_queue) in netdev_txq_bql_complete_prefetchw()
3778 static inline void netdev_tx_sent_queue(struct netdev_queue *dev_queue, in netdev_tx_sent_queue()
[all …]
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c333 struct netdev_queue *dev_queue; in hns_nic_net_xmit_hw() local
976 struct netdev_queue *dev_queue; in hns_nic_tx_poll_one() local
1060 struct netdev_queue *dev_queue; in hns_nic_tx_clr_all_bufs() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dqos.c376 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, qid); in mlx5e_reset_qdisc() local
/linux/drivers/net/xen-netback/
H A Dxenbus.c31 struct netdev_queue *dev_queue; in xenvif_read_io_ring() local
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c830 struct netdev_queue *dev_queue; in hns3_reset_tx_queue() local
2318 struct netdev_queue *dev_queue; in hns3_nic_net_xmit() local
3682 struct netdev_queue *dev_queue; in hns3_clean_tx_ring() local
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c1509 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, qid); in otx2_reset_qdisc() local
/linux/drivers/net/
H A Dxen-netfront.c262 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, queue->id); in xennet_maybe_wake_tx() local
/linux/include/net/
H A Dsch_generic.h100 struct netdev_queue *dev_queue; member
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c141 struct netdev_queue *dev_queue = txring_txq(skb->dev, ring); in fbnic_tx_sent_queue() local
/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c1391 struct netdev_queue *dev_queue; in myri10ge_tx_done() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5094 struct netdev_queue *dev_queue = in mlx5e_tx_timeout_work() local
/linux/net/core/
H A Ddev.c3429 void netif_tx_wake_queue(struct netdev_queue *dev_queue) in netif_tx_wake_queue()