Searched refs:rx_hash_key (Results 1 – 15 of 15) sorted by relevance
| /drivers/net/ethernet/sfc/siena/ |
| 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()
|
| 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()
|
| A D | ethtool_common.c | 1166 memcpy(rxfh->key, efx->rss_context.rx_hash_key, in efx_siena_ethtool_get_rxfh() 1188 key = efx->rss_context.rx_hash_key; in efx_siena_ethtool_set_rxfh()
|
| A D | net_driver.h | 717 u8 rx_hash_key[40]; member
|
| /drivers/net/ethernet/sfc/ |
| 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() 2237 key = efx->rss_context.rx_hash_key; in efx_mcdi_pf_rx_push_rss_config()
|
| 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()
|
| 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()
|
| A D | ethtool_common.c | 1178 memcpy(rxfh->key, efx->rss_context.rx_hash_key, in efx_ethtool_get_rxfh() 1285 key = efx->rss_context.rx_hash_key; in efx_ethtool_set_rxfh()
|
| A D | net_driver.h | 795 u8 rx_hash_key[40]; member
|
| /drivers/infiniband/hw/mana/ |
| A D | qp.c | 13 u8 *rx_hash_key) in mana_ib_cfg_vport_steering() argument 63 memcpy(req->hashkey, rx_hash_key, rx_hash_key_len); in mana_ib_cfg_vport_steering() 230 ucmd.rx_hash_key); in mana_ib_create_qp_rss()
|
| /drivers/net/ethernet/sfc/falcon/ |
| A D | net_driver.h | 825 u8 rx_hash_key[40]; member
|
| A D | efx.c | 1649 netdev_rss_key_fill(&efx->rx_hash_key, in ef4_probe_nic() 1650 sizeof(efx->rx_hash_key)); in ef4_probe_nic()
|
| A D | falcon.c | 498 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in falcon_b0_rx_push_rss_config()
|
| /drivers/infiniband/hw/mlx4/ |
| A D | qp.c | 561 memcpy(rss_ctx->rss_key, ucmd->rx_hash_key, in set_qp_rss()
|
| /drivers/infiniband/hw/mlx5/ |
| A D | qp.c | 1793 memcpy(rss_key, ucmd->rx_hash_key, len); in create_rss_raw_qp_tir()
|
Completed in 72 milliseconds