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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtir.h11 u8 toeplitz_hash_key[40]; member in struct:mlx5e_rss_params_hash
H A Drss.c160 netdev_rss_key_fill(rss->hash.toeplitz_hash_key,
161 sizeof(rss->hash.toeplitz_hash_key));
561 memcpy(key, rss->hash.toeplitz_hash_key,
562 sizeof(rss->hash.toeplitz_hash_key));
600 memcpy(rss->hash.toeplitz_hash_key, key,
601 sizeof(rss->hash.toeplitz_hash_key));
H A Dtir.c125 memcpy(rss_key, rss_hash->toeplitz_hash_key, len);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h655 u32 toeplitz_hash_key[BFI_ENET_RSS_KEY_LEN]; member in struct:bna_rss_config
H A Dbnad.c2040 netdev_rss_key_fill(rx_config->rss_config.toeplitz_hash_key,
2041 sizeof(rx_config->rss_config.toeplitz_hash_key));
H A Dbna_tx_rx.c325 htonl(rxf->rss_cfg.toeplitz_hash_key[i]);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c1271 return sizeof_field(struct mlx5e_rss_params_hash, toeplitz_hash_key);

Completed in 363 milliseconds