iPXE
|
A DMA-capable device. More...
#include <dma.h>
Data Fields | |
struct dma_operations * | op |
DMA operations. More... | |
physaddr_t | mask |
Addressable space mask. More... | |
unsigned int | mapped |
Total number of mappings (for debugging) More... | |
unsigned int | allocated |
Total number of allocations (for debugging) More... | |
struct dma_operations* dma_device::op |
physaddr_t dma_device::mask |
unsigned int dma_device::mapped |
Total number of mappings (for debugging)
Definition at line 53 of file dma.h.
Referenced by DMAAPI_INLINE(), efipci_stop(), and if().
unsigned int dma_device::allocated |
Total number of allocations (for debugging)
Definition at line 55 of file dma.h.
Referenced by efipci_stop().