Home
last modified time | relevance | path

Searched refs:prof_sel (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c63 static int prof_sel = MLX5_DEFAULT_PROF; variable
64 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()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmain.c59 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");