iPXE
|
Event counter array. More...
#include <gve.h>
Data Fields | |
struct gve_event * | event |
Event counters. More... | |
struct dma_mapping | map |
DMA mapping. More... | |
unsigned int | count |
Actual number of event counters. More... | |
struct gve_event* gve_events::event |
Event counters.
Definition at line 347 of file gve.h.
Referenced by gve_alloc_shared(), gve_configure(), gve_create_queue(), and gve_free_shared().
struct dma_mapping gve_events::map |
DMA mapping.
Definition at line 349 of file gve.h.
Referenced by gve_alloc_shared(), gve_configure(), and gve_free_shared().
unsigned int gve_events::count |
Actual number of event counters.
Definition at line 351 of file gve.h.
Referenced by gve_alloc_shared(), gve_configure(), gve_describe(), and gve_free_shared().