Lines Matching refs:rx_indir_table

1488 					   efx->rss_context.rx_indir_table, NULL);  in efx_ef10_init_nic()
2785 const u32 *rx_indir_table, const u8 *key) in efx_ef10_populate_rss_table() argument
2793 BUILD_BUG_ON(ARRAY_SIZE(efx->rss_context.rx_indir_table) != in efx_ef10_populate_rss_table()
2801 for (i = 0; i < ARRAY_SIZE(efx->rss_context.rx_indir_table); ++i) in efx_ef10_populate_rss_table()
2804 (u8) rx_indir_table[i]; in efx_ef10_populate_rss_table()
2849 const u32 *rx_indir_table, in efx_ef10_rx_push_exclusive_rss_config() argument
2867 rx_indir_table, key); in efx_ef10_rx_push_exclusive_rss_config()
2875 if (rx_indir_table != efx->rss_context.rx_indir_table) in efx_ef10_rx_push_exclusive_rss_config()
2876 memcpy(efx->rss_context.rx_indir_table, rx_indir_table, in efx_ef10_rx_push_exclusive_rss_config()
2877 sizeof(efx->rss_context.rx_indir_table)); in efx_ef10_rx_push_exclusive_rss_config()
2896 const u32 *rx_indir_table, in efx_ef10_rx_push_rss_context_config() argument
2909 if (!rx_indir_table) /* Delete this context */ in efx_ef10_rx_push_rss_context_config()
2913 rx_indir_table, key); in efx_ef10_rx_push_rss_context_config()
2917 memcpy(ctx->rx_indir_table, rx_indir_table, in efx_ef10_rx_push_rss_context_config()
2918 sizeof(efx->rss_context.rx_indir_table)); in efx_ef10_rx_push_rss_context_config()
2943 BUILD_BUG_ON(ARRAY_SIZE(ctx->rx_indir_table) != in efx_ef10_rx_pull_rss_context_config()
2953 for (i = 0; i < ARRAY_SIZE(ctx->rx_indir_table); i++) in efx_ef10_rx_pull_rss_context_config()
2954 ctx->rx_indir_table[i] = MCDI_PTR(tablebuf, in efx_ef10_rx_pull_rss_context_config()
3002 ctx->rx_indir_table, in efx_ef10_rx_restore_rss_contexts()
3014 const u32 *rx_indir_table, in efx_ef10_pf_rx_push_rss_config() argument
3025 rc = efx_ef10_rx_push_exclusive_rss_config(efx, rx_indir_table, key); in efx_ef10_pf_rx_push_rss_config()
3033 i < ARRAY_SIZE(efx->rss_context.rx_indir_table) && !mismatch; in efx_ef10_pf_rx_push_rss_config()
3035 mismatch = rx_indir_table[i] != in efx_ef10_pf_rx_push_rss_config()
3063 const u32 *rx_indir_table in efx_ef10_vf_rx_push_rss_config() argument