Searched refs:efx_ef10_alloc_rss_context (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/sfc/ |
D | ef10.c | 2718 static int efx_ef10_alloc_rss_context(struct efx_nic *efx, bool exclusive, in efx_ef10_alloc_rss_context() function 2834 int rc = efx_ef10_alloc_rss_context(efx, false, &efx->rss_context, in efx_ef10_rx_push_shared_rss_config() 2855 rc = efx_ef10_alloc_rss_context(efx, true, &efx->rss_context, in efx_ef10_rx_push_exclusive_rss_config() 2901 rc = efx_ef10_alloc_rss_context(efx, true, ctx, NULL); in efx_ef10_rx_push_rss_context_config()
|