iPXE
Data Fields
intelvf_msg_mac Struct Reference

MAC address mailbox message. More...

#include <intelvf.h>

Data Fields

uint32_t hdr
 Message header. More...
 
uint8_t mac [ETH_ALEN]
 MAC address. More...
 
uint8_t reserved [(-ETH_ALEN) &0x3]
 Alignment padding. More...
 

Detailed Description

MAC address mailbox message.

Definition at line 59 of file intelvf.h.

Field Documentation

◆ hdr

uint32_t intelvf_msg_mac::hdr

Message header.

Definition at line 61 of file intelvf.h.

◆ mac

uint8_t intelvf_msg_mac::mac[ETH_ALEN]

MAC address.

Definition at line 63 of file intelvf.h.

◆ reserved

uint8_t intelvf_msg_mac::reserved[(-ETH_ALEN) &0x3]

Alignment padding.

Definition at line 65 of file intelvf.h.


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