Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_profile.h48 int num_udav; member
H A Dmthca_main.c97 .num_udav = MTHCA_DEFAULT_NUM_UDAV, /* Tavor only */
122 module_param_named(num_udav, hca_profile.num_udav, int, 0444);
123 MODULE_PARM_DESC(num_udav, "maximum number of UD address vectors per HCA");
612 profile.num_udav = 0; in mthca_init_arbel()
1229 mthca_check_profile_val(num_udav, MTHCA_DEFAULT_NUM_UDAV); in mthca_validate_profile()
H A Dmthca_profile.c112 profile[MTHCA_RES_UDAV].num = request->num_udav; in mthca_make_profile()