Lines Matching refs:ntx
1817 unsigned int ntx; in taprio_attach() local
1820 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in taprio_attach()
1821 struct Qdisc *qdisc = q->qdiscs[ntx]; in taprio_attach()
1846 unsigned long ntx = cl - 1; in taprio_queue_get() local
1848 if (ntx >= dev->num_tx_queues) in taprio_queue_get()
1851 return netdev_get_tx_queue(dev, ntx); in taprio_queue_get()
2058 unsigned int ntx = TC_H_MIN(classid); in taprio_find() local
2060 if (!taprio_queue_get(sch, ntx)) in taprio_find()
2062 return ntx; in taprio_find()
2094 unsigned long ntx; in taprio_walk() local
2100 for (ntx = arg->skip; ntx < dev->num_tx_queues; ntx++) { in taprio_walk()
2101 if (!tc_qdisc_stats_dump(sch, ntx + 1, arg)) in taprio_walk()