Lines Matching refs:rx_indir_table
1485 efx->rss_context.rx_indir_table, NULL); in efx_ef10_init_nic()
2782 const u32 *rx_indir_table, const u8 *key) in efx_ef10_populate_rss_table() argument
2790 BUILD_BUG_ON(ARRAY_SIZE(efx->rss_context.rx_indir_table) != in efx_ef10_populate_rss_table()
2798 for (i = 0; i < ARRAY_SIZE(efx->rss_context.rx_indir_table); ++i) in efx_ef10_populate_rss_table()
2801 (u8) rx_indir_table[i]; in efx_ef10_populate_rss_table()
2846 const u32 *rx_indir_table, in efx_ef10_rx_push_exclusive_rss_config() argument
2864 rx_indir_table, key); in efx_ef10_rx_push_exclusive_rss_config()
2872 if (rx_indir_table != efx->rss_context.rx_indir_table) in efx_ef10_rx_push_exclusive_rss_config()
2873 memcpy(efx->rss_context.rx_indir_table, rx_indir_table, in efx_ef10_rx_push_exclusive_rss_config()
2874 sizeof(efx->rss_context.rx_indir_table)); in efx_ef10_rx_push_exclusive_rss_config()
2893 const u32 *rx_indir_table, in efx_ef10_rx_push_rss_context_config() argument
2906 if (!rx_indir_table) /* Delete this context */ in efx_ef10_rx_push_rss_context_config()
2910 rx_indir_table, key); in efx_ef10_rx_push_rss_context_config()
2914 memcpy(ctx->rx_indir_table, rx_indir_table, in efx_ef10_rx_push_rss_context_config()
2915 sizeof(efx->rss_context.rx_indir_table)); in efx_ef10_rx_push_rss_context_config()
2940 BUILD_BUG_ON(ARRAY_SIZE(ctx->rx_indir_table) != in efx_ef10_rx_pull_rss_context_config()
2950 for (i = 0; i < ARRAY_SIZE(ctx->rx_indir_table); i++) in efx_ef10_rx_pull_rss_context_config()
2951 ctx->rx_indir_table[i] = MCDI_PTR(tablebuf, in efx_ef10_rx_pull_rss_context_config()
2999 ctx->rx_indir_table, in efx_ef10_rx_restore_rss_contexts()
3011 const u32 *rx_indir_table, in efx_ef10_pf_rx_push_rss_config() argument
3022 rc = efx_ef10_rx_push_exclusive_rss_config(efx, rx_indir_table, key); in efx_ef10_pf_rx_push_rss_config()
3030 i < ARRAY_SIZE(efx->rss_context.rx_indir_table) && !mismatch; in efx_ef10_pf_rx_push_rss_config()
3032 mismatch = rx_indir_table[i] != in efx_ef10_pf_rx_push_rss_config()
3060 const u32 *rx_indir_table in efx_ef10_vf_rx_push_rss_config() argument