iPXE
Data Fields
vmbus_gpadl_created Struct Reference

VMBus "GPADL created" message. More...

#include <vmbus.h>

Data Fields

struct vmbus_message_header header
 Message header. More...
 
uint32_t channel
 Channel ID. More...
 
uint32_t gpadl
 GPADL ID. More...
 
uint32_t status
 Creation status. More...
 

Detailed Description

VMBus "GPADL created" message.

Definition at line 182 of file vmbus.h.

Field Documentation

◆ header

struct vmbus_message_header vmbus_gpadl_created::header

Message header.

Definition at line 184 of file vmbus.h.

◆ channel

uint32_t vmbus_gpadl_created::channel

Channel ID.

Definition at line 186 of file vmbus.h.

Referenced by vmbus_establish_gpadl().

◆ gpadl

uint32_t vmbus_gpadl_created::gpadl

GPADL ID.

Definition at line 188 of file vmbus.h.

Referenced by vmbus_establish_gpadl().

◆ status

uint32_t vmbus_gpadl_created::status

Creation status.

Definition at line 190 of file vmbus.h.

Referenced by vmbus_establish_gpadl().


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