iPXE
|
Admin queue. More...
#include <gve.h>
Data Fields | |
union gve_admin_command * | cmd |
Commands. More... | |
uint32_t | prod |
Producer counter. More... | |
struct dma_mapping | map |
DMA mapping. More... | |
union gve_admin_command* gve_admin::cmd |
Commands.
Definition at line 312 of file gve.h.
Referenced by gve_admin(), gve_admin_alloc(), gve_admin_command(), gve_admin_enable(), and gve_admin_free().
uint32_t gve_admin::prod |
Producer counter.
Definition at line 314 of file gve.h.
Referenced by gve_admin(), gve_admin_command(), gve_admin_enable(), and gve_admin_wait().
struct dma_mapping gve_admin::map |
DMA mapping.
Definition at line 316 of file gve.h.
Referenced by gve_admin_alloc(), gve_admin_enable(), and gve_admin_free().