Searched refs:rx_hash_key (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | siena.c | 358 memcpy(efx->rss_context.rx_hash_key, &temp, sizeof(temp)); in siena_rx_pull_rss_config() 360 memcpy(efx->rss_context.rx_hash_key + sizeof(temp), &temp, sizeof(temp)); in siena_rx_pull_rss_config() 362 memcpy(efx->rss_context.rx_hash_key + 2 * sizeof(temp), &temp, in siena_rx_pull_rss_config() 375 memcpy(efx->rss_context.rx_hash_key, key, sizeof(temp)); in siena_rx_push_rss_config() 376 memcpy(&temp, efx->rss_context.rx_hash_key, sizeof(temp)); in siena_rx_push_rss_config() 380 BUILD_BUG_ON(sizeof(efx->rss_context.rx_hash_key) < in siena_rx_push_rss_config() 383 memcpy(&temp, efx->rss_context.rx_hash_key, sizeof(temp)); in siena_rx_push_rss_config() 385 memcpy(&temp, efx->rss_context.rx_hash_key + sizeof(temp), sizeof(temp)); in siena_rx_push_rss_config() 389 memcpy(&temp, efx->rss_context.rx_hash_key + 2 * sizeof(temp), in siena_rx_push_rss_config()
|
| H A D | efx.c | 310 netdev_rss_key_fill(efx->rss_context.rx_hash_key, in efx_probe_nic() 311 sizeof(efx->rss_context.rx_hash_key)); in efx_probe_nic()
|
| H A D | ethtool_common.c | 1169 memcpy(rxfh->key, efx->rss_context.rx_hash_key, in efx_siena_ethtool_get_rxfh() 1191 key = efx->rss_context.rx_hash_key; in efx_siena_ethtool_set_rxfh()
|
| H A D | net_driver.h | 717 u8 rx_hash_key[40]; member
|
| /linux/include/uapi/rdma/ |
| H A D | mlx4-abi.h | 107 __u8 rx_hash_key[40]; member
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi_filters.c | 2023 BUILD_BUG_ON(ARRAY_SIZE(efx->rss_context.rx_hash_key) != in efx_mcdi_filter_populate_rss_table() 2025 for (i = 0; i < ARRAY_SIZE(efx->rss_context.rx_hash_key); ++i) in efx_mcdi_filter_populate_rss_table() 2090 if (key != efx->rss_context.rx_hash_key) in efx_mcdi_filter_rx_push_exclusive_rss_config() 2091 memcpy(efx->rss_context.rx_hash_key, key, in efx_mcdi_filter_rx_push_exclusive_rss_config() 2166 BUILD_BUG_ON(ARRAY_SIZE(ctx->rx_hash_key) != in efx_mcdi_rx_pull_rss_context_config() 2176 for (i = 0; i < ARRAY_SIZE(ctx->rx_hash_key); ++i) in efx_mcdi_rx_pull_rss_context_config() 2177 ctx->rx_hash_key[i] = MCDI_PTR( in efx_mcdi_rx_pull_rss_context_config() 2232 key = efx->rss_context.rx_hash_key; in efx_mcdi_pf_rx_push_rss_config()
|
| H A D | ef100_netdev.c | 475 netdev_rss_key_fill(efx->rss_context.rx_hash_key, in ef100_probe_netdev() 476 sizeof(efx->rss_context.rx_hash_key)); in ef100_probe_netdev()
|
| H A D | efx.c | 301 netdev_rss_key_fill(efx->rss_context.rx_hash_key, in efx_probe_nic() 302 sizeof(efx->rss_context.rx_hash_key)); in efx_probe_nic()
|
| H A D | ethtool_common.c | 1181 memcpy(rxfh->key, efx->rss_context.rx_hash_key, in efx_ethtool_get_rxfh() 1288 key = efx->rss_context.rx_hash_key; in efx_ethtool_set_rxfh()
|
| H A D | net_driver.h | 795 u8 rx_hash_key[40]; member
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | efx.c | 1648 netdev_rss_key_fill(&efx->rx_hash_key, in ef4_probe_nic() 1649 sizeof(efx->rx_hash_key)); in ef4_probe_nic()
|
| H A D | falcon.c | 498 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in falcon_b0_rx_push_rss_config()
|