Searched refs:ntx (Results 1 – 5 of 5) sorted by relevance
29 unsigned int ntx; in mq_destroy() local33 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() local58 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() local84 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mq_attach()[all …]
31 unsigned int ntx; in mqprio_destroy() local34 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() local174 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 …]
62 static int ntx = 512; variable63 module_param(ntx, int, 0444);64 MODULE_PARM_DESC(ntx, "# of message descriptors allocated for each pool");158 .kib_ntx = &ntx,
1974 int ntx = *kiblnd_tunables.kib_ntx / ncpts; in kiblnd_tx_pool_size() local1976 return max(IBLND_TX_POOL, ntx); in kiblnd_tx_pool_size()
1716 int ntx = 0; in run_service() local1720 ntx += handle_service(lanai, in run_service()1726 if (ntx != 0) { in run_service()