Home
last modified time | relevance | path

Searched refs:ntx (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/sched/
Dsch_mq.c29 unsigned int ntx; in mq_destroy() local
33 for (ntx = 0; ntx < dev->num_tx_queues && priv->qdiscs[ntx]; ntx++) in mq_destroy()
34 qdisc_destroy(priv->qdiscs[ntx]); in mq_destroy()
44 unsigned int ntx; in mq_init() local
58 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mq_init()
59 dev_queue = netdev_get_tx_queue(dev, ntx); in mq_init()
62 TC_H_MIN(ntx + 1))); in mq_init()
65 priv->qdiscs[ntx] = qdisc; in mq_init()
82 unsigned int ntx; in mq_attach() local
84 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mq_attach()
[all …]
Dsch_mqprio.c31 unsigned int ntx; in mqprio_destroy() local
34 for (ntx = 0; in mqprio_destroy()
35 ntx < dev->num_tx_queues && priv->qdiscs[ntx]; in mqprio_destroy()
36 ntx++) in mqprio_destroy()
37 qdisc_destroy(priv->qdiscs[ntx]); in mqprio_destroy()
171 unsigned int ntx; in mqprio_attach() local
174 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mqprio_attach()
175 qdisc = priv->qdiscs[ntx]; in mqprio_attach()
179 if (ntx < dev->real_num_tx_queues) in mqprio_attach()
190 unsigned long ntx = cl - 1 - netdev_get_num_tc(dev); in mqprio_queue_get() local
[all …]
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_modparams.c62 static int ntx = 512; variable
63 module_param(ntx, int, 0444);
64 MODULE_PARM_DESC(ntx, "# of message descriptors allocated for each pool");
158 .kib_ntx = &ntx,
Do2iblnd.c1974 int ntx = *kiblnd_tunables.kib_ntx / ncpts; in kiblnd_tx_pool_size() local
1976 return max(IBLND_TX_POOL, ntx); in kiblnd_tx_pool_size()
/linux-4.1.27/drivers/atm/
Dlanai.c1716 int ntx = 0; in run_service() local
1720 ntx += handle_service(lanai, in run_service()
1726 if (ntx != 0) { in run_service()