Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dddi_impldefs.h847 typedef struct ddi_dma_impl { struct
851 ulong_t dmai_mapping; /* mapping cookie */
860 uint_t dmai_size;
888 int (*dmai_fault_check)(struct ddi_dma_impl *handle); argument
889 void (*dmai_fault_notify)(struct ddi_dma_impl *handle); argument
898 * ddi_dma_impl portion that genunix (sunddi.c) depends on. x86 rootnex argument
901 typedef struct ddi_dma_impl { struct
917 int (*dmai_fault_check)(struct ddi_dma_impl *handle); argument
918 void (*dmai_fault_notify)(struct ddi_dma_impl *handle); argument
924 #error "struct ddi_dma_impl not defined for this architecture" argument