Searched refs:p_mask_tbl (Results 1 – 3 of 3) sorted by relevance
87 free(p_tbl->p_mask_tbl); in osm_mcast_tbl_destroy()96 CL_ASSERT(p_tbl && p_tbl->p_mask_tbl); in osm_mcast_tbl_set()103 (*p_tbl->p_mask_tbl)[mlid_offset][mask_offset] |= bit_mask; in osm_mcast_tbl_set()114 uint16_t (*p_mask_tbl)[][IB_MCAST_POSITION_MAX + 1]; in osm_mcast_tbl_realloc() local131 p_mask_tbl = realloc(p_tbl->p_mask_tbl, size); in osm_mcast_tbl_realloc()132 if (!p_mask_tbl) in osm_mcast_tbl_realloc()134 …memset((uint8_t *)p_mask_tbl + p_tbl->mft_depth * (IB_MCAST_POSITION_MAX + 1) * IB_MCAST_MASK_SIZE… in osm_mcast_tbl_realloc()137 p_tbl->p_mask_tbl = p_mask_tbl; in osm_mcast_tbl_realloc()151 if (p_tbl->p_mask_tbl) { in osm_mcast_tbl_is_port()162 p_mask_tbl)[mlid_offset][mask_offset] & bit_mask) == in osm_mcast_tbl_is_port()[all …]
273 p_mask_tbl)[mlid_ho][position]); in dump_mcast_routes()
79 uint16_t(*p_mask_tbl)[][IB_MCAST_POSITION_MAX + 1]; member