Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
Dosm_mcast_tbl.c84 p_tbl->max_mlid_ho = (uint16_t) (IB_LID_MCAST_START_HO + capacity - 1); in osm_mcast_tbl_init()
128 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_mcast_tbl_set()
132 mlid_offset = mlid_ho - IB_LID_MCAST_START_HO; in osm_mcast_tbl_set()
158 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_mcast_tbl_is_port()
161 mlid_offset = mlid_ho - IB_LID_MCAST_START_HO; in osm_mcast_tbl_is_port()
186 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_mcast_tbl_is_any_port()
189 mlid_offset = mlid_ho - IB_LID_MCAST_START_HO; in osm_mcast_tbl_is_any_port()
241 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_mcast_tbl_clear_mlid()
244 mlid_offset = mlid_ho - IB_LID_MCAST_START_HO; in osm_mcast_tbl_clear_mlid()
Dosm_sa_mcmember_record.c125 if (requested_mlid && cl_ntoh16(requested_mlid) >= IB_LID_MCAST_START_HO in __get_new_mlid()
130 max = p_subn->max_mcast_lid_ho - IB_LID_MCAST_START_HO + 1; in __get_new_mlid()
134 return cl_hton16(i + IB_LID_MCAST_START_HO); in __get_new_mlid()
152 sa->p_subn->mgroups[cl_ntoh16(mgrp->mlid) - IB_LID_MCAST_START_HO] = NULL; in __cleanup_mgrp()
937 sa->p_subn->mgroups[cl_ntoh16(mlid) - IB_LID_MCAST_START_HO] = NULL; in osm_mcmr_rcv_create_new_mgrp()
941 sa->p_subn->mgroups[cl_ntoh16(mlid) - IB_LID_MCAST_START_HO] = *pp_mgrp; in osm_mcmr_rcv_create_new_mgrp()
995 for (i = 0; i <= sa->p_subn->max_mcast_lid_ho - IB_LID_MCAST_START_HO; in osm_get_mgrp_by_mgid()
1614 for (i = 0; i <= sa->p_subn->max_mcast_lid_ho - IB_LID_MCAST_START_HO; in __osm_mcmr_query_mgrp()
Dosm_mcast_mgr.c1124 sm->p_subn->mgroups[cl_ntoh16(p_mgrp->mlid) - IB_LID_MCAST_START_HO] = NULL; in mcast_mgr_process_mgrp()
1156 for (i = 0; i <= sm->p_subn->max_mcast_lid_ho - IB_LID_MCAST_START_HO; in osm_mcast_mgr_process()
Dosm_switch.c602 CL_ASSERT(mlid_ho >= IB_LID_MCAST_START_HO); in osm_switch_recommend_mcast_path()
Dosm_dump.c261 mlid_ho + IB_LID_MCAST_START_HO); in dump_mcast_routes()
Dosm_sa.c712 for (i = 0; i <= p_osm->subn.max_mcast_lid_ho - IB_LID_MCAST_START_HO; in sa_dump_all_sa()
Dosm_subnet.c144 for (i = 0; i <= p_subn->max_mcast_lid_ho - IB_LID_MCAST_START_HO; in osm_subn_destroy()
Dosm_sa_path_record.c1609 if (cl_ntoh16(p_pr->dlid) >= IB_LID_MCAST_START_HO && in __osm_pr_rcv_check_mcast_dest()
/freebsd-10-stable/contrib/ofed/management/opensm/include/opensm/
Dosm_subnet.h502 void *mgroups[IB_LID_MCAST_END_HO - IB_LID_MCAST_START_HO + 1];
938 return p_subn->mgroups[cl_ntoh16(mlid) - IB_LID_MCAST_START_HO]; in osm_get_mgrp_by_mlid()
/freebsd-10-stable/contrib/ofed/management/opensm/include/iba/
Dib_types.h189 #define IB_LID_MCAST_START_HO 0xC000 macro
190 #define IB_LID_MCAST_START (CL_HTON16(IB_LID_MCAST_START_HO))
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/src/
Dsaquery.c687 IB_LID_MCAST_START_HO + block * 64 + i, in dump_one_mft_record()