Home
last modified time | relevance | path

Searched refs:num_udav (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/mthca/ !
Dmthca_profile.h48 int num_udav; member
Dmthca_main.c96 .num_udav = MTHCA_DEFAULT_NUM_UDAV, /* Tavor only */
121 module_param_named(num_udav, hca_profile.num_udav, int, 0444);
122 MODULE_PARM_DESC(num_udav, "maximum number of UD address vectors per HCA");
611 profile.num_udav = 0; in mthca_init_arbel()
1211 mthca_check_profile_val(num_udav, MTHCA_DEFAULT_NUM_UDAV); in mthca_validate_profile()
Dmthca_profile.c110 profile[MTHCA_RES_UDAV].num = request->num_udav; in mthca_make_profile()