Lines Matching refs:ntx
1062 unsigned int ntx; in htb_init() local
1125 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_init()
1126 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_init()
1136 q->direct_qdiscs[ntx] = qdisc; in htb_init()
1164 unsigned int ntx; in htb_attach_offload() local
1166 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_attach_offload()
1167 struct Qdisc *old, *qdisc = q->direct_qdiscs[ntx]; in htb_attach_offload()
1173 for (ntx = q->num_direct_qdiscs; ntx < dev->num_tx_queues; ntx++) { in htb_attach_offload()
1174 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_offload()
1187 unsigned int ntx; in htb_attach_software() local
1190 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in htb_attach_software()
1191 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_software()