Searched refs:old_rx_rss_context (Results 1 – 1 of 1) sorted by relevance
2062 u32 old_rx_rss_context = efx->rss_context.context_id; in efx_mcdi_filter_rx_push_exclusive_rss_config() local2080 if (efx->rss_context.context_id != old_rx_rss_context && in efx_mcdi_filter_rx_push_exclusive_rss_config()2081 old_rx_rss_context != EFX_MCDI_RSS_CONTEXT_INVALID) in efx_mcdi_filter_rx_push_exclusive_rss_config()2082 WARN_ON(efx_mcdi_filter_free_rss_context(efx, old_rx_rss_context) != 0); in efx_mcdi_filter_rx_push_exclusive_rss_config()2094 if (old_rx_rss_context != efx->rss_context.context_id) { in efx_mcdi_filter_rx_push_exclusive_rss_config()2096 efx->rss_context.context_id = old_rx_rss_context; in efx_mcdi_filter_rx_push_exclusive_rss_config()