Lines Matching refs:rss_context
355 memcpy(efx->rss_context.rx_hash_key, &temp, sizeof(temp));
357 memcpy(efx->rss_context.rx_hash_key + sizeof(temp), &temp, sizeof(temp));
359 memcpy(efx->rss_context.rx_hash_key + 2 * sizeof(temp), &temp,
372 memcpy(efx->rss_context.rx_hash_key, key, sizeof(temp));
373 memcpy(&temp, efx->rss_context.rx_hash_key, sizeof(temp));
377 BUILD_BUG_ON(sizeof(efx->rss_context.rx_hash_key) <
380 memcpy(&temp, efx->rss_context.rx_hash_key, sizeof(temp));
382 memcpy(&temp, efx->rss_context.rx_hash_key + sizeof(temp), sizeof(temp));
386 memcpy(&temp, efx->rss_context.rx_hash_key + 2 * sizeof(temp),
390 memcpy(efx->rss_context.rx_indir_table, rx_indir_table,
391 sizeof(efx->rss_context.rx_indir_table));
437 siena_rx_push_rss_config(efx, false, efx->rss_context.rx_indir_table, NULL);
438 efx->rss_context.context_id = 0; /* indicates RSS is active */