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 in struct:pmcs_hw
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c756 &pwp->fwlog_hndl, PMCS_FWLOG_SIZE,
1470 if (pwp->fwlog_hndl) {
1471 if (ddi_dma_unbind_handle(pwp->fwlog_hndl) != DDI_SUCCESS) {
1476 ddi_dma_free_handle(&pwp->fwlog_hndl);
1478 pwp->fwlog_hndl = 0;
H A Dpmcs_subr.c7661 ((pmcs_check_dma_handle(pwp->fwlog_hndl) != DDI_SUCCESS) ||

Completed in 84 milliseconds