Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtw89/
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 …]
A Dphy.c2277 .ntx = ntx, in rtw89_phy_read_txpwr_limit()
2509 u8 ntx) in rtw89_phy_fill_txpwr_limit_ax() argument
2557 .ntx = ntx, in rtw89_phy_read_txpwr_limit_ru()
2617 ntx, ch); in rtw89_phy_fill_txpwr_limit_ru_20m_ax()
2620 ntx, ch); in rtw89_phy_fill_txpwr_limit_ru_20m_ax()
2623 ntx, ch); in rtw89_phy_fill_txpwr_limit_ru_20m_ax()
2633 ntx, ch - 2); in rtw89_phy_fill_txpwr_limit_ru_40m_ax()
2706 ntx, in rtw89_phy_fill_txpwr_limit_ru_160m_ax()
2710 ntx, in rtw89_phy_fill_txpwr_limit_ru_160m_ax()
2714 ntx, in rtw89_phy_fill_txpwr_limit_ru_160m_ax()
[all …]
A Dsar.h15 enum rtw89_ntx ntx; member
A Dphy.h845 u8 bw, u8 ntx, u8 rs, u8 bf, u8 ch);
847 u8 ru, u8 ntx, u8 ch);
A Dsar.c176 if (sar_parm->ntx == RTW89_2TX) in rtw89_query_sar_config_acpi()
/drivers/net/ethernet/fungible/funeth/
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 …]
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,
/drivers/spi/
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()
/drivers/net/ethernet/davicom/
A Ddm9051.c842 int ntx = 0; in dm9051_loop_tx() local
851 ntx++; in dm9051_loop_tx()
868 return ntx; in dm9051_loop_tx()
/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 54 milliseconds