Searched refs:rx_hash_key (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | siena.c | 334 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()
|
D | net_driver.h | 977 u8 rx_hash_key[40]; member
|
D | efx.c | 1691 netdev_rss_key_fill(&efx->rx_hash_key, in efx_probe_nic() 1692 sizeof(efx->rx_hash_key)); in efx_probe_nic()
|
D | ef10.c | 1992 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()
|
D | falcon.c | 496 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in falcon_b0_rx_push_rss_config()
|