Lines Matching defs:key
1165 int efx_ethtool_get_rxfh(struct net_device *net_dev, u32 *indir, u8 *key,
1180 if (key)
1181 memcpy(key, efx->rss_context.rx_hash_key,
1187 const u8 *key, const u8 hfunc)
1194 if (!indir && !key)
1197 if (!key)
1198 key = efx->rss_context.rx_hash_key;
1202 return efx->type->rx_push_rss_config(efx, true, indir, key);
1206 u8 *key, u8 *hfunc, u32 rss_context)
1229 if (key)
1230 memcpy(key, ctx->rx_hash_key, efx->type->rx_hash_key_size);
1237 const u32 *indir, const u8 *key,
1266 /* Initialise indir table and key to defaults */
1286 if (!key)
1287 key = ctx->rx_hash_key;
1291 rc = efx->type->rx_push_rss_context_config(efx, ctx, indir, key);