iPXE
Data Fields
mbox Struct Reference

Data Fields

union {
   struct golan_cmd_prot_block   mblock
 
   u8   data [MAILBOX_STRIDE]
 
   __be64   qdata [MAILBOX_STRIDE >> 3]
 
}; 
 

Detailed Description

Definition at line 120 of file golan.c.

Field Documentation

◆ mblock

struct golan_cmd_prot_block mbox::mblock

Definition at line 122 of file golan.c.

Referenced by golan_calc_sig(), and golan_provide_pages().

◆ data

u8 mbox::data[MAILBOX_STRIDE]

Definition at line 123 of file golan.c.

◆ qdata

__be64 mbox::qdata[MAILBOX_STRIDE >> 3]

Definition at line 124 of file golan.c.

◆ @387

union { ... }

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