Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_port_info_rcv.c124 if ((uint8_t)data_vls < sm->p_subn->min_data_vls) { in pi_rcv_process_endport()
128 sm->p_subn->min_data_vls = data_vls; in pi_rcv_process_endport()
H A Dosm_state_mgr.c1412 sm->p_subn->min_data_vls = IB_MAX_NUM_VLS - 1; in do_sweep()
H A Dosm_torus.c7042 if (t->osm->subn.min_data_vls < 2) in verify_setup()
7046 (int)t->osm->subn.min_data_vls); in verify_setup()
8039 data_vls = t->osm->subn.min_data_vls; in sl2vl_entry()
9486 (int)fabric->ca_cnt, (int)ctx->osm->subn.min_data_vls, in torus_build_lfts()
H A Dosm_subnet.c1257 p_subn->min_data_vls = IB_MAX_NUM_VLS - 1; in osm_subn_init()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h772 uint8_t min_data_vls; member