Lines Matching refs:indir
1165 int efx_ethtool_get_rxfh(struct net_device *net_dev, u32 *indir, u8 *key,
1177 if (indir)
1178 memcpy(indir, efx->rss_context.rx_indir_table,
1186 int efx_ethtool_set_rxfh(struct net_device *net_dev, const u32 *indir,
1194 if (!indir && !key)
1199 if (!indir)
1200 indir = efx->rss_context.rx_indir_table;
1202 return efx->type->rx_push_rss_config(efx, true, indir, key);
1205 int efx_ethtool_get_rxfh_context(struct net_device *net_dev, u32 *indir,
1227 if (indir)
1228 memcpy(indir, ctx->rx_indir_table, sizeof(ctx->rx_indir_table));
1237 const u32 *indir, const u8 *key,
1266 /* Initialise indir table and key to defaults */
1288 if (!indir)
1289 indir = ctx->rx_indir_table;
1291 rc = efx->type->rx_push_rss_context_config(efx, ctx, indir, key);