Home
last modified time | relevance | path

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

/linux/net/sched/
A Dsch_mq.c56 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 Dsch_mqprio.c34 unsigned int ntx; in mqprio_destroy() local
37 for (ntx = 0; in mqprio_destroy()
38 ntx < dev->num_tx_queues && priv->qdiscs[ntx]; in mqprio_destroy()
39 ntx++) in mqprio_destroy()
294 unsigned int ntx; in mqprio_attach() local
297 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mqprio_attach()
401 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mqprio_dump()
465 return (ntx <= dev->num_tx_queues) ? ntx : 0; in mqprio_find()
553 unsigned long ntx; in mqprio_walk() local
560 for (ntx = arg->skip; ntx < netdev_get_num_tc(dev); ntx++) { in mqprio_walk()
[all …]
A Dsch_htb.c1058 unsigned int ntx; in htb_init() local
1123 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_init()
1135 q->direct_qdiscs[ntx] = qdisc; in htb_init()
1159 for (ntx = 0; ntx < q->num_direct_qdiscs && q->direct_qdiscs[ntx]; in htb_init()
1160 ntx++) in htb_init()
1161 qdisc_put(q->direct_qdiscs[ntx]); in htb_init()
1179 unsigned int ntx; in htb_attach_offload() local
1181 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_attach_offload()
1188 for (ntx = q->num_direct_qdiscs; ntx < dev->num_tx_queues; ntx++) { in htb_attach_offload()
1202 unsigned int ntx; in htb_attach_software() local
[all …]
A Dsch_taprio.c1745 unsigned int ntx; in taprio_attach() local
1748 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in taprio_attach()
1749 struct Qdisc *qdisc = q->qdiscs[ntx]; in taprio_attach()
1774 unsigned long ntx = cl - 1; in taprio_queue_get() local
1776 if (ntx >= dev->num_tx_queues) in taprio_queue_get()
1779 return netdev_get_tx_queue(dev, ntx); in taprio_queue_get()
1960 unsigned int ntx = TC_H_MIN(classid); in taprio_find() local
1962 if (!taprio_queue_get(sch, ntx)) in taprio_find()
1964 return ntx; in taprio_find()
1996 unsigned long ntx; in taprio_walk() local
[all …]
/linux/drivers/net/wireless/realtek/rtw89/
A Dphy.c1195 u8 ntx) in rtw89_phy_fill_txpwr_limit() argument
1245 u8 ntx, u8 ch) in rtw89_phy_fill_txpwr_limit_ru_20m() argument
1248 ntx, ch); in rtw89_phy_fill_txpwr_limit_ru_20m()
1250 ntx, ch); in rtw89_phy_fill_txpwr_limit_ru_20m()
1252 ntx, ch); in rtw89_phy_fill_txpwr_limit_ru_20m()
1258 u8 ntx, u8 ch) in rtw89_phy_fill_txpwr_limit_ru_40m() argument
1261 ntx, ch - 2); in rtw89_phy_fill_txpwr_limit_ru_40m()
1263 ntx, ch + 2); in rtw89_phy_fill_txpwr_limit_ru_40m()
1265 ntx, ch - 2); in rtw89_phy_fill_txpwr_limit_ru_40m()
1267 ntx, ch + 2); in rtw89_phy_fill_txpwr_limit_ru_40m()
[all …]
A Dphy.h285 u8 ntx);
288 u8 ntx);
290 u8 bw, u8 ntx, u8 rs, u8 bf, u8 ch);
/linux/include/net/
A Dsch_generic.h628 get_default_qdisc_ops(const struct net_device *dev, int ntx) in get_default_qdisc_ops() argument
630 return ntx < dev->real_num_tx_queues ? in get_default_qdisc_ops()
/linux/drivers/atm/
A Dlanai.c1711 int ntx = 0; in run_service() local
1715 ntx += handle_service(lanai, in run_service()
1721 if (ntx != 0) { in run_service()

Completed in 34 milliseconds