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

/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_profile.h44 int num_cq; member in struct:mthca_profile
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);
H A Dmthca_profile.c105 profile[MTHCA_RES_CQ].num = request->num_cq;
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_profile.c108 profile[MLX4_RES_CQ].num = request->num_cq;
H A Dmlx4.h416 int num_cq; member in struct:mlx4_profile
H A Dmlx4_main.c135 .num_cq = 1 << 16,
145 .num_cq = 1 << 8,

Completed in 136 milliseconds