Sophie

Sophie

distrib > Mageia > 7 > x86_64 > media > nonfree-updates > by-pkgid > b86a85131cc739c1c53d0b55840a4328 > files > 6189

nvidia-cuda-toolkit-devel-10.1.168-1.2.mga7.nonfree.x86_64.rpm

.TH "nvmlPciInfo_t" 3 "24 Apr 2019" "Version 1.1" "NVML" \" -*- nroff -*-
.ad l
.nh
.SH NAME
nvmlPciInfo_t \- 
.SH SYNOPSIS
.br
.PP
\fC#include <nvml.h>\fP
.PP
.SS "Data Fields"

.in +1c
.ti -1c
.RI "char \fBbusIdLegacy\fP [NVML_DEVICE_PCI_BUS_ID_BUFFER_V2_SIZE]"
.br
.RI "\fIThe legacy tuple domain:bus:device.function PCI identifier (& NULL terminator). \fP"
.ti -1c
.RI "unsigned int \fBdomain\fP"
.br
.RI "\fIThe PCI domain on which the device's bus resides, 0 to 0xffffffff. \fP"
.ti -1c
.RI "unsigned int \fBbus\fP"
.br
.RI "\fIThe bus on which the device resides, 0 to 0xff. \fP"
.ti -1c
.RI "unsigned int \fBdevice\fP"
.br
.RI "\fIThe device's id on the bus, 0 to 31. \fP"
.ti -1c
.RI "unsigned int \fBpciDeviceId\fP"
.br
.RI "\fIThe combined 16-bit device id and 16-bit vendor id. \fP"
.ti -1c
.RI "unsigned int \fBpciSubSystemId\fP"
.br
.RI "\fIThe 32-bit Sub System Device ID. \fP"
.ti -1c
.RI "char \fBbusId\fP [NVML_DEVICE_PCI_BUS_ID_BUFFER_SIZE]"
.br
.RI "\fIThe tuple domain:bus:device.function PCI identifier (& NULL terminator). \fP"
.in -1c
.SH "Detailed Description"
.PP 
PCI information about a GPU device. 

.SH "Author"
.PP 
Generated automatically by Doxygen for NVML from the source code.