Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_mcast_tbl.c84 p_tbl->max_mlid_ho = (uint16_t) (IB_LID_MCAST_START_HO + capacity - 1); in osm_mcast_tbl_init()
129 CL_ASSERT(mlid_ho <= p_tbl->max_mlid_ho); in osm_mcast_tbl_set()
159 CL_ASSERT(mlid_ho <= p_tbl->max_mlid_ho); in osm_mcast_tbl_is_port()
187 CL_ASSERT(mlid_ho <= p_tbl->max_mlid_ho); in osm_mcast_tbl_is_any_port()
219 if (mlid_start_ho + IB_MCAST_BLOCK_SIZE - 1 > p_tbl->max_mlid_ho) in osm_mcast_tbl_set_block()
243 if (p_tbl->p_mask_tbl && (mlid_ho <= p_tbl->max_mlid_ho)) { in osm_mcast_tbl_clear_mlid()
277 if (mlid_start_ho + IB_MCAST_BLOCK_SIZE - 1 > p_tbl->max_mlid_ho) in osm_mcast_tbl_get_block()
HDosm_sw_info_rcv.c279 if (p_sw->mcast_tbl.max_mlid_ho < sm->p_subn->max_mcast_lid_ho) { in __osm_si_rcv_process_new()
280 sm->p_subn->max_mcast_lid_ho = p_sw->mcast_tbl.max_mlid_ho; in __osm_si_rcv_process_new()
/NextBSD/contrib/ofed/management/opensm/include/opensm/
HDosm_mcast_tbl.h76 uint16_t max_mlid_ho; member