Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h386 ddi_dma_handle_t fwlog_hndl; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c756 &pwp->fwlog_hndl, PMCS_FWLOG_SIZE, in pmcs_attach()
1470 if (pwp->fwlog_hndl) { in pmcs_unattach()
1471 if (ddi_dma_unbind_handle(pwp->fwlog_hndl) != DDI_SUCCESS) { in pmcs_unattach()
1476 ddi_dma_free_handle(&pwp->fwlog_hndl); in pmcs_unattach()
1478 pwp->fwlog_hndl = 0; in pmcs_unattach()
H A Dpmcs_subr.c7665 ((pmcs_check_dma_handle(pwp->fwlog_hndl) != DDI_SUCCESS) || in pmcs_check_acc_dma_handle()