Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dphy_be.c592 u8 band, u8 ntx, u8 ch) in phy_fill_limit_20m_be() argument
606 u8 band, u8 ntx, u8 ch, u8 pri_ch) in phy_fill_limit_40m_be() argument
626 u8 band, u8 ntx, u8 ch, u8 pri_ch) in phy_fill_limit_80m_be() argument
791 u8 ntx) in rtw89_phy_fill_limit_be() argument
854 u8 band, u8 ntx, u8 ch) in fill_limit_ru_each() argument
870 u8 band, u8 ntx, u8 ch) in phy_fill_limit_ru_20m_be() argument
877 u8 band, u8 ntx, u8 ch) in phy_fill_limit_ru_40m_be() argument
885 u8 band, u8 ntx, u8 ch) in phy_fill_limit_ru_80m_be() argument
895 u8 band, u8 ntx, u8 ch) in phy_fill_limit_ru_160m_be() argument
909 u8 band, u8 ntx, u8 ch) in phy_fill_limit_ru_320m_be() argument
[all …]
H A Dphy.c2486 u8 ntx) in rtw89_phy_fill_txpwr_limit_ax() argument
2574 ntx, ch); in rtw89_phy_fill_txpwr_limit_ru_20m_ax()
2577 ntx, ch); in rtw89_phy_fill_txpwr_limit_ru_20m_ax()
2580 ntx, ch); in rtw89_phy_fill_txpwr_limit_ru_20m_ax()
2590 ntx, ch - 2); in rtw89_phy_fill_txpwr_limit_ru_40m_ax()
2593 ntx, ch + 2); in rtw89_phy_fill_txpwr_limit_ru_40m_ax()
2596 ntx, ch - 2); in rtw89_phy_fill_txpwr_limit_ru_40m_ax()
2663 ntx, in rtw89_phy_fill_txpwr_limit_ru_160m_ax()
2667 ntx, in rtw89_phy_fill_txpwr_limit_ru_160m_ax()
2671 ntx, in rtw89_phy_fill_txpwr_limit_ru_160m_ax()
[all …]
H A Dphy.h843 u8 bw, u8 ntx, u8 rs, u8 bf, u8 ch);
845 u8 ru, u8 ntx, u8 ch);
/linux-6.15/net/sched/
H 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 …]
H A Dsch_mqprio.c99 unsigned int ntx; in mqprio_destroy() local
102 for (ntx = 0; in mqprio_destroy()
103 ntx < dev->num_tx_queues && priv->qdiscs[ntx]; in mqprio_destroy()
104 ntx++) in mqprio_destroy()
437 unsigned int ntx; in mqprio_attach() local
440 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mqprio_attach()
560 unsigned int ntx; in mqprio_dump() local
571 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in mqprio_dump()
632 return (ntx <= dev->num_tx_queues) ? ntx : 0; in mqprio_find()
727 for (ntx = arg->skip; ntx < netdev_get_num_tc(dev); ntx++) { in mqprio_walk()
[all …]
H A Dsch_htb.c1056 unsigned int ntx; in htb_init() local
1119 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_init()
1120 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_init()
1129 q->direct_qdiscs[ntx] = qdisc; in htb_init()
1157 unsigned int ntx; in htb_attach_offload() local
1159 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_attach_offload()
1160 struct Qdisc *old, *qdisc = q->direct_qdiscs[ntx]; in htb_attach_offload()
1166 for (ntx = q->num_direct_qdiscs; ntx < dev->num_tx_queues; ntx++) { in htb_attach_offload()
1167 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_offload()
1180 unsigned int ntx; in htb_attach_software() local
[all …]
H A Dsch_taprio.c2119 unsigned int ntx; in taprio_attach() local
2122 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in taprio_attach()
2155 unsigned long ntx = cl - 1; in taprio_queue_get() local
2157 if (ntx >= dev->num_tx_queues) in taprio_queue_get()
2439 unsigned int ntx = cl - 1; in taprio_leaf() local
2441 if (ntx >= dev->num_tx_queues) in taprio_leaf()
2444 return q->qdiscs[ntx]; in taprio_leaf()
2451 if (!taprio_queue_get(sch, ntx)) in taprio_find()
2453 return ntx; in taprio_find()
2491 unsigned long ntx; in taprio_walk() local
[all …]
/linux-6.15/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c346 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 …]
H A Dfuneth.h164 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.15/drivers/spi/
H A Dspi-cadence.c314 static void cdns_spi_process_fifo(struct cdns_spi *xspi, int ntx, int nrx) in cdns_spi_process_fifo() argument
316 ntx = clamp(ntx, 0, xspi->tx_bytes); in cdns_spi_process_fifo()
319 xspi->tx_bytes -= ntx; in cdns_spi_process_fifo()
322 while (ntx || nrx) { in cdns_spi_process_fifo()
332 if (ntx) { in cdns_spi_process_fifo()
338 ntx--; in cdns_spi_process_fifo()
/linux-6.15/drivers/net/ethernet/davicom/
H A Ddm9051.c842 int ntx = 0; in dm9051_loop_tx() local
851 ntx++; in dm9051_loop_tx()
868 return ntx; in dm9051_loop_tx()
/linux-6.15/include/net/
H A Dsch_generic.h601 get_default_qdisc_ops(const struct net_device *dev, int ntx) in get_default_qdisc_ops() argument
603 return ntx < dev->real_num_tx_queues ? in get_default_qdisc_ops()
/linux-6.15/drivers/atm/
H 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()