|
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 440 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 442 of file gve.h.
Referenced by gve_alloc_shared(), gve_configure(), and gve_free_shared().
| volatile uint32_t* gve_irqs::db[GVE_IRQ_COUNT] |
Interrupt doorbells.
Definition at line 444 of file gve.h.
Referenced by gve_configure(), gve_create_queue(), and gve_poll().
1.8.15