Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h110 ddi_dma_handle_t sf_lilp_dmahandle; member
/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c586 sf_lilp_dmahandle) != DDI_SUCCESS) { in sf_attach()
593 if (ddi_dma_mem_alloc(sf->sf_lilp_dmahandle, in sf_attach()
610 if (ddi_dma_addr_bind_handle(sf->sf_lilp_dmahandle, NULL, in sf_attach()
862 if (sf->sf_lilp_dmahandle != NULL) { in sf_attach()
864 (void) ddi_dma_unbind_handle(sf->sf_lilp_dmahandle); in sf_attach()
866 ddi_dma_free_handle(&sf->sf_lilp_dmahandle); in sf_attach()
1096 (void) ddi_dma_unbind_handle(sf->sf_lilp_dmahandle); in sf_detach()
1097 if (sf->sf_lilp_dmahandle != NULL) { in sf_detach()
1098 ddi_dma_free_handle(&sf->sf_lilp_dmahandle); in sf_detach()
2255 (void) ddi_dma_sync(sf->sf_lilp_dmahandle, (off_t)0, (size_t)0, in sf_statec_callback()