Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c331 if (!ha->pm_capable) { in ql_busy_notification()
385 if (!ha->pm_capable) { in ql_idle_notification()
H A Dql_api.c1288 ha->pm_capable = 1; in ql_attach()
1295 if (ha->pm_capable) { in ql_attach()
1300 ha->pm_capable = 0; in ql_attach()
1304 if (ha->pm_capable) { in ql_attach()
1305 ha->pm_capable = ql_enable_pm; in ql_attach()
1308 if (ha->pm_capable) { in ql_attach()
1663 if (ha->pm_capable) { in ql_attach()
1824 if (ha->pm_capable) { in ql_detach()
2082 if (ha == NULL || ha->pm_capable == 0) { in ql_power()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1571 uint8_t pm_capable; member