Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Dsiena.c329 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in siena_rx_push_rss_config()
333 BUILD_BUG_ON(sizeof(efx->rx_hash_key) < in siena_rx_push_rss_config()
336 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in siena_rx_push_rss_config()
338 memcpy(&temp, efx->rx_hash_key + sizeof(temp), sizeof(temp)); in siena_rx_push_rss_config()
342 memcpy(&temp, efx->rx_hash_key + 2 * sizeof(temp), in siena_rx_push_rss_config()
Dnet_driver.h990 u8 rx_hash_key[40]; member
Def10.c1446 BUILD_BUG_ON(ARRAY_SIZE(efx->rx_hash_key) != in efx_ef10_populate_rss_table()
1448 for (i = 0; i < ARRAY_SIZE(efx->rx_hash_key); ++i) in efx_ef10_populate_rss_table()
1450 efx->rx_hash_key[i]; in efx_ef10_populate_rss_table()
Defx.c1619 netdev_rss_key_fill(&efx->rx_hash_key, sizeof(efx->rx_hash_key)); in efx_probe_nic()
Dfalcon.c486 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in falcon_b0_rx_push_rss_config()