Home
last modified time | relevance | path

Searched refs:rx_hash_key (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/sfc/
Dsiena.c334 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in siena_rx_push_rss_config()
338 BUILD_BUG_ON(sizeof(efx->rx_hash_key) < in siena_rx_push_rss_config()
341 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in siena_rx_push_rss_config()
343 memcpy(&temp, efx->rx_hash_key + sizeof(temp), sizeof(temp)); in siena_rx_push_rss_config()
347 memcpy(&temp, efx->rx_hash_key + 2 * sizeof(temp), in siena_rx_push_rss_config()
Dnet_driver.h977 u8 rx_hash_key[40]; member
Defx.c1691 netdev_rss_key_fill(&efx->rx_hash_key, in efx_probe_nic()
1692 sizeof(efx->rx_hash_key)); in efx_probe_nic()
Def10.c1992 BUILD_BUG_ON(ARRAY_SIZE(efx->rx_hash_key) != in efx_ef10_populate_rss_table()
1994 for (i = 0; i < ARRAY_SIZE(efx->rx_hash_key); ++i) in efx_ef10_populate_rss_table()
1996 efx->rx_hash_key[i]; in efx_ef10_populate_rss_table()
Dfalcon.c496 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in falcon_b0_rx_push_rss_config()