Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_link_mgr.c400 if (sm->p_subn->opt.force_link_speed_ext && in link_mgr_set_physp_pi()
401 (sm->p_subn->opt.force_link_speed_ext != IB_LINK_SPEED_EXT_SET_LSES || in link_mgr_set_physp_pi()
404 p_pi->link_speed_ext_enabled = sm->p_subn->opt.force_link_speed_ext; in link_mgr_set_physp_pi()
H A Dosm_subnet.c783 { "force_link_speed_ext", OPT_OFFSET(force_link_speed_ext), opts_parse_uint8, NULL, 1 },
1557 p_opt->force_link_speed_ext = 31; in osm_subn_set_default_opt()
2042 if ((31 < p_opts->force_link_speed_ext) || in osm_subn_verify_config()
2043 (p_opts->force_link_speed_ext > 3 && p_opts->force_link_speed_ext < 30)) { in osm_subn_verify_config()
2045 "Using Default:%u\n", p_opts->force_link_speed_ext, in osm_subn_verify_config()
2047 p_opts->force_link_speed_ext = 31; in osm_subn_verify_config()
2424 p_opts->force_link_speed_ext, in osm_subn_output_conf()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h268 uint8_t force_link_speed_ext; member