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.h442 int ahcictl_fm_cap; member in struct:ahci_ctl
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c3349 ahci_ctlp->ahcictl_fm_cap = ddi_getprop(DDI_DEV_T_ANY,
3356 if (ahci_ctlp->ahcictl_fm_cap) {
3366 * ahcictl_fm_cap will be updated to indicate
3370 &ahci_ctlp->ahcictl_fm_cap, &fm_ibc);
3372 if (ahci_ctlp->ahcictl_fm_cap == DDI_FM_NOT_CAPABLE) {
3381 if (DDI_FM_EREPORT_CAP(ahci_ctlp->ahcictl_fm_cap) ||
3382 DDI_FM_ERRCB_CAP(ahci_ctlp->ahcictl_fm_cap)) {
3389 if (DDI_FM_ERRCB_CAP(ahci_ctlp->ahcictl_fm_cap)) {
3406 if (ahci_ctlp->ahcictl_fm_cap) {
3410 if (DDI_FM_ERRCB_CAP(ahci_ctlp->ahcictl_fm_cap)) {
[all...]

Completed in 68 milliseconds