Searched refs:IB_LID_MCAST_START_HO (Results 1 – 12 of 12) sorted by relevance
97 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()
286 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()
1074 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()
226 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()
142 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()
163 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()
700 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_switch_recommend_mcast_path()
269 mlid_ho + IB_LID_MCAST_START_HO); in dump_mcast_routes()
1194 for (i = 0; i <= p_subn->max_mcast_lid_ho - IB_LID_MCAST_START_HO; in osm_subn_destroy()
787 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()
191 #define IB_LID_MCAST_START_HO 0xC000 macro192 #define IB_LID_MCAST_START (CL_HTON16(IB_LID_MCAST_START_HO))
780 offset = IB_LID_MCAST_START_HO + block * 32; in dump_one_mft_record()