Home
last modified time | relevance | path

Searched refs:sf_lilp_dmahandle (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h110 ddi_dma_handle_t sf_lilp_dmahandle; member
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c588 sf_lilp_dmahandle) != DDI_SUCCESS) { in sf_attach()
595 if (ddi_dma_mem_alloc(sf->sf_lilp_dmahandle, in sf_attach()
612 if (ddi_dma_addr_bind_handle(sf->sf_lilp_dmahandle, NULL, in sf_attach()
864 if (sf->sf_lilp_dmahandle != NULL) { in sf_attach()
866 (void) ddi_dma_unbind_handle(sf->sf_lilp_dmahandle); in sf_attach()
868 ddi_dma_free_handle(&sf->sf_lilp_dmahandle); in sf_attach()
1098 (void) ddi_dma_unbind_handle(sf->sf_lilp_dmahandle); in sf_detach()
1099 if (sf->sf_lilp_dmahandle != NULL) { in sf_detach()
1100 ddi_dma_free_handle(&sf->sf_lilp_dmahandle); in sf_detach()
2257 (void) ddi_dma_sync(sf->sf_lilp_dmahandle, (off_t)0, (size_t)0, in sf_statec_callback()