Searched refs:cmpt_entry_sz (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | fw.h | 119 int cmpt_entry_sz; member
|
H A D | mlx4_main.c | 1505 int cmpt_entry_sz) in mlx4_init_cmpt_table() argument 1514 cmpt_entry_sz) << MLX4_CMPT_SHIFT), in mlx4_init_cmpt_table() 1515 cmpt_entry_sz, dev->caps.num_qps, in mlx4_init_cmpt_table() 1524 cmpt_entry_sz) << MLX4_CMPT_SHIFT), in mlx4_init_cmpt_table() 1525 cmpt_entry_sz, dev->caps.num_srqs, in mlx4_init_cmpt_table() 1533 cmpt_entry_sz) << MLX4_CMPT_SHIFT), in mlx4_init_cmpt_table() 1534 cmpt_entry_sz, dev->caps.num_cqs, in mlx4_init_cmpt_table() 1543 cmpt_entry_sz) << MLX4_CMPT_SHIFT), in mlx4_init_cmpt_table() 1544 cmpt_entry_sz, num_eqs, num_eqs, 0, 0); in mlx4_init_cmpt_table() 1594 err = mlx4_init_cmpt_table(dev, init_hca->cmpt_base, dev_cap->cmpt_entry_sz); in mlx4_init_icm()
|
H A D | mlx4_profile.c | 99 profile[MLX4_RES_CMPT].size = dev_cap->cmpt_entry_sz; in mlx4_make_profile()
|
H A D | mlx4_fw.c | 988 dev_cap->cmpt_entry_sz = size; in mlx4_QUERY_DEV_CAP()
|