Searched refs:prof_sel (Results 1 – 2 of 2) sorted by relevance
63 static int prof_sel = MLX5_DEFAULT_PROF; variable64 module_param_named(prof_sel, prof_sel, int, 0444);65 MODULE_PARM_DESC(prof_sel, "profile selector. Valid range 0 - 2");1202 if (prof_sel < 0 || prof_sel >= ARRAY_SIZE(profile)) { in init_one()1205 prof_sel = MLX5_DEFAULT_PROF; in init_one()1207 dev->profile = &profile[prof_sel]; in init_one()
59 module_param_named(prof_sel, deprecated_prof_sel, int, 0444);60 MODULE_PARM_DESC(prof_sel, "profile selector. Deprecated here. Moved to module mlx5_core");