Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_profile.h44 int num_cq; member
H A Dmthca_main.c93 .num_cq = MTHCA_DEFAULT_NUM_CQ,
108 module_param_named(num_cq, hca_profile.num_cq, int, 0444);
109 MODULE_PARM_DESC(num_cq, "maximum number of CQs per HCA");
1225 mthca_check_profile_val(num_cq, MTHCA_DEFAULT_NUM_CQ); in mthca_validate_profile()
H A Dmthca_profile.c105 profile[MTHCA_RES_CQ].num = request->num_cq; in mthca_make_profile()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_profile.c108 profile[MLX4_RES_CQ].num = request->num_cq; in mlx4_make_profile()
H A Dmlx4.h416 int num_cq; member
H A Dmlx4_main.c135 .num_cq = 1 << 16,
145 .num_cq = 1 << 8,