Searched refs:rx_hash_key (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | siena.c | 329 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()
|
D | net_driver.h | 990 u8 rx_hash_key[40]; member
|
D | ef10.c | 1446 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()
|
D | efx.c | 1619 netdev_rss_key_fill(&efx->rx_hash_key, sizeof(efx->rx_hash_key)); in efx_probe_nic()
|
D | falcon.c | 486 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in falcon_b0_rx_push_rss_config()
|