Lines Matching refs:ntx
2121 unsigned int ntx; in taprio_attach() local
2124 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in taprio_attach()
2125 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in taprio_attach()
2129 struct Qdisc *qdisc = q->qdiscs[ntx]; in taprio_attach()
2157 unsigned long ntx = cl - 1; in taprio_queue_get() local
2159 if (ntx >= dev->num_tx_queues) in taprio_queue_get()
2162 return netdev_get_tx_queue(dev, ntx); in taprio_queue_get()
2441 unsigned int ntx = cl - 1; in taprio_leaf() local
2443 if (ntx >= dev->num_tx_queues) in taprio_leaf()
2446 return q->qdiscs[ntx]; in taprio_leaf()
2451 unsigned int ntx = TC_H_MIN(classid); in taprio_find() local
2453 if (!taprio_queue_get(sch, ntx)) in taprio_find()
2455 return ntx; in taprio_find()
2493 unsigned long ntx; in taprio_walk() local
2499 for (ntx = arg->skip; ntx < dev->num_tx_queues; ntx++) { in taprio_walk()
2500 if (!tc_qdisc_stats_dump(sch, ntx + 1, arg)) in taprio_walk()