|
NAMEhwloc_obj_attr_u::hwloc_pcidev_attr_s SYNOPSIS#include <hwloc.h> Data Fieldsunsigned short domain
Detailed DescriptionPCI Device specific Object Attributes. Field Documentationunsigned char hwloc_obj_attr_u::hwloc_pcidev_attr_s::busBus number (yy in the PCI BDF notation xxxx:yy:zz.t). unsigned short hwloc_obj_attr_u::hwloc_pcidev_attr_s::class_idThe class number (first two bytes, without the prog_if). unsigned char hwloc_obj_attr_u::hwloc_pcidev_attr_s::devDevice number (zz in the PCI BDF notation xxxx:yy:zz.t). unsigned short hwloc_obj_attr_u::hwloc_pcidev_attr_s::device_idDevice ID (yyyy in [xxxx:yyyy]). unsigned short hwloc_obj_attr_u::hwloc_pcidev_attr_s::domainDomain number (xxxx in the PCI BDF notation xxxx:yy:zz.t). Only 16bits PCI domains are supported by default. unsigned char hwloc_obj_attr_u::hwloc_pcidev_attr_s::funcFunction number (t in the PCI BDF notation xxxx:yy:zz.t). float hwloc_obj_attr_u::hwloc_pcidev_attr_s::linkspeedLink speed in GB/s. This datarate is the currently configured speed of the entire PCI link (sum of the bandwidth of all PCI lanes in that link). It may change during execution since some devices are able to slow their PCI links down when idle. unsigned char hwloc_obj_attr_u::hwloc_pcidev_attr_s::revisionRevision number. unsigned short hwloc_obj_attr_u::hwloc_pcidev_attr_s::vendor_idVendor ID (xxxx in [xxxx:yyyy]). AuthorGenerated automatically by Doxygen for Hardware Locality (hwloc) from the source code.
|