iPXE
|
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... | |
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().
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().
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().
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().
uint8_t intelxl_admin_buffer::pad[INTELXL_ADMIN_BUFFER_SIZE] |