Home
last modified time | relevance | path

Searched refs:rx_hash_toeplitz_key (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1228 static const u8 rx_hash_toeplitz_key[] = { 0x2c, 0xc6, 0x81, 0xd1, 0x5b, 0xdb, 0xf4, 0xf7, in create_tir() local
1249 rss_key = MLX5_ADDR_OF(tirc, tirc, rx_hash_toeplitz_key); in create_tir()
1250 memcpy(rss_key, rx_hash_toeplitz_key, sizeof(rx_hash_toeplitz_key)); in create_tir()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c2740 rx_hash_toeplitz_key); in mlx5e_build_indir_tir_ctx_hash()
2742 rx_hash_toeplitz_key); in mlx5e_build_indir_tir_ctx_hash()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dqp.c1636 void *rss_key = MLX5_ADDR_OF(tirc, tirc, rx_hash_toeplitz_key); in create_rss_raw_qp_tir()
1637 size_t len = MLX5_FLD_SZ_BYTES(tirc, rx_hash_toeplitz_key); in create_rss_raw_qp_tir()
/kernel/linux/linux-5.10/include/linux/mlx5/
Dmlx5_ifc.h3219 u8 rx_hash_toeplitz_key[10][0x20]; member