Searched refs:old_rx_rss_context (Results 1 – 1 of 1) sorted by relevance
2849 u32 old_rx_rss_context = efx->rss_context.context_id; in efx_ef10_rx_push_exclusive_rss_config() local2868 if (efx->rss_context.context_id != old_rx_rss_context && in efx_ef10_rx_push_exclusive_rss_config()2869 old_rx_rss_context != EFX_EF10_RSS_CONTEXT_INVALID) in efx_ef10_rx_push_exclusive_rss_config()2870 WARN_ON(efx_ef10_free_rss_context(efx, old_rx_rss_context) != 0); in efx_ef10_rx_push_exclusive_rss_config()2882 if (old_rx_rss_context != efx->rss_context.context_id) { in efx_ef10_rx_push_exclusive_rss_config()2884 efx->rss_context.context_id = old_rx_rss_context; in efx_ef10_rx_push_exclusive_rss_config()