Searched refs:port_map (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_qos_policy.c | 154 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 D | osm_qos_parser_y.y | 731 &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 D | osm_mcast_mgr.c | 745 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 D | osm_ucast_dfsssp.c | 1710 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 D | GDBRemoteCommunicationServerPlatform.h | 84 void SetPortMap(PortMap &&port_map);
|
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 563 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 D | osm_qos_policy.h | 78 cl_qmap_t port_map; member
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | adapter.h | 1004 uint8_t port_map[MAX_NPORTS]; /* hw_port -> port_id */ member
|
| H A D | t4_main.c | 1394 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 D | t4_hw.c | 8700 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 D | ib_types.h | 11680 uint8_t port_map[32]; member
|