Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c330 if (!ha->pm_capable) { in ql_busy_notification()
388 if (!ha->pm_capable) { in ql_idle_notification()
H A Dql_api.c1455 ha->pm_capable = 1; in ql_attach()
1462 if (ha->pm_capable) { in ql_attach()
1467 ha->pm_capable = 0; in ql_attach()
1471 if (ha->pm_capable) { in ql_attach()
1472 ha->pm_capable = ql_enable_pm; in ql_attach()
1475 if (ha->pm_capable) { in ql_attach()
1913 if (ha->pm_capable) { in ql_attach()
2082 if (ha->pm_capable) { in ql_detach()
2327 if (ha == NULL || ha->pm_capable == 0) { in ql_power()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1821 uint8_t pm_capable; member