Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c1127 return sizeof(priv->rss_params.toeplitz_hash_key); in mlx5e_ethtool_get_rxfh_key_size()
1160 memcpy(key, rss->toeplitz_hash_key, in mlx5e_get_rxfh()
1161 sizeof(rss->toeplitz_hash_key)); in mlx5e_get_rxfh()
1215 memcpy(rss->toeplitz_hash_key, key, in mlx5e_set_rxfh()
1216 sizeof(rss->toeplitz_hash_key)); in mlx5e_set_rxfh()
Den.h785 u8 toeplitz_hash_key[40]; member
Den_main.c2705 memcpy(rss_key, rss_params->toeplitz_hash_key, len); in mlx5e_build_indir_tir_ctx_hash()
4763 netdev_rss_key_fill(rss_params->toeplitz_hash_key, in mlx5e_build_rss_params()
4764 sizeof(rss_params->toeplitz_hash_key)); in mlx5e_build_rss_params()
/Linux-v5.4/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()