Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
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()
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()
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()
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()
A Def100_nic.c1227 netdev_rss_key_fill(efx->rss_context.rx_hash_key, in ef100_probe_main()
1228 sizeof(efx->rss_context.rx_hash_key)); in ef100_probe_main()
A Dnet_driver.h731 u8 rx_hash_key[40]; member
/linux/include/uapi/rdma/
A Dmlx4-abi.h107 __u8 rx_hash_key[40]; member
A Dmlx5-abi.h378 __u8 rx_hash_key[128]; /* valid only for Toeplitz */ member
/linux/drivers/net/ethernet/sfc/falcon/
A Dnet_driver.h825 u8 rx_hash_key[40]; member
A Defx.c1655 netdev_rss_key_fill(&efx->rx_hash_key, in ef4_probe_nic()
1656 sizeof(efx->rx_hash_key)); in ef4_probe_nic()
A Dfalcon.c498 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in falcon_b0_rx_push_rss_config()
/linux/drivers/infiniband/hw/mlx4/
A Dqp.c522 memcpy(rss_ctx->rss_key, ucmd->rx_hash_key, in set_qp_rss()
/linux/drivers/infiniband/hw/mlx5/
A Dqp.c1709 memcpy(rss_key, ucmd->rx_hash_key, len); in create_rss_raw_qp_tir()

Completed in 59 milliseconds