Searched refs:next_mcm_alias_guid (Results 1 – 1 of 1) sorted by relevance
426 osm_mcm_alias_guid_t *mcm_alias_guid, *next_mcm_alias_guid; in osm_mgrp_delete_port() local430 next_mcm_alias_guid = (osm_mcm_alias_guid_t *) cl_qmap_head(&mgrp->mcm_alias_port_tbl); in osm_mgrp_delete_port()431 while (next_mcm_alias_guid != (osm_mcm_alias_guid_t *) cl_qmap_end(&mgrp->mcm_alias_port_tbl) && in osm_mgrp_delete_port()433 mcm_alias_guid = next_mcm_alias_guid; in osm_mgrp_delete_port()434 next_mcm_alias_guid = (osm_mcm_alias_guid_t *) cl_qmap_next(&next_mcm_alias_guid->map_item); in osm_mgrp_delete_port()