Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
Dprofile.c105 profile[MLX4_RES_RDMARC].num = request->num_qp * request->rdmarc_per_qp; in mlx4_make_profile()
Dmain.c231 .rdmarc_per_qp = 4,
245 module_param_named(log_rdmarc_per_qp, mod_param_profile.rdmarc_per_qp, int,
530 profile->rdmarc_per_qp = 1 << mod_param_profile.rdmarc_per_qp; in process_mod_param_profile()
Dmlx4.h401 int rdmarc_per_qp; member