Home
last modified time | relevance | path

Searched refs:port_map (Results 1 – 11 of 11) 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.cpp563 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap() argument
564 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/sys/dev/cxgbe/
H A Dadapter.h1004 uint8_t port_map[MAX_NPORTS]; /* hw_port -> port_id */ member
H A Dt4_main.c1394 memset(sc->port_map, 0xff, sizeof(sc->port_map)); in t4_attach()
1534 sc->port_map[pi->hw_port] = i; in t4_attach()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c8700 port_id = adap->port_map[idx]; in t4_get_port_stats()
10854 int port_id = adap->port_map[hw_port]; in t4_handle_fw_rpl()
13053 port_id = adap->port_map[idx]; in t4_clr_port_stats()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h11680 uint8_t port_map[32]; member