Searched refs:nrx (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_main.c | 320 unsigned int nrx) in fun_alloc_queue_irqs() argument 346 ntx, nrx); in fun_alloc_queue_irqs() 1463 unsigned int nrx) in fun_set_ring_count() argument 1537 *nrx = 1; in fun_max_qs() 1553 *nrx = *ntx; in fun_max_qs() 1563 unsigned int ntx, nrx; in fun_queue_defaults() local 1567 if (ntx <= nrx) { in fun_queue_defaults() 1569 nrx = min(nrx, nsqs - ntx); in fun_queue_defaults() 1571 nrx = min(nrx, nsqs / 2); in fun_queue_defaults() 1623 unsigned int nrx) in fun_change_num_queues() argument [all …]
|
| H A D | funeth.h | 165 unsigned int nrx); 167 unsigned int nrx);
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-cadence.c | 314 static void cdns_spi_process_fifo(struct cdns_spi *xspi, int ntx, int nrx) in cdns_spi_process_fifo() argument 317 nrx = clamp(nrx, 0, xspi->rx_bytes); in cdns_spi_process_fifo() 320 xspi->rx_bytes -= nrx; in cdns_spi_process_fifo() 322 while (ntx || nrx) { in cdns_spi_process_fifo() 323 if (nrx) { in cdns_spi_process_fifo() 329 nrx--; in cdns_spi_process_fifo()
|
| /linux-6.15/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8822c.c | 4366 rtw8822c_cck_pd_reg[bw][nrx].reg_pd, in rtw8822c_phy_cck_pd_set_reg() 4380 rtw8822c_cck_pd_reg[bw][nrx].reg_pd, in rtw8822c_phy_cck_pd_set_reg() 4381 rtw8822c_cck_pd_reg[bw][nrx].mask_pd, in rtw8822c_phy_cck_pd_set_reg() 4384 rtw8822c_cck_pd_reg[bw][nrx].reg_cs, in rtw8822c_phy_cck_pd_set_reg() 4385 rtw8822c_cck_pd_reg[bw][nrx].mask_cs, in rtw8822c_phy_cck_pd_set_reg() 4390 rtw_is_assoc(rtwdev), bw, nrx, cs, pd); in rtw8822c_phy_cck_pd_set_reg() 4399 u8 nrx, bw; in rtw8822c_phy_cck_pd_set() local 4405 dm_info->cck_pd_lv[bw][nrx], new_lvl, bw, nrx, in rtw8822c_phy_cck_pd_set() 4411 cur_lvl = dm_info->cck_pd_lv[bw][nrx]; in rtw8822c_phy_cck_pd_set() 4419 bw, nrx); in rtw8822c_phy_cck_pd_set() [all …]
|