iPXE
Data Fields
gve_admin Struct Reference

Admin queue. More...

#include <gve.h>

Data Fields

union gve_admin_commandcmd
 Commands. More...
 
uint32_t prod
 Producer counter. More...
 
struct dma_mapping map
 DMA mapping. More...
 

Detailed Description

Admin queue.

Definition at line 319 of file gve.h.

Field Documentation

◆ cmd

union gve_admin_command* gve_admin::cmd

Commands.

Definition at line 321 of file gve.h.

Referenced by gve_admin(), gve_admin_alloc(), gve_admin_command(), gve_admin_enable(), and gve_admin_free().

◆ prod

uint32_t gve_admin::prod

Producer counter.

Definition at line 323 of file gve.h.

Referenced by gve_admin(), gve_admin_command(), gve_admin_enable(), and gve_admin_wait().

◆ map

struct dma_mapping gve_admin::map

DMA mapping.

Definition at line 325 of file gve.h.

Referenced by gve_admin_alloc(), gve_admin_enable(), and gve_admin_free().


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