Searched refs:ac_pm_level (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c625 if (ata_ctlp->ac_pm_level != PM_LEVEL_D0) {
3532 ata_ctlp->ac_pm_level = PM_LEVEL_D0;
3600 if (ata_ctlp->ac_pm_level == PM_LEVEL_D0)
3612 ata_ctlp->ac_pm_level = PM_LEVEL_D0;
3633 if (ata_ctlp->ac_pm_level == PM_LEVEL_D3)
3642 ata_ctlp->ac_pm_level = PM_LEVEL_D3;
3669 if (ata_ctlp->ac_pm_level == level)
3676 ata_ctlp->ac_pm_level = PM_LEVEL_D0;
3682 ata_ctlp->ac_pm_level = PM_LEVEL_D3;
H A Data_common.h302 int ac_pm_level; member in struct:ata_ctl

Completed in 52 milliseconds