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