Searched refs:prof_sel (Results 1 – 2 of 2) sorted by relevance
64 static int prof_sel = MLX5_DEFAULT_PROF; variable65 module_param_named(prof_sel, prof_sel, int, 0444);66 MODULE_PARM_DESC(prof_sel, "profile selector. Valid range 0 - 2");973 if (prof_sel < 0 || prof_sel >= ARRAY_SIZE(profile)) { in init_one()976 prof_sel = MLX5_DEFAULT_PROF; in init_one()978 dev->profile = &profile[prof_sel]; in init_one()
58 module_param_named(prof_sel, deprecated_prof_sel, int, 0444);59 MODULE_PARM_DESC(prof_sel, "profile selector. Deprecated here. Moved to module mlx5_core");