/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_main.c | 315 * and @nrx. IRQs are added incrementally to those we already have. 320 unsigned int nrx) in fun_alloc_queue_irqs() 336 for (i = fp->num_rx_irqs; i < nrx; i++) { in fun_alloc_queue_irqs() 346 ntx, nrx); in fun_alloc_queue_irqs() 1361 static void fun_dflt_rss_indir(struct funeth_priv *fp, unsigned int nrx) in fun_dflt_rss_indir() argument 1366 fp->indir_table[i] = ethtool_rxfh_indir_default(i, nrx); in fun_dflt_rss_indir() 1374 static void fun_reset_rss_indir(struct net_device *dev, unsigned int nrx) in fun_reset_rss_indir() argument 1384 fp->indir_table_nentries = rounddown(FUN_ETH_RSS_MAX_INDIR_ENT, nrx); in fun_reset_rss_indir() 1385 fun_dflt_rss_indir(fp, nrx); in fun_reset_rss_indir() 1388 /* Update the RSS LUT to contain only queues in [0, nrx) 319 fun_alloc_queue_irqs(struct net_device *dev, unsigned int ntx, unsigned int nrx) fun_alloc_queue_irqs() argument 1393 fun_rss_set_qnum(struct net_device *dev, unsigned int nrx, bool only_if_needed) fun_rss_set_qnum() argument 1462 fun_set_ring_count(struct net_device *netdev, unsigned int ntx, unsigned int nrx) fun_set_ring_count() argument 1530 fun_max_qs(struct fun_ethdev *ed, unsigned int *ntx, unsigned int *nrx) fun_max_qs() argument 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 D | funeth.h | 165 unsigned int nrx); 167 unsigned int nrx);
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-cadence.c | 309 * @nrx: Number of bytes to drain from the RX FIFO 311 static void cdns_spi_process_fifo(struct cdns_spi *xspi, int ntx, int nrx) in cdns_spi_process_fifo() argument 314 nrx = clamp(nrx, 0, xspi->rx_bytes); in cdns_spi_process_fifo() 317 xspi->rx_bytes -= nrx; in cdns_spi_process_fifo() 319 while (ntx || nrx) { in cdns_spi_process_fifo() 320 if (nrx) { in cdns_spi_process_fifo() 326 nrx--; in cdns_spi_process_fifo()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822c.c | 3437 s8 pd_diff, s8 cs_diff, u8 bw, u8 nrx) in rtw8822c_phy_cck_pd_set_reg() 3441 if (WARN_ON(bw > RTW_CHANNEL_WIDTH_40 || nrx >= RTW_RF_PATH_MAX)) in rtw8822c_phy_cck_pd_set_reg() 3445 rtw8822c_cck_pd_reg[bw][nrx].reg_pd, in rtw8822c_phy_cck_pd_set_reg() 3446 rtw8822c_cck_pd_reg[bw][nrx].mask_pd); in rtw8822c_phy_cck_pd_set_reg() 3448 rtw8822c_cck_pd_reg[bw][nrx].reg_cs, in rtw8822c_phy_cck_pd_set_reg() 3449 rtw8822c_cck_pd_reg[bw][nrx].mask_cs); in rtw8822c_phy_cck_pd_set_reg() 3459 rtw8822c_cck_pd_reg[bw][nrx].reg_pd, in rtw8822c_phy_cck_pd_set_reg() 3460 rtw8822c_cck_pd_reg[bw][nrx].mask_pd, in rtw8822c_phy_cck_pd_set_reg() 3463 rtw8822c_cck_pd_reg[bw][nrx].reg_cs, in rtw8822c_phy_cck_pd_set_reg() 3464 rtw8822c_cck_pd_reg[bw][nrx] in rtw8822c_phy_cck_pd_set_reg() 3436 rtw8822c_phy_cck_pd_set_reg(struct rtw_dev *rtwdev, s8 pd_diff, s8 cs_diff, u8 bw, u8 nrx) rtw8822c_phy_cck_pd_set_reg() argument 3474 u8 nrx, bw; rtw8822c_phy_cck_pd_set() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822c.c | 4396 s8 pd_diff, s8 cs_diff, u8 bw, u8 nrx) in rtw8822c_phy_cck_pd_set_reg() 4400 if (WARN_ON(bw > RTW_CHANNEL_WIDTH_40 || nrx >= RTW_RF_PATH_MAX)) in rtw8822c_phy_cck_pd_set_reg() 4404 rtw8822c_cck_pd_reg[bw][nrx].reg_pd, in rtw8822c_phy_cck_pd_set_reg() 4405 rtw8822c_cck_pd_reg[bw][nrx].mask_pd); in rtw8822c_phy_cck_pd_set_reg() 4407 rtw8822c_cck_pd_reg[bw][nrx].reg_cs, in rtw8822c_phy_cck_pd_set_reg() 4408 rtw8822c_cck_pd_reg[bw][nrx].mask_cs); in rtw8822c_phy_cck_pd_set_reg() 4418 rtw8822c_cck_pd_reg[bw][nrx].reg_pd, in rtw8822c_phy_cck_pd_set_reg() 4419 rtw8822c_cck_pd_reg[bw][nrx].mask_pd, in rtw8822c_phy_cck_pd_set_reg() 4422 rtw8822c_cck_pd_reg[bw][nrx].reg_cs, in rtw8822c_phy_cck_pd_set_reg() 4423 rtw8822c_cck_pd_reg[bw][nrx] in rtw8822c_phy_cck_pd_set_reg() 4395 rtw8822c_phy_cck_pd_set_reg(struct rtw_dev *rtwdev, s8 pd_diff, s8 cs_diff, u8 bw, u8 nrx) rtw8822c_phy_cck_pd_set_reg() argument 4437 u8 nrx, bw; rtw8822c_phy_cck_pd_set() local [all...] |