Searched refs:p_opts (Results 1 – 1 of 1) sorted by relevance
2019 int osm_subn_verify_config(IN osm_subn_opt_t * p_opts) in osm_subn_verify_config() argument2021 if (p_opts->lmc > 7) { in osm_subn_verify_config()2023 "Using Default:%u\n", p_opts->lmc, OSM_DEFAULT_LMC); in osm_subn_verify_config()2024 p_opts->lmc = OSM_DEFAULT_LMC; in osm_subn_verify_config()2027 if (15 < p_opts->sm_priority) { in osm_subn_verify_config()2030 p_opts->sm_priority, OSM_DEFAULT_SM_PRIORITY); in osm_subn_verify_config()2031 p_opts->sm_priority = OSM_DEFAULT_SM_PRIORITY; in osm_subn_verify_config()2034 if ((15 < p_opts->force_link_speed) || in osm_subn_verify_config()2035 (p_opts->force_link_speed > 7 && p_opts->force_link_speed < 15)) { in osm_subn_verify_config()2037 "Using Default:%u\n", p_opts->force_link_speed, in osm_subn_verify_config()[all …]