Home
last modified time | relevance | path

Searched refs:mcm_alias_port_tbl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_multicast.c85 (osm_mcm_alias_guid_t *) cl_qmap_head(&p_mgrp->mcm_alias_port_tbl); in mgrp_delete()
87 (osm_mcm_alias_guid_t *) cl_qmap_end(&p_mgrp->mcm_alias_port_tbl)) { in mgrp_delete()
131 cl_qmap_init(&p_mgrp->mcm_alias_port_tbl); in osm_mgrp_new()
160 while (cl_qmap_count(&mgrp->mcm_alias_port_tbl)) { in osm_mgrp_cleanup()
161 mcm_alias_guid = (osm_mcm_alias_guid_t *) cl_qmap_head(&mgrp->mcm_alias_port_tbl); in osm_mgrp_cleanup()
162 cl_qmap_remove_item(&mgrp->mcm_alias_port_tbl, &mcm_alias_guid->map_item); in osm_mgrp_cleanup()
261 (osm_mcm_alias_guid_t *) cl_qmap_insert(&mgrp->mcm_alias_port_tbl, in insert_alias_guid()
390 cl_qmap_remove_item(&mgrp->mcm_alias_port_tbl, in osm_mgrp_remove_port()
392 if (is_qmap_empty_for_port(&mgrp->mcm_alias_port_tbl, in osm_mgrp_remove_port()
400 if (is_qmap_empty_for_mcm_port(&mgrp->mcm_alias_port_tbl, in osm_mgrp_remove_port()
[all …]
H A Dosm_sa_mcmember_record.c1535 p_item = cl_qmap_head(&(p_mgrp->mcm_alias_port_tbl)); in mcmr_by_comp_mask()
1536 while (p_item != cl_qmap_end(&(p_mgrp->mcm_alias_port_tbl))) { in mcmr_by_comp_mask()
H A Dosm_sa.c655 cl_qmap_apply_func(&p_mgrp->mcm_alias_port_tbl, in sa_dump_one_mgrp()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_multicast.h105 cl_qmap_t mcm_alias_port_tbl; member