iPXE
Data Fields
intelxl_admin_buffer Union Reference

Admin queue data buffer. More...

#include <intelxl.h>

Data Fields

struct intelxl_admin_driver_buffer driver
 Driver Version data buffer. More...
 
struct intelxl_admin_mac_read_buffer mac_read
 Manage MAC Address Read data buffer. More...
 
struct intelxl_admin_switch_buffer sw
 Get Switch Configuration data buffer. More...
 
struct intelxl_admin_vsi_buffer vsi
 Get VSI Parameters data buffer. More...
 
uint8_t pad [INTELXL_ADMIN_BUFFER_SIZE]
 Maximum buffer size. More...
 

Detailed Description

Admin queue data buffer.

Definition at line 401 of file intelxl.h.

Field Documentation

◆ driver

struct intelxl_admin_driver_buffer intelxl_admin_buffer::driver

Driver Version data buffer.

Definition at line 403 of file intelxl.h.

Referenced by intelxl_admin_driver().

◆ mac_read

struct intelxl_admin_mac_read_buffer intelxl_admin_buffer::mac_read

Manage MAC Address Read data buffer.

Definition at line 405 of file intelxl.h.

Referenced by intelxl_admin_mac_read().

◆ sw

struct intelxl_admin_switch_buffer intelxl_admin_buffer::sw

Get Switch Configuration data buffer.

Definition at line 407 of file intelxl.h.

Referenced by intelxl_admin_switch().

◆ vsi

struct intelxl_admin_vsi_buffer intelxl_admin_buffer::vsi

Get VSI Parameters data buffer.

Definition at line 409 of file intelxl.h.

Referenced by intelxl_admin_vsi().

◆ pad

uint8_t intelxl_admin_buffer::pad[INTELXL_ADMIN_BUFFER_SIZE]

Maximum buffer size.

Definition at line 411 of file intelxl.h.


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