Home
last modified time | relevance | path

Searched refs:toeplitz_hash_key (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c1146 return sizeof(priv->rss_params.toeplitz_hash_key); in mlx5e_ethtool_get_rxfh_key_size()
1179 memcpy(key, rss->toeplitz_hash_key, in mlx5e_get_rxfh()
1180 sizeof(rss->toeplitz_hash_key)); in mlx5e_get_rxfh()
1222 memcpy(rss->toeplitz_hash_key, key, in mlx5e_set_rxfh()
1223 sizeof(rss->toeplitz_hash_key)); in mlx5e_set_rxfh()
Den.h726 u8 toeplitz_hash_key[40]; member
Den_main.c2739 memcpy(rss_key, rss_params->toeplitz_hash_key, len); in mlx5e_build_indir_tir_ctx_hash()
4758 netdev_rss_key_fill(rss_params->toeplitz_hash_key, in mlx5e_build_rss_params()
4759 sizeof(rss_params->toeplitz_hash_key)); in mlx5e_build_rss_params()
/Linux-v5.10/drivers/net/ethernet/brocade/bna/
Dbna_types.h646 u32 toeplitz_hash_key[BFI_ENET_RSS_KEY_LEN]; member
Dbnad.c2043 netdev_rss_key_fill(rx_config->rss_config.toeplitz_hash_key, in bnad_init_rx_config()
2044 sizeof(rx_config->rss_config.toeplitz_hash_key)); in bnad_init_rx_config()
Dbna_tx_rx.c325 htonl(rxf->rss_cfg.toeplitz_hash_key[i]); in bna_bfi_rss_cfg()