Searched refs:new_rx_rss_context (Results 1 – 1 of 1) sorted by relevance
2013 u32 new_rx_rss_context; in efx_ef10_rx_push_shared_rss_config() local2015 int rc = efx_ef10_alloc_rss_context(efx, &new_rx_rss_context, in efx_ef10_rx_push_shared_rss_config()2021 nic_data->rx_rss_context = new_rx_rss_context; in efx_ef10_rx_push_shared_rss_config()2032 u32 new_rx_rss_context; in efx_ef10_rx_push_exclusive_rss_config() local2036 rc = efx_ef10_alloc_rss_context(efx, &new_rx_rss_context, in efx_ef10_rx_push_exclusive_rss_config()2043 new_rx_rss_context = nic_data->rx_rss_context; in efx_ef10_rx_push_exclusive_rss_config()2046 rc = efx_ef10_populate_rss_table(efx, new_rx_rss_context, in efx_ef10_rx_push_exclusive_rss_config()2051 if (nic_data->rx_rss_context != new_rx_rss_context) in efx_ef10_rx_push_exclusive_rss_config()2053 nic_data->rx_rss_context = new_rx_rss_context; in efx_ef10_rx_push_exclusive_rss_config()2061 if (new_rx_rss_context != nic_data->rx_rss_context) in efx_ef10_rx_push_exclusive_rss_config()[all …]