GVM User Suite
User tools for the GVM open source project.
Data Structures | Macros
nvA081.h File Reference
#include <stdint.h>
Include dependency graph for nvA081.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  RmMdevConfig
 Creates an MDev Config to be sent into the RM core. More...
 

Macros

#define NVA081_CLASS   0x0000A081
 Command to allocate a NvA081 device. More...
 
#define NVA081_ADD_MDEV   0xA0810101
 Command for rm control res to add a mdev to the list of mdevs. More...
 
#define NVA081_REG_MDEV   0xA0810109
 Command for rm control res to register mdevs. More...
 

Macro Definition Documentation

◆ NVA081_ADD_MDEV

#define NVA081_ADD_MDEV   0xA0810101

Command for rm control res to add a mdev to the list of mdevs.

Definition at line 32 of file nvA081.h.

◆ NVA081_CLASS

#define NVA081_CLASS   0x0000A081

Command to allocate a NvA081 device.

Definition at line 29 of file nvA081.h.

◆ NVA081_REG_MDEV

#define NVA081_REG_MDEV   0xA0810109

Command for rm control res to register mdevs.

Definition at line 35 of file nvA081.h.