Lines Matching refs:skc_dhandle
848 burstsize = ddi_dma_burstsizes(socalp->request[0].skc_dhandle); in socal_attach()
859 if (ddi_dma_set_sbus64(socalp->request[0].skc_dhandle, in socal_attach()
866 skc_dhandle); in socal_attach()
1037 if (socalp->request[i].skc_dhandle) { in socal_dodetach()
1039 request[i].skc_dhandle); in socal_dodetach()
1040 ddi_dma_free_handle(&socalp->request[i].skc_dhandle); in socal_dodetach()
1047 if (socalp->response[i].skc_dhandle) { in socal_dodetach()
1049 response[i].skc_dhandle); in socal_dodetach()
1050 ddi_dma_free_handle(&socalp->response[i].skc_dhandle); in socal_dodetach()
1909 &cqp->skc_dhandle) != DDI_SUCCESS) { in socal_cqalloc_init()
1915 if (ddi_dma_mem_alloc(cqp->skc_dhandle, in socal_cqalloc_init()
1934 if (ddi_dma_addr_bind_handle(cqp->skc_dhandle, in socal_cqalloc_init()
1953 socalp->request[index].skc_dhandle = 0; in socal_cqalloc_init()
1963 &cqp->skc_dhandle) != DDI_SUCCESS) { in socal_cqalloc_init()
1969 if (ddi_dma_mem_alloc(cqp->skc_dhandle, in socal_cqalloc_init()
1989 if (ddi_dma_addr_bind_handle(cqp->skc_dhandle, in socal_cqalloc_init()
2008 socalp->response[index].skc_dhandle = 0; in socal_cqalloc_init()
2018 if (socalp->request[index].skc_dhandle) { in socal_cqalloc_init()
2021 request[index].skc_dhandle); in socal_cqalloc_init()
2022 ddi_dma_free_handle(&socalp->request[index].skc_dhandle); in socal_cqalloc_init()
2027 if (socalp->response[index].skc_dhandle) { in socal_cqalloc_init()
2030 response[index].skc_dhandle); in socal_cqalloc_init()
2031 ddi_dma_free_handle(&socalp->response[index].skc_dhandle); in socal_cqalloc_init()
2036 socalp->request[index].skc_dhandle = NULL; in socal_cqalloc_init()
2037 socalp->response[index].skc_dhandle = NULL; in socal_cqalloc_init()
2731 (void) ddi_dma_sync(kcq->skc_dhandle, (int)((caddr_t)sp - in socal_cq_enque()
3342 (void) ddi_dma_sync(kcq->skc_dhandle, 0, 0, in socal_intr_solicited()
3643 (void) ddi_dma_sync(kcq->skc_dhandle, 0, 0, in socal_intr_unsolicited()