Searched refs:m_dma_hdl (Results 1 – 2 of 2) sorted by relevance
4237 &p->m_dma_hdl) != DDI_SUCCESS) { in mptsas_cache_frames_constructor()4245 if (ddi_dma_mem_alloc(p->m_dma_hdl, mem_size, &mpt->m_dev_acc_attr, in mptsas_cache_frames_constructor()4248 ddi_dma_free_handle(&p->m_dma_hdl); in mptsas_cache_frames_constructor()4249 p->m_dma_hdl = NULL; in mptsas_cache_frames_constructor()4255 if (ddi_dma_addr_bind_handle(p->m_dma_hdl, NULL, p->m_frames_addr, in mptsas_cache_frames_constructor()4259 ddi_dma_free_handle(&p->m_dma_hdl); in mptsas_cache_frames_constructor()4260 p->m_dma_hdl = NULL; in mptsas_cache_frames_constructor()4283 if (p->m_dma_hdl != NULL) { in mptsas_cache_frames_destructor()4284 (void) ddi_dma_unbind_handle(p->m_dma_hdl); in mptsas_cache_frames_destructor()4286 ddi_dma_free_handle(&p->m_dma_hdl); in mptsas_cache_frames_destructor()[all …]
264 ddi_dma_handle_t m_dma_hdl; member