Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sm.c285 p_sm->mlids_req_max = 0; in osm_sm_init()
448 if (sm->mlids_req_max < mlid) in osm_sm_reroute_mlid()
449 sm->mlids_req_max = mlid; in osm_sm_reroute_mlid()
H A Dosm_mcast_mgr.c1206 - IB_LID_MCAST_START_HO : sm->mlids_req_max; in osm_mcast_mgr_process()
1215 sm->mlids_req_max = 0; in osm_mcast_mgr_process()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_sm.h130 unsigned mlids_req_max; member