upstream_type     184 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     if (pcidev->attr->bridge.upstream_type == HWLOC_OBJ_BRIDGE_HOST)
upstream_type     223 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     assert(a->attr->bridge.upstream_type == HWLOC_OBJ_BRIDGE_PCI);
upstream_type     225 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     assert(b->attr->bridge.upstream_type == HWLOC_OBJ_BRIDGE_PCI);
upstream_type     393 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     hostbridge->attr->bridge.upstream_type = HWLOC_OBJ_BRIDGE_HOST;
upstream_type     562 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	&& !(obj->type == HWLOC_OBJ_BRIDGE && obj->attr->bridge.upstream_type == HWLOC_OBJ_BRIDGE_PCI)) {
upstream_type     569 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	    && obj->attr->bridge.upstream_type == HWLOC_OBJ_BRIDGE_PCI))
upstream_type     576 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 			&& child->attr->bridge.upstream_type == HWLOC_OBJ_BRIDGE_PCI)))
upstream_type     607 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	    && child->attr->bridge.upstream_type == HWLOC_OBJ_BRIDGE_PCI)) {
upstream_type     628 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	       && child->attr->bridge.upstream_type != HWLOC_OBJ_BRIDGE_PCI
upstream_type     757 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   battr->upstream_type = HWLOC_OBJ_BRIDGE_PCI;
upstream_type    5837 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    && tree->attr->bridge.upstream_type == HWLOC_OBJ_BRIDGE_PCI)) {
upstream_type    5858 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	       && tree->attr->bridge.upstream_type != HWLOC_OBJ_BRIDGE_PCI
upstream_type     313 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       unsigned upstream_type, downstream_type;
upstream_type     314 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       if (sscanf(value, "%u-%u", &upstream_type, &downstream_type) != 2) {
upstream_type     319 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	obj->attr->bridge.upstream_type = (hwloc_obj_bridge_type_t) upstream_type;
upstream_type    2051 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     sprintf(tmp, "%d-%d", (int) obj->attr->bridge.upstream_type, (int) obj->attr->bridge.downstream_type);
upstream_type    2062 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (obj->attr->bridge.upstream_type != HWLOC_OBJ_BRIDGE_PCI)
upstream_type     363 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       attrp->bridge.upstream_type = ubtype;
upstream_type     445 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     return snprintf(string, size, obj->attr->bridge.upstream_type == HWLOC_OBJ_BRIDGE_PCI ? "PCIBridge" : "HostBridge");
upstream_type     550 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       if (obj->attr->bridge.upstream_type == HWLOC_OBJ_BRIDGE_PCI) {
upstream_type     594 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h     hwloc_obj_bridge_type_t upstream_type;