Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c4180 &p->m_dma_hdl) != DDI_SUCCESS) { in mptsas_cache_frames_constructor()
4191 ddi_dma_free_handle(&p->m_dma_hdl); in mptsas_cache_frames_constructor()
4192 p->m_dma_hdl = NULL; in mptsas_cache_frames_constructor()
4202 ddi_dma_free_handle(&p->m_dma_hdl); in mptsas_cache_frames_constructor()
4203 p->m_dma_hdl = NULL; in mptsas_cache_frames_constructor()
4226 if (p->m_dma_hdl != NULL) { in mptsas_cache_frames_destructor()
4227 (void) ddi_dma_unbind_handle(p->m_dma_hdl); in mptsas_cache_frames_destructor()
4229 ddi_dma_free_handle(&p->m_dma_hdl); in mptsas_cache_frames_destructor()
4232 p->m_dma_hdl = NULL; in mptsas_cache_frames_destructor()
4748 (void) ddi_dma_sync(p->m_dma_hdl, 0, 0, DDI_DMA_SYNC_FORDEV); in mptsas_sge_chain()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h264 ddi_dma_handle_t m_dma_hdl; member