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

Resource Control Message. More...

#include <types.h>

Data Fields

uint32_t client
 Client for running the object control. More...
 
uint32_t object
 Object to run the object control on. More...
 
uint32_t cmd
 Command to run on the object. More...
 
uint32_t flags
 Flags for the control of the resource. More...
 
void * params
 Parameter to pass into the control command. More...
 
uint32_t param_size
 Size of the parameter. More...
 
uint32_t status
 Status regarding execution. More...
 

Detailed Description

Resource Control Message.

Object to send a control message to the NVIDIA kernel module.

Definition at line 100 of file types.h.

Field Documentation

◆ client

uint32_t RmControlRes::client

Client for running the object control.

Definition at line 101 of file types.h.

◆ cmd

uint32_t RmControlRes::cmd

Command to run on the object.

Definition at line 103 of file types.h.

◆ flags

uint32_t RmControlRes::flags

Flags for the control of the resource.

Definition at line 104 of file types.h.

◆ object

uint32_t RmControlRes::object

Object to run the object control on.

Definition at line 102 of file types.h.

◆ param_size

uint32_t RmControlRes::param_size

Size of the parameter.

Definition at line 106 of file types.h.

◆ params

void* RmControlRes::params

Parameter to pass into the control command.

Definition at line 105 of file types.h.

◆ status

uint32_t RmControlRes::status

Status regarding execution.

Definition at line 107 of file types.h.


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