Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy_be.c566 u8 band, u8 bw, u8 ntx, u8 rs, u8 ch) in fill_limit_nonbf_bf() argument
571 (*ptr)[bf] = rtw89_phy_read_txpwr_limit(rtwdev, band, bw, ntx, in fill_limit_nonbf_bf()
577 u8 band, u8 bw, u8 ntx, u8 rs, u8 ch1, u8 ch2) in fill_limit_nonbf_bf_min() argument
583 fill_limit_nonbf_bf(rtwdev, &v1, band, bw, ntx, rs, ch1); in fill_limit_nonbf_bf_min()
584 fill_limit_nonbf_bf(rtwdev, &v2, band, bw, ntx, rs, ch2); in fill_limit_nonbf_bf_min()
592 u8 band, u8 ntx, u8 ch) in phy_fill_limit_20m_be() argument
595 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_CCK, ch); in phy_fill_limit_20m_be()
597 RTW89_CHANNEL_WIDTH_40, ntx, RTW89_RS_CCK, ch); in phy_fill_limit_20m_be()
599 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_OFDM, ch); in phy_fill_limit_20m_be()
601 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MC in phy_fill_limit_20m_be()
606 phy_fill_limit_40m_be(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_be * lmt,u8 band,u8 ntx,u8 ch,u8 pri_ch) phy_fill_limit_40m_be() argument
626 phy_fill_limit_80m_be(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_be * lmt,u8 band,u8 ntx,u8 ch,u8 pri_ch) phy_fill_limit_80m_be() argument
653 phy_fill_limit_160m_be(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_be * lmt,u8 band,u8 ntx,u8 ch,u8 pri_ch) phy_fill_limit_160m_be() argument
702 phy_fill_limit_320m_be(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_be * lmt,u8 band,u8 ntx,u8 ch,u8 pri_ch) phy_fill_limit_320m_be() argument
791 rtw89_phy_fill_limit_be(struct rtw89_dev * rtwdev,const struct rtw89_chan * chan,struct rtw89_txpwr_limit_be * lmt,u8 ntx) rtw89_phy_fill_limit_be() argument
854 fill_limit_ru_each(struct rtw89_dev * rtwdev,u8 index,struct rtw89_txpwr_limit_ru_be * lmt_ru,u8 band,u8 ntx,u8 ch) fill_limit_ru_each() argument
870 phy_fill_limit_ru_20m_be(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_ru_be * lmt_ru,u8 band,u8 ntx,u8 ch) phy_fill_limit_ru_20m_be() argument
877 phy_fill_limit_ru_40m_be(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_ru_be * lmt_ru,u8 band,u8 ntx,u8 ch) phy_fill_limit_ru_40m_be() argument
885 phy_fill_limit_ru_80m_be(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_ru_be * lmt_ru,u8 band,u8 ntx,u8 ch) phy_fill_limit_ru_80m_be() argument
895 phy_fill_limit_ru_160m_be(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_ru_be * lmt_ru,u8 band,u8 ntx,u8 ch) phy_fill_limit_ru_160m_be() argument
909 phy_fill_limit_ru_320m_be(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_ru_be * lmt_ru,u8 band,u8 ntx,u8 ch) phy_fill_limit_ru_320m_be() argument
932 rtw89_phy_fill_limit_ru_be(struct rtw89_dev * rtwdev,const struct rtw89_chan * chan,struct rtw89_txpwr_limit_ru_be * lmt_ru,u8 ntx) rtw89_phy_fill_limit_ru_be() argument
[all...]
/linux/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()
63 qdisc_put(priv->qdiscs[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; mq_attach() local
132 unsigned int ntx; mq_dump() local
162 unsigned long ntx = cl - 1; mq_queue_get() local
210 unsigned int ntx = TC_H_MIN(classid); mq_find() local
243 unsigned int ntx; 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()
105 qdisc_put(priv->qdiscs[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()
456 unsigned long ntx = cl - 1; mqprio_queue_get() local
560 unsigned int ntx; mqprio_dump() local
625 unsigned int ntx = TC_H_MIN(classid); mqprio_find() local
720 unsigned long ntx; mqprio_walk() local
[all...]
H A Dsch_htb.c1058 unsigned int ntx; in htb_init() local
1121 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx++) { in htb_init()
1122 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_init()
1131 q->direct_qdiscs[ntx] = qdisc; in htb_init()
1159 unsigned int ntx; in htb_attach_offload() local
1161 for (ntx = 0; ntx < q->num_direct_qdiscs; ntx in htb_attach_offload()
1182 unsigned int ntx; htb_attach_software() local
[all...]
H A Dsch_taprio.c2132 unsigned int ntx; in taprio_attach() local
2135 for (ntx = 0; ntx < dev->num_tx_queues; ntx++) { in taprio_attach()
2136 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in taprio_attach()
2140 struct Qdisc *qdisc = q->qdiscs[ntx]; in taprio_attach()
2168 unsigned long ntx = cl - 1; in taprio_queue_get() local
2170 if (ntx >= dev->num_tx_queues) in taprio_queue_get()
2173 return netdev_get_tx_queue(dev, ntx); in taprio_queue_get()
2452 unsigned int ntx in taprio_leaf() local
2462 unsigned int ntx = TC_H_MIN(classid); taprio_find() local
2504 unsigned long ntx; taprio_walk() local
[all...]
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c314 /* Reserve IRQs, one per queue, to acommodate the requested queue numbers @ntx
319 static int fun_alloc_queue_irqs(struct net_device *dev, unsigned int ntx, in fun_alloc_queue_irqs() argument
327 for (i = fp->num_tx_irqs; i < ntx; i++) { in fun_alloc_queue_irqs()
346 ntx, nrx); in fun_alloc_queue_irqs()
1462 void fun_set_ring_count(struct net_device *netdev, unsigned int ntx, in fun_set_ring_count() argument
1465 netif_set_real_num_tx_queues(netdev, ntx); in fun_set_ring_count()
1530 static int fun_max_qs(struct fun_ethdev *ed, unsigned int *ntx, in fun_max_qs() argument
1536 *ntx = 1; in fun_max_qs()
1552 *ntx = min(ed->nsqs_per_port - 1, num_online_cpus()); in fun_max_qs()
1553 *nrx = *ntx; in fun_max_qs()
1563 unsigned int ntx, nrx; fun_queue_defaults() local
1622 fun_change_num_queues(struct net_device * dev,unsigned int ntx,unsigned int nrx) fun_change_num_queues() argument
1712 unsigned int ntx, nrx; fun_create_netdev() local
[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/drivers/spi/
H A Dspi-cadence.c311 * @ntx: Number of bytes to pack into the TX FIFO
314 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/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/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/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()