downstream_type   394 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     hostbridge->attr->bridge.downstream_type = HWLOC_OBJ_BRIDGE_PCI;
downstream_type   561 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	&& !(obj->type == HWLOC_OBJ_BRIDGE && obj->attr->bridge.downstream_type == HWLOC_OBJ_BRIDGE_PCI)
downstream_type   620 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	  && child->attr->bridge.downstream_type == HWLOC_OBJ_BRIDGE_PCI
downstream_type   629 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	       && child->attr->bridge.downstream_type == HWLOC_OBJ_BRIDGE_PCI
downstream_type   758 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   battr->downstream_type = HWLOC_OBJ_BRIDGE_PCI;
downstream_type  5850 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  && tree->attr->bridge.downstream_type == HWLOC_OBJ_BRIDGE_PCI
downstream_type  5859 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	       && tree->attr->bridge.downstream_type == HWLOC_OBJ_BRIDGE_PCI
downstream_type  5959 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	|| (tmp->type == HWLOC_OBJ_BRIDGE && tmp->attr->bridge.downstream_type == HWLOC_OBJ_BRIDGE_PCI)) {
downstream_type   112 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c 	|| (tmp->type == HWLOC_OBJ_BRIDGE && tmp->attr->bridge.downstream_type == HWLOC_OBJ_BRIDGE_PCI)) {
downstream_type   313 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       unsigned upstream_type, downstream_type;
downstream_type   314 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       if (sscanf(value, "%u-%u", &upstream_type, &downstream_type) != 2) {
downstream_type   320 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	obj->attr->bridge.downstream_type = (hwloc_obj_bridge_type_t) downstream_type;
downstream_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);
downstream_type  2055 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (obj->attr->bridge.downstream_type == HWLOC_OBJ_BRIDGE_PCI) {
downstream_type   364 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       attrp->bridge.downstream_type = HWLOC_OBJ_BRIDGE_PCI; /* nothing else so far */
downstream_type   601 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h     hwloc_obj_bridge_type_t downstream_type;
downstream_type  1133 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     && bridge->attr->bridge.downstream_type == HWLOC_OBJ_BRIDGE_PCI