Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c859 return sizeof(priv->channels.params.toeplitz_hash_key); in mlx5e_get_rxfh_key_size()
877 memcpy(key, priv->channels.params.toeplitz_hash_key, in mlx5e_get_rxfh()
878 sizeof(priv->channels.params.toeplitz_hash_key)); in mlx5e_get_rxfh()
957 memcpy(priv->channels.params.toeplitz_hash_key, key, in mlx5e_set_rxfh()
958 sizeof(priv->channels.params.toeplitz_hash_key)); in mlx5e_set_rxfh()
Den.h249 u8 toeplitz_hash_key[40]; member
Den_main.c2631 memcpy(rss_key, params->toeplitz_hash_key, len); in mlx5e_build_indir_tir_ctx_hash()
4543 netdev_rss_key_fill(params->toeplitz_hash_key, sizeof(params->toeplitz_hash_key)); in mlx5e_build_nic_params()
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbna_types.h654 u32 toeplitz_hash_key[BFI_ENET_RSS_KEY_LEN]; member
Dbnad.c2051 netdev_rss_key_fill(rx_config->rss_config.toeplitz_hash_key, in bnad_init_rx_config()
2052 sizeof(rx_config->rss_config.toeplitz_hash_key)); in bnad_init_rx_config()
Dbna_tx_rx.c333 htonl(rxf->rss_cfg.toeplitz_hash_key[i]); in bna_bfi_rss_cfg()