Home
last modified time | relevance | path

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

/linux/include/uapi/rdma/
H A Dmana-abi.h73 __u8 rx_hash_key[40]; member
H A Dmlx4-abi.h107 __u8 rx_hash_key[40]; member
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c2023 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()
H A Def100_netdev.c475 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 Defx.c301 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 Dethtool_common.c1178 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()
H A Dnet_driver.h795 u8 rx_hash_key[40]; member
/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c310 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 Dethtool_common.c1166 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()
H A Dnet_driver.h717 u8 rx_hash_key[40]; member
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfalcon.c498 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in falcon_b0_rx_push_rss_config()
/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c1793 memcpy(rss_key, ucmd->rx_hash_key, len); in create_rss_raw_qp_tir()