GVM User Suite
User tools for the GVM open source project.
Data Fields
Nv0000CtrlGpuGetPciInfoParams Struct Reference

Gets the PCI info for a given gpu. More...

#include <nv0000.h>

Data Fields

uint32_t gpu_id
 GPU Id to get PCI info from. More...
 
uint32_t domain
 Domain for the GPU. More...
 
uint16_t bus
 Bus for the GPU. More...
 
uint16_t slot
 Slot for the GPU. More...
 

Detailed Description

Gets the PCI info for a given gpu.

This acts as a parameter into a method which gives us the PCI info for a GPU.

Definition at line 47 of file nv0000.h.

Field Documentation

◆ bus

uint16_t Nv0000CtrlGpuGetPciInfoParams::bus

Bus for the GPU.

Definition at line 50 of file nv0000.h.

◆ domain

uint32_t Nv0000CtrlGpuGetPciInfoParams::domain

Domain for the GPU.

Definition at line 49 of file nv0000.h.

◆ gpu_id

uint32_t Nv0000CtrlGpuGetPciInfoParams::gpu_id

GPU Id to get PCI info from.

Definition at line 48 of file nv0000.h.

◆ slot

uint16_t Nv0000CtrlGpuGetPciInfoParams::slot

Slot for the GPU.

Definition at line 51 of file nv0000.h.


The documentation for this struct was generated from the following file: