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