logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hwloc_obj_attr_u::hwloc_bridge_attr_s

Author

       Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code.

Hardware Locality (hwloc)                        Version 2.12.0         hwloc_obj_attr_u::hwloc_bridge_attr_s(3)

Detailed Description

       Bridge specific Object Attributes.

Field Documentation

unsignedhwloc_obj_attr_u::hwloc_bridge_attr_s::depthunsignedshorthwloc_obj_attr_u::hwloc_bridge_attr_s::domain
       Domain number the downstream PCI buses. Only 16bits PCI domains are supported by default.

   union{...}hwloc_obj_attr_u::hwloc_bridge_attr_s::downstreamhwloc_obj_bridge_type_thwloc_obj_attr_u::hwloc_bridge_attr_s::downstream_type
       Downstream Bridge type.

   structhwloc_pcidev_attr_shwloc_obj_attr_u::hwloc_bridge_attr_s::pci
       PCI attribute of the upstream part as a PCI device.

   struct{...}hwloc_obj_attr_u::hwloc_bridge_attr_s::pciunsignedcharhwloc_obj_attr_u::hwloc_bridge_attr_s::secondary_bus
       First PCI bus number below the bridge.

   unsignedcharhwloc_obj_attr_u::hwloc_bridge_attr_s::subordinate_bus
       Highest PCI bus number below the bridge.

   union{...}hwloc_obj_attr_u::hwloc_bridge_attr_s::upstreamhwloc_obj_bridge_type_thwloc_obj_attr_u::hwloc_bridge_attr_s::upstream_type
       Upstream Bridge type.

Name

       hwloc_obj_attr_u::hwloc_bridge_attr_s

Synopsis

       #include <hwloc.h>

   DataFields
       union {
          struct hwloc_pcidev_attr_spci
       } upstreamhwloc_obj_bridge_type_tupstream_type
       union {
          struct {
             unsigned short domain
             unsigned char secondary_bus
             unsigned char subordinate_bus
          } pci
       } downstreamhwloc_obj_bridge_type_tdownstream_type
       unsigned depth

See Also