Home
last modified time | relevance | path

Searched refs:pm_busy (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c337 ha->pm_busy++; in ql_busy_notification()
342 if (ha->pm_busy) { in ql_busy_notification()
343 ha->pm_busy--; in ql_busy_notification()
356 if (ha->pm_busy) { in ql_busy_notification()
357 ha->pm_busy--; in ql_busy_notification()
400 if (ha->pm_busy) { in ql_idle_notification()
401 ha->pm_busy--; in ql_idle_notification()
H A Dql_isr.c271 ha->pm_busy++; in ql_isr_aif()
550 if (ha->pm_busy) { in ql_isr_aif()
551 ha->pm_busy--; in ql_isr_aif()
H A Dql_api.c2418 if (ha->pm_busy || ((ha->task_daemon_flags & in ql_power()
10066 ha->pm_busy++; in ql_timer()
10179 if (ha->pm_busy) { in ql_timer()
10180 ha->pm_busy--; in ql_timer()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c7299 hba->pm_busy = 0; in emlxs_hba_attach()
11413 if (hba->pm_busy) { in emlxs_pm_busy_component()
11419 if (hba->pm_busy) { in emlxs_pm_busy_component()
11423 hba->pm_busy = 1; in emlxs_pm_busy_component()
11440 hba->pm_busy = 0; in emlxs_pm_busy_component()
11458 if (!hba->pm_busy) { in emlxs_pm_idle_component()
11464 if (!hba->pm_busy) { in emlxs_pm_idle_component()
11468 hba->pm_busy = 0; in emlxs_pm_idle_component()
11485 hba->pm_busy = 1; in emlxs_pm_idle_component()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2065 uint32_t pm_busy; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1819 uint32_t pm_busy; member