Searched refs:rsp_dma_handle (Results 1 – 2 of 2) sorted by relevance
152 ddi_dma_handle_t rsp_dma_handle; member315 ddi_dma_handle_t rsp_dma_handle; member
1882 DDI_DMA_DONTWAIT, NULL, &ptr->rsp_dma_handle) != DDI_SUCCESS) { in sf_add_cr_pool()1890 if (ddi_dma_mem_alloc(ptr->rsp_dma_handle, rsp_buf_size, in sf_add_cr_pool()1898 if (ddi_dma_addr_bind_handle(ptr->rsp_dma_handle, NULL, in sf_add_cr_pool()1966 if (ptr->rsp_dma_handle != NULL) { in sf_add_cr_pool()1968 (void) ddi_dma_unbind_handle(ptr->rsp_dma_handle); in sf_add_cr_pool()1970 ddi_dma_free_handle(&ptr->rsp_dma_handle); in sf_add_cr_pool()2121 (void) ddi_dma_unbind_handle(cp->rsp_dma_handle); in sf_crpool_free()2122 ddi_dma_free_handle(&cp->rsp_dma_handle); in sf_crpool_free()2725 (void) ddi_dma_sync(privp->rsp_dma_handle, (off_t)0, (size_t)0, in sf_els_callback()3009 ddi_dma_handle_t rsp_dma_handle = NULL; in sf_els_alloc() local[all …]