Home
last modified time | relevance | path

Searched refs:ahcictl_fm_cap (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h456 int ahcictl_fm_cap; member
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c3454 ahci_ctlp->ahcictl_fm_cap = ddi_getprop(DDI_DEV_T_ANY, in ahci_fm_init()
3461 if (ahci_ctlp->ahcictl_fm_cap) { in ahci_fm_init()
3475 &ahci_ctlp->ahcictl_fm_cap, &fm_ibc); in ahci_fm_init()
3486 if (DDI_FM_EREPORT_CAP(ahci_ctlp->ahcictl_fm_cap) || in ahci_fm_init()
3487 DDI_FM_ERRCB_CAP(ahci_ctlp->ahcictl_fm_cap)) { in ahci_fm_init()
3494 if (DDI_FM_ERRCB_CAP(ahci_ctlp->ahcictl_fm_cap)) { in ahci_fm_init()
3511 if (ahci_ctlp->ahcictl_fm_cap) { in ahci_fm_fini()
3515 if (DDI_FM_ERRCB_CAP(ahci_ctlp->ahcictl_fm_cap)) { in ahci_fm_fini()
3522 if (DDI_FM_EREPORT_CAP(ahci_ctlp->ahcictl_fm_cap) || in ahci_fm_fini()
3523 DDI_FM_ERRCB_CAP(ahci_ctlp->ahcictl_fm_cap)) { in ahci_fm_fini()
[all …]