Home
last modified time | relevance | path

Searched refs:IB_LID_MCAST_START_HO (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mcast_tbl.c97 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_mcast_tbl_set()
100 mlid_offset = mlid_ho - IB_LID_MCAST_START_HO; in osm_mcast_tbl_set()
140 p_tbl->max_mlid_ho = mlid_offset + IB_LID_MCAST_START_HO; in osm_mcast_tbl_realloc()
154 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_mcast_tbl_is_port()
157 mlid_offset = mlid_ho - IB_LID_MCAST_START_HO; in osm_mcast_tbl_is_port()
179 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_mcast_tbl_is_any_port()
182 mlid_offset = mlid_ho - IB_LID_MCAST_START_HO; in osm_mcast_tbl_is_any_port()
227 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_mcast_tbl_clear_mlid()
229 mlid_offset = mlid_ho - IB_LID_MCAST_START_HO; in osm_mcast_tbl_clear_mlid()
H A Dosm_sm.c286 p_sm->mlids_req = malloc((IB_LID_MCAST_END_HO - IB_LID_MCAST_START_HO + in osm_sm_init()
291 (IB_LID_MCAST_END_HO - IB_LID_MCAST_START_HO + in osm_sm_init()
446 mlid = cl_ntoh16(mlid) - IB_LID_MCAST_START_HO; in osm_sm_reroute_mlid()
452 mlid + IB_LID_MCAST_START_HO); in osm_sm_reroute_mlid()
H A Dosm_mcast_mgr.c1074 mcast_top = cl_hton16(IB_LID_MCAST_START_HO - 1); in mcast_mgr_set_mfttop()
1076 mcast_top = cl_hton16(IB_LID_MCAST_START_HO + in mcast_mgr_set_mfttop()
1158 for (i = sm->p_subn->max_mcast_lid_ho - IB_LID_MCAST_START_HO; i >= 0; in alloc_mfts()
1206 - IB_LID_MCAST_START_HO : sm->mlids_req_max; in osm_mcast_mgr_process()
1211 mcast_mgr_process_mlid(sm, i + IB_LID_MCAST_START_HO); in osm_mcast_mgr_process()
H A Dosm_sw_info_rcv.c226 cl_ntoh16(p_si->mcast_cap) + IB_LID_MCAST_START_HO - 1 < in si_rcv_process_new()
229 IB_LID_MCAST_START_HO - 1; in si_rcv_process_new()
H A Dosm_multicast.c142 subn->mboxes[mbox->mlid - IB_LID_MCAST_START_HO] = mbox; in osm_mgrp_new()
182 subn->mboxes[cl_ntoh16(mgrp->mlid) - IB_LID_MCAST_START_HO] = NULL; in osm_mgrp_cleanup()
H A Dosm_sa_mcmember_record.c163 if (requested_mlid && cl_ntoh16(requested_mlid) >= IB_LID_MCAST_START_HO in get_new_mlid()
178 max = p_subn->max_mcast_lid_ho - IB_LID_MCAST_START_HO + 1; in get_new_mlid()
181 return cl_hton16(i + IB_LID_MCAST_START_HO); in get_new_mlid()
H A Dosm_switch.c700 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_switch_recommend_mcast_path()
H A Dosm_dump.c269 mlid_ho + IB_LID_MCAST_START_HO); in dump_mcast_routes()
H A Dosm_subnet.c1194 for (i = 0; i <= p_subn->max_mcast_lid_ho - IB_LID_MCAST_START_HO; in osm_subn_destroy()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h787 void *mboxes[IB_LID_MCAST_END_HO - IB_LID_MCAST_START_HO + 1];
1488 return (struct osm_mgrp_box *)p_subn->mboxes[cl_ntoh16(mlid) - IB_LID_MCAST_START_HO]; in osm_get_mbox_by_mlid()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h191 #define IB_LID_MCAST_START_HO 0xC000 macro
192 #define IB_LID_MCAST_START (CL_HTON16(IB_LID_MCAST_START_HO))
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c780 offset = IB_LID_MCAST_START_HO + block * 32; in dump_one_mft_record()