Searched refs:ntx (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/net/sched/ |
A D | sch_mq.c | 56 unsigned int ntx; in mq_destroy() local 62 for (ntx = 0; ntx < dev->num_tx_queues && priv->qdiscs[ntx]; ntx++) in mq_destroy() 74 unsigned int ntx; in mq_init() local 88 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mq_init() 111 unsigned int ntx; in mq_attach() local 113 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mq_attach() 132 unsigned int ntx; in mq_dump() local 143 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mq_dump() 214 return ntx; in mq_find() 243 unsigned int ntx; in mq_walk() local [all …]
|
A D | sch_mqprio.c | 92 unsigned int ntx; in mqprio_destroy() local 95 for (ntx = 0; in mqprio_destroy() 96 ntx < dev->num_tx_queues && priv->qdiscs[ntx]; in mqprio_destroy() 97 ntx++) in mqprio_destroy() 313 unsigned int ntx; in mqprio_attach() local 316 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mqprio_attach() 409 unsigned int ntx; in mqprio_dump() local 420 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mqprio_dump() 478 return (ntx <= dev->num_tx_queues) ? ntx : 0; in mqprio_find() 573 for (ntx = arg->skip; ntx < netdev_get_num_tc(dev); ntx++) { in mqprio_walk() [all …]
|
A D | sch_htb.c | 1063 unsigned int ntx; in htb_init() local 1126 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_init() 1127 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_init() 1137 q->direct_qdiscs[ntx] = qdisc; in htb_init() 1165 unsigned int ntx; in htb_attach_offload() local 1167 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_attach_offload() 1168 struct Qdisc *old, *qdisc = q->direct_qdiscs[ntx]; in htb_attach_offload() 1174 for (ntx = q->num_direct_qdiscs; ntx < dev->num_tx_queues; ntx++) { in htb_attach_offload() 1175 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_offload() 1188 unsigned int ntx; in htb_attach_software() local [all …]
|
A D | sch_taprio.c | 2084 unsigned int ntx; in taprio_attach() local 2087 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in taprio_attach() 2088 struct Qdisc *qdisc = q->qdiscs[ntx]; in taprio_attach() 2113 unsigned long ntx = cl - 1; in taprio_queue_get() local 2115 if (ntx >= dev->num_tx_queues) in taprio_queue_get() 2118 return netdev_get_tx_queue(dev, ntx); in taprio_queue_get() 2319 unsigned int ntx = TC_H_MIN(classid); in taprio_find() local 2321 if (!taprio_queue_get(sch, ntx)) in taprio_find() 2323 return ntx; in taprio_find() 2355 unsigned long ntx; in taprio_walk() local [all …]
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/ |
A D | phy.c | 1834 u8 ntx) in rtw89_phy_fill_txpwr_limit() argument 1907 ntx, ch); in rtw89_phy_fill_txpwr_limit_ru_20m() 1910 ntx, ch); in rtw89_phy_fill_txpwr_limit_ru_20m() 1913 ntx, ch); in rtw89_phy_fill_txpwr_limit_ru_20m() 1923 ntx, ch - 2); in rtw89_phy_fill_txpwr_limit_ru_40m() 1926 ntx, ch + 2); in rtw89_phy_fill_txpwr_limit_ru_40m() 1929 ntx, ch - 2); in rtw89_phy_fill_txpwr_limit_ru_40m() 1996 ntx, in rtw89_phy_fill_txpwr_limit_ru_160m() 2000 ntx, in rtw89_phy_fill_txpwr_limit_ru_160m() 2004 ntx, in rtw89_phy_fill_txpwr_limit_ru_160m() [all …]
|
A D | phy.h | 519 u8 bw, u8 ntx, u8 rs, u8 bf, u8 ch);
|
/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/ |
A D | funeth_main.c | 346 ntx, nrx); in fun_alloc_queue_irqs() 1536 *ntx = 1; in fun_max_qs() 1553 *nrx = *ntx; in fun_max_qs() 1554 if (*ntx > neth) in fun_max_qs() 1555 *ntx = neth; in fun_max_qs() 1563 unsigned int ntx, nrx; in fun_queue_defaults() local 1567 if (ntx <= nrx) { in fun_queue_defaults() 1568 ntx = min(ntx, nsqs / 2); in fun_queue_defaults() 1572 ntx = min(ntx, nsqs - nrx); in fun_queue_defaults() 1639 .ntxqs = ntx, in fun_change_num_queues() [all …]
|
A D | funeth.h | 164 int fun_change_num_queues(struct net_device *dev, unsigned int ntx, 166 void fun_set_ring_count(struct net_device *netdev, unsigned int ntx,
|
/linux-6.3-rc2/drivers/net/ethernet/davicom/ |
A D | dm9051.c | 845 int ntx = 0; in dm9051_loop_tx() local 854 ntx++; in dm9051_loop_tx() 871 return ntx; in dm9051_loop_tx()
|
/linux-6.3-rc2/include/net/ |
A D | sch_generic.h | 587 get_default_qdisc_ops(const struct net_device *dev, int ntx) in get_default_qdisc_ops() argument 589 return ntx < dev->real_num_tx_queues ? in get_default_qdisc_ops()
|
/linux-6.3-rc2/drivers/atm/ |
A D | lanai.c | 1711 int ntx = 0; in run_service() local 1715 ntx += handle_service(lanai, in run_service() 1721 if (ntx != 0) { in run_service()
|
Completed in 41 milliseconds