Searched refs:max_mlid_ho (Results 1 – 3 of 3) sorted by relevance
84 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()
279 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()
76 uint16_t max_mlid_ho; member