Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c2063 u32 old_rx_rss_context = efx->rss_context.priv.context_id; in efx_mcdi_filter_rx_push_exclusive_rss_config() local
2083 if (efx->rss_context.priv.context_id != old_rx_rss_context && in efx_mcdi_filter_rx_push_exclusive_rss_config()
2084 old_rx_rss_context != EFX_MCDI_RSS_CONTEXT_INVALID) in efx_mcdi_filter_rx_push_exclusive_rss_config()
2085 WARN_ON(efx_mcdi_filter_free_rss_context(efx, old_rx_rss_context) != 0); in efx_mcdi_filter_rx_push_exclusive_rss_config()
2097 if (old_rx_rss_context != efx->rss_context.priv.context_id) { in efx_mcdi_filter_rx_push_exclusive_rss_config()
2099 efx->rss_context.priv.context_id = old_rx_rss_context; in efx_mcdi_filter_rx_push_exclusive_rss_config()