Home
last modified time | relevance | path

Searched refs:dmai_fault_notify (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h899 void (*dmai_fault_notify)(struct ddi_dma_impl *handle); member
930 void (*dmai_fault_notify)(struct ddi_dma_impl *handle); member
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.h75 void (*dmai_fault_notify)(struct ddi_dma_impl *handle); member
H A Dpx_dma.c109 mp->dmai_fault_notify = NULL; in px_dma_allocmp()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h77 void (*dmai_fault_notify)(struct ddi_dma_impl *handle); member
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx.c672 mp->dmai_fault_notify = NULL; in niumx_dma_allochdl()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c299 mp->dmai_fault_notify = NULL; in pci_dma_allocmp()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h150 #define QL_CLEAR_DMA_HANDLE(x) ((ddi_dma_impl_t *)x)->dmai_fault_notify = 0; \
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c7243 if ((notify = hp->dmai_fault_notify) != NULL) in i_ddi_dma_set_fault()
7256 if ((notify = hp->dmai_fault_notify) != NULL) in i_ddi_dma_clr_fault()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c2651 hp->dmai_fault_notify = NULL; in rootnex_clean_dmahdl()