Home
last modified time | relevance | path

Searched refs:regdump_hndl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h387 ddi_dma_handle_t regdump_hndl; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c774 &pwp->regdump_hndl, PMCS_FLASH_CHUNK_SIZE, in pmcs_attach()
1460 if (pwp->regdump_hndl) { in pmcs_unattach()
1461 if (ddi_dma_unbind_handle(pwp->regdump_hndl) != DDI_SUCCESS) { in pmcs_unattach()
1466 ddi_dma_free_handle(&pwp->regdump_hndl); in pmcs_unattach()
1468 pwp->regdump_hndl = 0; in pmcs_unattach()
H A Dpmcs_subr.c7670 if (pwp->regdump_hndl && pwp->regdump_acchdl && in pmcs_check_acc_dma_handle()
7671 ((pmcs_check_dma_handle(pwp->regdump_hndl) != DDI_SUCCESS) || in pmcs_check_acc_dma_handle()