GVM User Suite
User tools for the GVM open source project.
|
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... | |
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.
uint16_t Nv0000CtrlGpuGetPciInfoParams::bus |
uint32_t Nv0000CtrlGpuGetPciInfoParams::domain |
uint32_t Nv0000CtrlGpuGetPciInfoParams::gpu_id |
uint16_t Nv0000CtrlGpuGetPciInfoParams::slot |