Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Dprofile.c216 init_hca->log_num_eqs = 0x1f; in mlx4_make_profile()
225 init_hca->log_num_eqs = ilog2(dev->caps.num_eqs); in mlx4_make_profile()
Dfw.h192 u8 log_num_eqs; member
Dfw.c1985 MLX4_PUT(inbox, param->log_num_eqs, INIT_HCA_LOG_EQ_OFFSET); in mlx4_INIT_HCA()
2124 param->log_num_eqs = byte_field & 0x1f; in mlx4_QUERY_HCA()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
Dmthca_cmd.h215 u8 log_num_eqs; member
Dmthca_profile.c203 init_hca->log_num_eqs = profile[i].log_num; in mthca_make_profile()
Dmthca_cmd.c1395 MTHCA_PUT(inbox, param->log_num_eqs, INIT_HCA_LOG_EQ_OFFSET); in mthca_INIT_HCA()