Lines Matching refs:ntx
1056 unsigned int ntx; in htb_init() local
1119 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_init()
1120 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_init()
1130 q->direct_qdiscs[ntx] = qdisc; in htb_init()
1158 unsigned int ntx; in htb_attach_offload() local
1160 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_attach_offload()
1161 struct Qdisc *old, *qdisc = q->direct_qdiscs[ntx]; in htb_attach_offload()
1167 for (ntx = q->num_direct_qdiscs; ntx < dev->num_tx_queues; ntx++) { in htb_attach_offload()
1168 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_offload()
1181 unsigned int ntx; in htb_attach_software() local
1184 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in htb_attach_software()
1185 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_software()