Home
last modified time | relevance | path

Searched refs:min_sw_data_vls (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_port_info_rcv.c429 if ((uint8_t)data_vls < sm->p_subn->min_sw_data_vls) { in pi_rcv_process_switch_ext_port()
436 sm->p_subn->min_sw_data_vls = data_vls; in pi_rcv_process_switch_ext_port()
H A Dosm_torus.c7024 if (t->osm->subn.min_sw_data_vls < 2) { in verify_setup()
7028 (int)t->osm->subn.min_sw_data_vls); in verify_setup()
7031 if (t->osm->subn.min_sw_data_vls < 4) in verify_setup()
7036 (int)t->osm->subn.min_sw_data_vls); in verify_setup()
7037 if (t->osm->subn.min_sw_data_vls < 8) in verify_setup()
7041 (int)t->osm->subn.min_sw_data_vls); in verify_setup()
8037 data_vls = t->osm->subn.min_sw_data_vls; in sl2vl_entry()
9487 (int)ctx->osm->subn.min_sw_data_vls); in torus_build_lfts()
H A Dosm_state_mgr.c1413 sm->p_subn->min_sw_data_vls = IB_MAX_NUM_VLS - 1; in do_sweep()
H A Dosm_subnet.c1258 p_subn->min_sw_data_vls = IB_MAX_NUM_VLS - 1; in osm_subn_init()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h773 uint8_t min_sw_data_vls; member