Home
last modified time | relevance | path

Searched refs:port_map (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos_policy.c154 cl_qmap_init(&p->port_map); in osm_qos_policy_port_group_create()
174 p_port = (osm_qos_port_t *) cl_qmap_head(&p->port_map); in osm_qos_policy_port_group_destroy()
175 while (p_port != (osm_qos_port_t *) cl_qmap_end(&p->port_map)) in osm_qos_policy_port_group_destroy()
181 cl_qmap_remove_all(&p->port_map); in osm_qos_policy_port_group_destroy()
539 if (cl_qmap_get(&p_port_group->port_map, port_guid_ho) != in __qos_policy_is_port_in_group()
540 cl_qmap_end(&p_port_group->port_map)) in __qos_policy_is_port_in_group()
H A Dosm_qos_parser_y.y731 &p_current_port_group->port_map,
766 &p_current_port_group->port_map,
801 &p_current_port_group->port_map,
981 &p_current_port_group->port_map,
1241 … __parser_add_port_to_port_map(&p_current_port_group->port_map,
1269 &p_current_port_group->port_map,
1294 &p_current_port_group->port_map,
1309 &p_current_port_group->port_map,
1372 &p_current_port_group->port_map,
H A Dosm_mcast_mgr.c745 cl_qmap_t port_map; in mcast_mgr_build_spanning_tree() local
762 if (osm_mcast_make_port_list_and_map(&port_list, &port_map, mbox)) { in mcast_mgr_build_spanning_tree()
H A Dosm_ucast_dfsssp.c1710 cl_qmap_t * port_map, osm_switch_t * root_sw) in update_mcft() argument
1768 if (cl_qmap_get(port_map, guid) in update_mcft()
1769 != cl_qmap_end(port_map)) in update_mcft()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h84 void SetPortMap(PortMap &&port_map);
H A DGDBRemoteCommunicationServerPlatform.cpp561 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap() argument
562 m_port_map = std::move(port_map); in SetPortMap()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_qos_policy.h78 cl_qmap_t port_map; member
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h11680 uint8_t port_map[32]; member