Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dsiena.c355 memcpy(efx->rss_context.rx_hash_key, &temp, sizeof(temp)); in siena_rx_pull_rss_config()
357 memcpy(efx->rss_context.rx_hash_key + sizeof(temp), &temp, sizeof(temp)); in siena_rx_pull_rss_config()
359 memcpy(efx->rss_context.rx_hash_key + 2 * sizeof(temp), &temp, in siena_rx_pull_rss_config()
372 memcpy(efx->rss_context.rx_hash_key, key, sizeof(temp)); in siena_rx_push_rss_config()
373 memcpy(&temp, efx->rss_context.rx_hash_key, sizeof(temp)); in siena_rx_push_rss_config()
377 BUILD_BUG_ON(sizeof(efx->rss_context.rx_hash_key) < in siena_rx_push_rss_config()
380 memcpy(&temp, efx->rss_context.rx_hash_key, sizeof(temp)); in siena_rx_push_rss_config()
382 memcpy(&temp, efx->rss_context.rx_hash_key + sizeof(temp), sizeof(temp)); in siena_rx_push_rss_config()
386 memcpy(&temp, efx->rss_context.rx_hash_key + 2 * sizeof(temp), in siena_rx_push_rss_config()
H A Dmcdi_filters.c2018 BUILD_BUG_ON(ARRAY_SIZE(efx->rss_context.rx_hash_key) != in efx_mcdi_filter_populate_rss_table()
2020 for (i = 0; i < ARRAY_SIZE(efx->rss_context.rx_hash_key); ++i) in efx_mcdi_filter_populate_rss_table()
2083 if (key != efx->rss_context.rx_hash_key) in efx_mcdi_filter_rx_push_exclusive_rss_config()
2084 memcpy(efx->rss_context.rx_hash_key, key, in efx_mcdi_filter_rx_push_exclusive_rss_config()
2124 memcpy(ctx->rx_hash_key, key, efx->type->rx_hash_key_size); in efx_mcdi_rx_push_rss_context_config()
2164 BUILD_BUG_ON(ARRAY_SIZE(ctx->rx_hash_key) != in efx_mcdi_rx_pull_rss_context_config()
2174 for (i = 0; i < ARRAY_SIZE(ctx->rx_hash_key); ++i) in efx_mcdi_rx_pull_rss_context_config()
2175 ctx->rx_hash_key[i] = MCDI_PTR( in efx_mcdi_rx_pull_rss_context_config()
2208 ctx->rx_hash_key); in efx_mcdi_rx_restore_rss_contexts()
2228 key = efx->rss_context.rx_hash_key; in efx_mcdi_pf_rx_push_rss_config()
H A Dethtool_common.c1181 memcpy(key, efx->rss_context.rx_hash_key, in efx_ethtool_get_rxfh()
1198 key = efx->rss_context.rx_hash_key; in efx_ethtool_set_rxfh()
1230 memcpy(key, ctx->rx_hash_key, efx->type->rx_hash_key_size); in efx_ethtool_get_rxfh_context()
1268 netdev_rss_key_fill(ctx->rx_hash_key, sizeof(ctx->rx_hash_key)); in efx_ethtool_set_rxfh_context()
1287 key = ctx->rx_hash_key; in efx_ethtool_set_rxfh_context()
H A Defx.c307 netdev_rss_key_fill(efx->rss_context.rx_hash_key, in efx_probe_nic()
308 sizeof(efx->rss_context.rx_hash_key)); in efx_probe_nic()
H A Def100_nic.c1212 netdev_rss_key_fill(efx->rss_context.rx_hash_key, in ef100_probe_main()
1213 sizeof(efx->rss_context.rx_hash_key)); in ef100_probe_main()
H A Dnet_driver.h731 u8 rx_hash_key[40]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/
H A Dmlx4-abi.h107 __u8 rx_hash_key[40]; member
H A Dmlx5-abi.h350 __u8 rx_hash_key[128]; /* valid only for Toeplitz */ member
/OK3568_Linux_fs/kernel/include/uapi/rdma/
H A Dmlx4-abi.h107 __u8 rx_hash_key[40]; member
H A Dmlx5-abi.h362 __u8 rx_hash_key[128]; /* valid only for Toeplitz */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/
H A Dmlx4-abi.h107 __u8 rx_hash_key[40]; member
H A Dmlx5-abi.h350 __u8 rx_hash_key[128]; /* valid only for Toeplitz */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h825 u8 rx_hash_key[40]; member
H A Defx.c1659 netdev_rss_key_fill(&efx->rx_hash_key, in ef4_probe_nic()
1660 sizeof(efx->rx_hash_key)); in ef4_probe_nic()
H A Dfalcon.c498 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in falcon_b0_rx_push_rss_config()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dqp.c522 memcpy(rss_ctx->rss_key, ucmd->rx_hash_key, in set_qp_rss()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dqp.c1645 memcpy(rss_key, ucmd->rx_hash_key, len); in create_rss_raw_qp_tir()