iPXE
|
Interrupt channel array. More...
#include <gve.h>
Data Fields | |
struct gve_irq * | irq |
Interrupt channels. More... | |
struct dma_mapping | map |
DMA mapping. More... | |
volatile uint32_t * | db [GVE_IRQ_COUNT] |
Interrupt doorbells. More... | |
struct gve_irq* gve_irqs::irq |
Interrupt channels.
Definition at line 381 of file gve.h.
Referenced by gve_alloc_shared(), gve_configure(), and gve_free_shared().
struct dma_mapping gve_irqs::map |
DMA mapping.
Definition at line 383 of file gve.h.
Referenced by gve_alloc_shared(), gve_configure(), and gve_free_shared().
volatile uint32_t* gve_irqs::db[GVE_IRQ_COUNT] |