Lines Matching refs:indir
1166 int efx_ethtool_get_rxfh(struct net_device *net_dev, u32 *indir, u8 *key, in efx_ethtool_get_rxfh() argument
1178 if (indir) in efx_ethtool_get_rxfh()
1179 memcpy(indir, efx->rss_context.rx_indir_table, in efx_ethtool_get_rxfh()
1187 int efx_ethtool_set_rxfh(struct net_device *net_dev, const u32 *indir, in efx_ethtool_set_rxfh() argument
1195 if (!indir && !key) in efx_ethtool_set_rxfh()
1200 if (!indir) in efx_ethtool_set_rxfh()
1201 indir = efx->rss_context.rx_indir_table; in efx_ethtool_set_rxfh()
1203 return efx->type->rx_push_rss_config(efx, true, indir, key); in efx_ethtool_set_rxfh()
1206 int efx_ethtool_get_rxfh_context(struct net_device *net_dev, u32 *indir, in efx_ethtool_get_rxfh_context() argument
1228 if (indir) in efx_ethtool_get_rxfh_context()
1229 memcpy(indir, ctx->rx_indir_table, sizeof(ctx->rx_indir_table)); in efx_ethtool_get_rxfh_context()
1238 const u32 *indir, const u8 *key, in efx_ethtool_set_rxfh_context() argument
1289 if (!indir) in efx_ethtool_set_rxfh_context()
1290 indir = ctx->rx_indir_table; in efx_ethtool_set_rxfh_context()
1292 rc = efx->type->rx_push_rss_context_config(efx, ctx, indir, key); in efx_ethtool_set_rxfh_context()