Searched defs:iwh_dma_area (Results 1 – 1 of 1) sorted by relevance
44 typedef struct iwh_dma_area { struct45 ddi_acc_handle_t acc_hdl; /* handle for memory */46 caddr_t mem_va; /* CPU VA of memory */47 uint32_t nslots; /* number of slots */48 uint32_t size; /* size per slot */49 size_t alength; /* allocated size */51 ddi_dma_handle_t dma_hdl; /* DMA handle */52 offset_t offset; /* relative to handle */53 ddi_dma_cookie_t cookie; /* associated cookie */54 uint32_t ncookies;[all …]