Searched refs:p_mask_tbl (Results 1 – 3 of 3) sorted by relevance
96 p_tbl->p_mask_tbl = malloc(p_tbl->num_entries * in osm_mcast_tbl_init()100 if (p_tbl->p_mask_tbl == NULL) in osm_mcast_tbl_init()103 memset(p_tbl->p_mask_tbl, 0, in osm_mcast_tbl_init()113 free(p_tbl->p_mask_tbl); in osm_mcast_tbl_destroy()130 CL_ASSERT(p_tbl->p_mask_tbl); in osm_mcast_tbl_set()135 (*p_tbl->p_mask_tbl)[mlid_offset][mask_offset] |= bit_mask; in osm_mcast_tbl_set()155 if (p_tbl->p_mask_tbl) { in osm_mcast_tbl_is_port()166 p_mask_tbl)[mlid_offset][mask_offset] & bit_mask) == in osm_mcast_tbl_is_port()185 if (p_tbl->p_mask_tbl) { in osm_mcast_tbl_is_any_port()192 result |= (*p_tbl->p_mask_tbl)[mlid_offset][position]; in osm_mcast_tbl_is_any_port()[all …]
265 p_mask_tbl)[mlid_ho][position]); in dump_mcast_routes()
77 uint16_t(*p_mask_tbl)[][IB_MCAST_POSITION_MAX]; member