Searched refs:cip_handles (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_sata.c645 if (ddi_dma_sync(pwp->cip_handles, 0, 0,
716 if (ddi_dma_sync(pwp->cip_handles, 0, 0,
H A Dpmcs_nvram.c733 if (ddi_dma_sync(pwp->cip_handles, 0, 0,
840 if (ddi_dma_sync(pwp->cip_handles, 0, 0,
H A Dpmcs_attach.c730 &pwp->cip_handles, ptob(1), (caddr_t *)&pwp->cip,
1480 if (pwp->cip_handles) {
1481 if (ddi_dma_unbind_handle(pwp->cip_handles) != DDI_SUCCESS) {
1486 ddi_dma_free_handle(&pwp->cip_handles);
1488 pwp->cip_handles = 0;
H A Dpmcs_subr.c6460 if (ddi_dma_sync(pwp->cip_handles, 0, 0, DDI_DMA_SYNC_FORKERNEL) !=
6477 if (ddi_dma_sync(pwp->cip_handles, 0, 0, DDI_DMA_SYNC_FORKERNEL) !=
6690 if (ddi_dma_sync(pwp->cip_handles, 0, 0, DDI_DMA_SYNC_FORDEV) !=
6715 if (ddi_dma_sync(pwp->cip_handles, 0, 0, DDI_DMA_SYNC_FORDEV) !=
7655 if ((pmcs_check_dma_handle(pwp->cip_handles) != DDI_SUCCESS) ||
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_iomb.h701 if (ddi_dma_sync(hwp->cip_handles, 0, 0, \
717 if (ddi_dma_sync(hwp->cip_handles, 0, 0, \
H A Dpmcs.h385 ddi_dma_handle_t cip_handles; member in struct:pmcs_hw

Completed in 89 milliseconds