Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Drss.c99 netdev_rss_key_fill(rss->hash.toeplitz_hash_key, in mlx5e_rss_params_init()
100 sizeof(rss->hash.toeplitz_hash_key)); in mlx5e_rss_params_init()
480 memcpy(key, rss->hash.toeplitz_hash_key, in mlx5e_rss_get_rxfh()
481 sizeof(rss->hash.toeplitz_hash_key)); in mlx5e_rss_get_rxfh()
521 memcpy(rss->hash.toeplitz_hash_key, key, in mlx5e_rss_set_rxfh()
522 sizeof(rss->hash.toeplitz_hash_key)); in mlx5e_rss_set_rxfh()
Dtir.h11 u8 toeplitz_hash_key[40]; member
Dtir.c125 memcpy(rss_key, rss_hash->toeplitz_hash_key, len); in mlx5e_tir_builder_build_rss()
/linux-6.1.9/drivers/net/ethernet/brocade/bna/
Dbna_types.h646 u32 toeplitz_hash_key[BFI_ENET_RSS_KEY_LEN]; member
Dbnad.c2042 netdev_rss_key_fill(rx_config->rss_config.toeplitz_hash_key, in bnad_init_rx_config()
2043 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()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c1238 return sizeof_field(struct mlx5e_rss_params_hash, toeplitz_hash_key); in mlx5e_ethtool_get_rxfh_key_size()