iPXE
|
Admin queue data buffer. More...
#include <intelxlvf.h>
Data Fields | |
union intelxl_admin_buffer | xl |
Original 40 Gigabit Ethernet data buffer. More... | |
struct intelxlvf_admin_version_buffer | ver |
VF Version data buffer. More... | |
struct intelxlvf_admin_capabilities_buffer | caps |
VF Capabilities data buffer. More... | |
struct intelxlvf_admin_get_resources_buffer | res |
VF Get Resources data buffer. More... | |
struct intelxlvf_admin_status_buffer | stat |
VF Status Change Event data buffer. More... | |
struct intelxlvf_admin_configure_buffer | cfg |
VF Configure Queues data buffer. More... | |
struct intelxlvf_admin_queues_buffer | queues |
VF Enable/Disable Queues data buffer. More... | |
struct intelxlvf_admin_promisc_buffer | promisc |
VF Configure Promiscuous Mode data buffer. More... | |
struct intelxlvf_admin_irq_map_buffer | irq |
VF IRQ Map data buffer. More... | |
struct intelxlvf_admin_stats_buffer | stats |
VF Get Statistics data buffer. More... | |
struct intelxlvf_admin_request_qps_buffer | rqps |
VF Request Queues data buffer. More... | |
Admin queue data buffer.
Definition at line 315 of file intelxlvf.h.
union intelxl_admin_buffer intelxlvf_admin_buffer::xl |
Original 40 Gigabit Ethernet data buffer.
Definition at line 317 of file intelxlvf.h.
Referenced by intelxlvf_admin_event().
struct intelxlvf_admin_version_buffer intelxlvf_admin_buffer::ver |
VF Version data buffer.
Definition at line 319 of file intelxlvf.h.
Referenced by intelxlvf_admin_version().
struct intelxlvf_admin_capabilities_buffer intelxlvf_admin_buffer::caps |
VF Capabilities data buffer.
Definition at line 321 of file intelxlvf.h.
Referenced by intelxlvf_admin_get_resources().
struct intelxlvf_admin_get_resources_buffer intelxlvf_admin_buffer::res |
VF Get Resources data buffer.
Definition at line 323 of file intelxlvf.h.
Referenced by intelxlvf_admin_get_resources().
struct intelxlvf_admin_status_buffer intelxlvf_admin_buffer::stat |
VF Status Change Event data buffer.
Definition at line 325 of file intelxlvf.h.
Referenced by intelxlvf_admin_event().
struct intelxlvf_admin_configure_buffer intelxlvf_admin_buffer::cfg |
VF Configure Queues data buffer.
Definition at line 327 of file intelxlvf.h.
Referenced by intelxlvf_admin_configure().
struct intelxlvf_admin_queues_buffer intelxlvf_admin_buffer::queues |
VF Enable/Disable Queues data buffer.
Definition at line 329 of file intelxlvf.h.
Referenced by intelxlvf_admin_queues(), and intelxlvf_admin_stats().
struct intelxlvf_admin_promisc_buffer intelxlvf_admin_buffer::promisc |
VF Configure Promiscuous Mode data buffer.
Definition at line 331 of file intelxlvf.h.
Referenced by intelxlvf_admin_promisc().
struct intelxlvf_admin_irq_map_buffer intelxlvf_admin_buffer::irq |
VF IRQ Map data buffer.
Definition at line 333 of file intelxlvf.h.
Referenced by intelxlvf_admin_irq_map().
struct intelxlvf_admin_stats_buffer intelxlvf_admin_buffer::stats |
VF Get Statistics data buffer.
Definition at line 335 of file intelxlvf.h.
Referenced by intelxlvf_admin_stats().
struct intelxlvf_admin_request_qps_buffer intelxlvf_admin_buffer::rqps |
VF Request Queues data buffer.
Definition at line 337 of file intelxlvf.h.
Referenced by intelxlvf_admin_request_qps().