iPXE
|
VMBus packet header. More...
#include <vmbus.h>
Data Fields | |
uint16_t | type |
Type. More... | |
uint16_t | hdr_qlen |
Length of packet header (in quadwords) More... | |
uint16_t | qlen |
Length of packet (in quadwords) More... | |
uint16_t | flags |
Flags. More... | |
uint64_t | xid |
Transaction ID. More... | |
uint16_t vmbus_packet_header::hdr_qlen |
uint16_t vmbus_packet_header::qlen |
uint64_t vmbus_packet_header::xid |
Transaction ID.
This is an opaque token: we therefore treat it as native-endian and don't worry about byte-swapping.
Definition at line 280 of file vmbus.h.
Referenced by vmbus_send_cancellation(), vmbus_send_completion(), and vmbus_send_control().