iPXE
|
Admin queue Manage MAC Address Write command parameters. More...
#include <intelxl.h>
Data Fields | |
uint8_t | reserved_a [1] |
Reserved. More... | |
uint8_t | type |
Write type. More... | |
uint16_t | high |
MAC address first 16 bits, byte-swapped. More... | |
uint32_t | low |
MAC address last 32 bits, byte-swapped. More... | |
uint8_t | reserved_b [8] |
Reserved. More... | |
uint8_t intelxl_admin_mac_write_params::reserved_a[1] |
uint16_t intelxl_admin_mac_write_params::high |
MAC address first 16 bits, byte-swapped.
Definition at line 184 of file intelxl.h.
Referenced by intelxl_admin_mac_write().
uint32_t intelxl_admin_mac_write_params::low |
MAC address last 32 bits, byte-swapped.
Definition at line 186 of file intelxl.h.
Referenced by intelxl_admin_mac_write().
uint8_t intelxl_admin_mac_write_params::reserved_b[8] |