iPXE
|
VMBus "offer channel" message. More...
#include <vmbus.h>
Data Fields | |
struct vmbus_message_header | header |
Message header. More... | |
union uuid | type |
Channel type. More... | |
union uuid | instance |
Channel instance. More... | |
uint8_t | reserved_a [16] |
Reserved. More... | |
uint16_t | flags |
Flags. More... | |
uint8_t | reserved_b [2] |
Reserved. More... | |
uint8_t | data [120] |
User data. More... | |
uint8_t | reserved_c [4] |
Reserved. More... | |
uint32_t | channel |
Channel ID. More... | |
uint8_t | monitor |
Monitor ID. More... | |
uint8_t | monitored |
Monitor exists. More... | |
uint8_t | reserved [2] |
Reserved. More... | |
uint32_t | connection |
Connection ID. More... | |
struct vmbus_message_header vmbus_offer_channel::header |
union uuid vmbus_offer_channel::type |
Channel type.
Definition at line 102 of file vmbus.h.
Referenced by vmbus_probe_channels(), and vmbus_reset_channels().
union uuid vmbus_offer_channel::instance |
uint32_t vmbus_offer_channel::channel |
Channel ID.
Definition at line 116 of file vmbus.h.
Referenced by vmbus_probe_channels(), and vmbus_reset_channels().
uint8_t vmbus_offer_channel::monitor |
Monitor ID.
Definition at line 118 of file vmbus.h.
Referenced by vmbus_probe_channels(), and vmbus_reset_channels().
uint8_t vmbus_offer_channel::monitored |
Monitor exists.
Definition at line 120 of file vmbus.h.
Referenced by vmbus_probe_channels(), and vmbus_reset_channels().