Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_profile.h42 int rdb_per_qp; member
H A Dmthca_main.c91 .rdb_per_qp = MTHCA_DEFAULT_RDB_PER_QP,
104 module_param_named(rdb_per_qp, hca_profile.rdb_per_qp, int, 0444);
105 MODULE_PARM_DESC(rdb_per_qp, "number of RDB buffers per QP");
1221 mthca_check_profile_val(rdb_per_qp, MTHCA_DEFAULT_RDB_PER_QP); in mthca_validate_profile()
H A Dmthca_profile.c104 profile[MTHCA_RES_RDB].num = request->num_qp * request->rdb_per_qp; in mthca_make_profile()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_profile.h42 int rdb_per_qp; member
H A Dmthca_main.c91 .rdb_per_qp = MTHCA_DEFAULT_RDB_PER_QP,
104 module_param_named(rdb_per_qp, hca_profile.rdb_per_qp, int, 0444);
105 MODULE_PARM_DESC(rdb_per_qp, "number of RDB buffers per QP");
1206 mthca_check_profile_val(rdb_per_qp, MTHCA_DEFAULT_RDB_PER_QP); in mthca_validate_profile()
H A Dmthca_profile.c102 profile[MTHCA_RES_RDB].num = request->num_qp * request->rdb_per_qp; in mthca_make_profile()

Completed in 5 milliseconds