Lines Matching refs:context_size
2723 unsigned *context_size) in efx_ef10_alloc_rss_context() argument
2740 if (context_size) in efx_ef10_alloc_rss_context()
2741 *context_size = 1; in efx_ef10_alloc_rss_context()
2764 if (context_size) in efx_ef10_alloc_rss_context()
2765 *context_size = rss_spread; in efx_ef10_alloc_rss_context()
2834 unsigned *context_size) in efx_ef10_rx_push_shared_rss_config() argument
2838 context_size); in efx_ef10_rx_push_shared_rss_config()
3028 unsigned context_size; in efx_ef10_pf_rx_push_rss_config() local
3038 rc = efx_ef10_rx_push_shared_rss_config(efx, &context_size); in efx_ef10_pf_rx_push_rss_config()
3040 if (context_size != efx->rss_spread) in efx_ef10_pf_rx_push_rss_config()
3046 efx->rss_spread, context_size); in efx_ef10_pf_rx_push_rss_config()