Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
HDosm_sm.c234 free(p_sm->mlids_req); in osm_sm_destroy()
286 p_sm->mlids_req = malloc((IB_LID_MCAST_END_HO - IB_LID_MCAST_START_HO + in osm_sm_init()
287 1) * sizeof(p_sm->mlids_req[0])); in osm_sm_init()
288 if (!p_sm->mlids_req) in osm_sm_init()
290 memset(p_sm->mlids_req, 0, in osm_sm_init()
292 1) * sizeof(p_sm->mlids_req[0])); in osm_sm_init()
447 sm->mlids_req[mlid] = 1; in osm_sm_reroute_mlid()
HDosm_mcast_mgr.c1208 if (sm->mlids_req[i] || in osm_mcast_mgr_process()
1210 sm->mlids_req[i] = 0; in osm_mcast_mgr_process()
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
HDosm_sm.h131 uint8_t *mlids_req; member