Lines Matching refs:rxfh
1152 struct ethtool_rxfh_param *rxfh) in efx_siena_ethtool_get_rxfh() argument
1161 rxfh->hfunc = ETH_RSS_HASH_TOP; in efx_siena_ethtool_get_rxfh()
1162 if (rxfh->indir) in efx_siena_ethtool_get_rxfh()
1163 memcpy(rxfh->indir, efx->rss_context.rx_indir_table, in efx_siena_ethtool_get_rxfh()
1165 if (rxfh->key) in efx_siena_ethtool_get_rxfh()
1166 memcpy(rxfh->key, efx->rss_context.rx_hash_key, in efx_siena_ethtool_get_rxfh()
1172 struct ethtool_rxfh_param *rxfh, in efx_siena_ethtool_set_rxfh() argument
1176 u32 *indir = rxfh->indir; in efx_siena_ethtool_set_rxfh()
1177 u8 *key = rxfh->key; in efx_siena_ethtool_set_rxfh()
1180 if (rxfh->hfunc != ETH_RSS_HASH_NO_CHANGE && in efx_siena_ethtool_set_rxfh()
1181 rxfh->hfunc != ETH_RSS_HASH_TOP) in efx_siena_ethtool_set_rxfh()