Linux Kernel
3.7.1
|
#include <mega_common.h>
Data Fields | |
caddr_t | vaddr |
dma_addr_t | dma_addr |
struct mraid_pci_blk - structure holds DMA memory block info : virtual address to a memory block : DMA handle to a memory block
This structure is filled up for the caller. It is the responsibilty of the caller to allocate this array big enough to store addresses for all requested elements
Definition at line 279 of file mega_common.h.
dma_addr_t dma_addr |
Definition at line 281 of file mega_common.h.
caddr_t vaddr |
Definition at line 280 of file mega_common.h.