Home
last modified time | relevance | path

Searched refs:osm_get_mbox_by_mlid (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_multicast.c135 mbox = osm_get_mbox_by_mlid(subn, p_mgrp->mlid); in osm_mgrp_new()
179 mbox = osm_get_mbox_by_mlid(subn, mgrp->mlid); in osm_mgrp_cleanup()
H A Dosm_mcast_mgr.c1024 mbox = osm_get_mbox_by_mlid(sm->p_subn, cl_hton16(mlid)); in mcast_mgr_process_mlid()
H A Dosm_sa_mcmember_record.c165 && !osm_get_mbox_by_mlid(p_subn, requested_mlid)) in get_new_mlid()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h1486 static inline struct osm_mgrp_box *osm_get_mbox_by_mlid(osm_subn_t const *p_subn, ib_net16_t mlid) in osm_get_mbox_by_mlid() function