iPXE
Data Fields
intelxl_admin_mac_write_params Struct Reference

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...
 

Detailed Description

Admin queue Manage MAC Address Write command parameters.

Definition at line 178 of file intelxl.h.

Field Documentation

◆ reserved_a

uint8_t intelxl_admin_mac_write_params::reserved_a[1]

Reserved.

Definition at line 180 of file intelxl.h.

◆ type

uint8_t intelxl_admin_mac_write_params::type

Write type.

Definition at line 182 of file intelxl.h.

◆ high

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().

◆ low

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().

◆ reserved_b

uint8_t intelxl_admin_mac_write_params::reserved_b[8]

Reserved.

Definition at line 188 of file intelxl.h.


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