Home
last modified time | relevance | path

Searched refs:rss_spread (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Defx.h78 return efx->rss_spread > 1; in ef4_rss_enabled()
Dnet_driver.h814 unsigned rss_spread; member
Defx.c1324 ethtool_rxfh_indir_default(i, efx->rss_spread); in ef4_set_default_rx_indir_table()
1465 efx->rss_spread = efx->n_rx_channels; in ef4_probe_interrupts()
/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.h81 return efx->rss_spread > 1; in efx_rss_enabled()
Def10.c2733 unsigned rss_spread = exclusive ? in efx_ef10_alloc_rss_context() local
2734 efx->rss_spread : in efx_ef10_alloc_rss_context()
2735 min(rounddown_pow_of_two(efx->rss_spread), in efx_ef10_alloc_rss_context()
2738 if (!exclusive && rss_spread == 1) { in efx_ef10_alloc_rss_context()
2752 MCDI_SET_DWORD(inbuf, RSS_CONTEXT_ALLOC_IN_NUM_QUEUES, rss_spread); in efx_ef10_alloc_rss_context()
2765 *context_size = rss_spread; in efx_ef10_alloc_rss_context()
3019 if (efx->rss_spread == 1) in efx_ef10_pf_rx_push_rss_config()
3036 ethtool_rxfh_indir_default(i, efx->rss_spread); in efx_ef10_pf_rx_push_rss_config()
3040 if (context_size != efx->rss_spread) in efx_ef10_pf_rx_push_rss_config()
3046 efx->rss_spread, context_size); in efx_ef10_pf_rx_push_rss_config()
Dnet_driver.h986 unsigned rss_spread; member
Defx.c1384 ethtool_rxfh_indir_default(i, efx->rss_spread); in efx_set_default_rx_indir_table()
1554 efx->rss_spread = ((efx->n_rx_channels > 1 || in efx_probe_interrupts()
1560 efx->rss_spread = efx->n_rx_channels; in efx_probe_interrupts()
Dsiena_sriov.c1317 vfdi_status->rss_rxq_count = efx->rss_spread; in efx_siena_sriov_init()