Lines Matching refs:indir
1174 if (rxfh->indir) in efx_ethtool_get_rxfh()
1175 memcpy(rxfh->indir, efx->rss_context.rx_indir_table, in efx_ethtool_get_rxfh()
1190 const u32 *indir = rxfh->indir; in efx_ethtool_modify_rxfh_context() local
1209 if (!indir) in efx_ethtool_modify_rxfh_context()
1210 indir = ethtool_rxfh_context_indir(ctx); in efx_ethtool_modify_rxfh_context()
1212 return efx->type->rx_push_rss_context_config(efx, priv, indir, key, in efx_ethtool_modify_rxfh_context()
1233 if (!rxfh->indir) in efx_ethtool_create_rxfh_context()
1269 u32 *indir = rxfh->indir; in efx_ethtool_set_rxfh() local
1281 if (!indir && !key) in efx_ethtool_set_rxfh()
1286 if (!indir) in efx_ethtool_set_rxfh()
1287 indir = efx->rss_context.rx_indir_table; in efx_ethtool_set_rxfh()
1289 return efx->type->rx_push_rss_config(efx, true, indir, key); in efx_ethtool_set_rxfh()