Home
last modified time | relevance | path

Searched refs:ntx (Results 1 – 4 of 4) sorted by relevance

/net/sched/
A Dsch_mq.c56 unsigned int ntx; in mq_destroy() local
62 for (ntx = 0; ntx < dev->num_tx_queues && priv->qdiscs[ntx]; ntx++) in mq_destroy()
74 unsigned int ntx; in mq_init() local
88 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mq_init()
111 unsigned int ntx; in mq_attach() local
113 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mq_attach()
132 unsigned int ntx; in mq_dump() local
143 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mq_dump()
214 return ntx; in mq_find()
243 unsigned int ntx; in mq_walk() local
[all …]
A Dsch_mqprio.c99 unsigned int ntx; in mqprio_destroy() local
102 for (ntx = 0; in mqprio_destroy()
103 ntx < dev->num_tx_queues && priv->qdiscs[ntx]; in mqprio_destroy()
104 ntx++) in mqprio_destroy()
437 unsigned int ntx; in mqprio_attach() local
440 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mqprio_attach()
560 unsigned int ntx; in mqprio_dump() local
571 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mqprio_dump()
632 return (ntx <= dev->num_tx_queues) ? ntx : 0; in mqprio_find()
727 for (ntx = arg->skip; ntx < netdev_get_num_tc(dev); ntx++) { in mqprio_walk()
[all …]
A Dsch_htb.c1058 unsigned int ntx; in htb_init() local
1121 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_init()
1122 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_init()
1131 q->direct_qdiscs[ntx] = qdisc; in htb_init()
1159 unsigned int ntx; in htb_attach_offload() local
1161 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_attach_offload()
1162 struct Qdisc *old, *qdisc = q->direct_qdiscs[ntx]; in htb_attach_offload()
1168 for (ntx = q->num_direct_qdiscs; ntx < dev->num_tx_queues; ntx++) { in htb_attach_offload()
1169 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_offload()
1182 unsigned int ntx; in htb_attach_software() local
[all …]
A Dsch_taprio.c2132 unsigned int ntx; in taprio_attach() local
2135 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in taprio_attach()
2168 unsigned long ntx = cl - 1; in taprio_queue_get() local
2170 if (ntx >= dev->num_tx_queues) in taprio_queue_get()
2452 unsigned int ntx = cl - 1; in taprio_leaf() local
2454 if (ntx >= dev->num_tx_queues) in taprio_leaf()
2457 return q->qdiscs[ntx]; in taprio_leaf()
2464 if (!taprio_queue_get(sch, ntx)) in taprio_find()
2466 return ntx; in taprio_find()
2504 unsigned long ntx; in taprio_walk() local
[all …]

Completed in 20 milliseconds