Home
last modified time | relevance | path

Searched refs:port_shifting (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_switch.c240 IN boolean_t port_shifting, in osm_switch_recommend_path() argument
513 if (port_shifting && port_paths_count) { in osm_switch_recommend_path()
H A Dmain.c1053 opt.port_shifting = TRUE; in main()
H A Dosm_dump.c228 p_osm->subn.opt.port_shifting, in dump_ucast_routes()
H A Dosm_subnet.c829 { "port_shifting", OPT_OFFSET(port_shifting), opts_parse_boolean, NULL, 1 },
1636 p_opt->port_shifting = FALSE; in osm_subn_set_default_opt()
2578 p_opts->port_shifting ? "TRUE" : "FALSE"); in osm_subn_output_conf()
H A Dosm_ucast_mgr.c262 p_mgr->p_subn->opt.port_shifting, in ucast_mgr_process_port()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_switch.h944 IN boolean_t port_shifting,
H A Dosm_subnet.h317 boolean_t port_shifting; member