Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h855 typedef struct ddi_dma_impl { struct
859 ulong_t dmai_mapping; /* mapping cookie */
868 uint_t dmai_size;
873 off_t dmai_offset;
898 int (*dmai_fault_check)(struct ddi_dma_impl *handle); argument
899 void (*dmai_fault_notify)(struct ddi_dma_impl *handle); argument
908 * ddi_dma_impl portion that genunix (sunddi.c) depends on. x86 rootnex argument
911 typedef struct ddi_dma_impl { struct
929 int (*dmai_fault_check)(struct ddi_dma_impl *handle); argument
930 void (*dmai_fault_notify)(struct ddi_dma_impl *handle); argument
[all …]