Home
last modified time | relevance | path

Searched defs:wpi_dma_area (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/wpi/
H A Dwpivar.h72 typedef struct wpi_dma_area { struct
73 ddi_acc_handle_t acc_hdl; /* handle for memory */
74 caddr_t mem_va; /* CPU VA of memory */
75 uint32_t nslots; /* number of slots */
76 uint32_t size; /* size per slot */
77 size_t alength; /* allocated size */
79 ddi_dma_handle_t dma_hdl; /* DMA handle */
80 offset_t offset; /* relative to handle */
81 ddi_dma_cookie_t cookie; /* associated cookie */
82 uint32_t ncookies;
[all …]