Lines Matching refs:ntx
1055 unsigned int ntx; in htb_init() local
1118 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_init()
1119 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_init()
1128 q->direct_qdiscs[ntx] = qdisc; in htb_init()
1156 unsigned int ntx; in htb_attach_offload() local
1158 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_attach_offload()
1159 struct Qdisc *old, *qdisc = q->direct_qdiscs[ntx]; in htb_attach_offload()
1165 for (ntx = q->num_direct_qdiscs; ntx < dev->num_tx_queues; ntx++) { in htb_attach_offload()
1166 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_offload()
1179 unsigned int ntx; in htb_attach_software() local
1182 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in htb_attach_software()
1183 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_software()