Home
last modified time | relevance | path

Searched refs:mcm_port (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_multicast.c155 osm_mcm_port_t *mcm_port; in osm_mgrp_cleanup() local
167 mcm_port = (osm_mcm_port_t *) cl_qmap_head(&mgrp->mcm_port_tbl); in osm_mgrp_cleanup()
168 cl_qmap_remove_item(&mgrp->mcm_port_tbl, &mcm_port->map_item); in osm_mgrp_cleanup()
169 cl_qlist_remove_item(&mcm_port->port->mcm_list, in osm_mgrp_cleanup()
170 &mcm_port->list_item); in osm_mgrp_cleanup()
171 osm_mcm_port_delete(mcm_port); in osm_mgrp_cleanup()
237 IN const osm_mcm_port_t *mcm_port) in is_qmap_empty_for_mcm_port() argument
246 if (mcm_alias_guid->p_base_mcm_port == mcm_port) { in is_qmap_empty_for_mcm_port()
276 osm_mcm_port_t *mcm_port; in osm_mgrp_add_port() local
294 mcm_port = osm_mcm_port_new(port, mgrp); in osm_mgrp_add_port()
[all …]
H A Dosm_drop_mgr.c165 osm_mcm_port_t *mcm_port; in drop_mgr_remove_port() local
234 mcm_port = cl_item_obj(cl_qlist_head(&p_port->mcm_list), in drop_mgr_remove_port()
235 mcm_port, list_item); in drop_mgr_remove_port()
236 osm_mgrp_delete_port(sm->p_subn, sm->p_log, mcm_port->mgrp, in drop_mgr_remove_port()
H A Dosm_mcast_mgr.c94 osm_mcm_port_t *mcm_port; in osm_mcast_make_port_list_and_map() local
109 mcm_port = cl_item_obj(map_item, mcm_port, map_item); in osm_mcast_make_port_list_and_map()
110 if (cl_qmap_get(map, mcm_port->port->guid) != in osm_mcast_make_port_list_and_map()
113 wobj = mcast_work_obj_new(mcm_port->port); in osm_mcast_make_port_list_and_map()
117 cl_qmap_insert(map, mcm_port->port->guid, in osm_mcast_make_port_list_and_map()
H A Dosm_state_mgr.c304 osm_mcm_port_t *mcm_port; in state_mgr_sa_clean() local
342 mcm_port = cl_item_obj(cl_qlist_head(&p_port->mcm_list), in state_mgr_sa_clean()
343 mcm_port, list_item); in state_mgr_sa_clean()
344 osm_mgrp_delete_port(p_subn, sm->p_log, mcm_port->mgrp, in state_mgr_sa_clean()
H A Dosm_torus.c8803 osm_mcm_port_t *mcm_port; in next_mgrp_box_port() local
8824 mcm_port = cl_item_obj(m_item, mcm_port, map_item); in next_mgrp_box_port()
8826 osm_port = mcm_port->port; in next_mgrp_box_port()