Home
last modified time | relevance | path

Searched refs:timer_flags (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c93 if (hba->timer_flags & EMLXS_TIMER_BUSY) { in emlxs_timer()
99 if (hba->timer_flags & EMLXS_TIMER_KILL) { in emlxs_timer()
102 hba->timer_flags |= EMLXS_TIMER_ENDED; in emlxs_timer()
108 hba->timer_flags |= (EMLXS_TIMER_BUSY | EMLXS_TIMER_STARTED); in emlxs_timer()
128 hba->timer_flags &= ~EMLXS_TIMER_BUSY; in emlxs_timer()
131 if (!(hba->timer_flags & EMLXS_TIMER_KILL)) { in emlxs_timer()
137 hba->timer_flags |= EMLXS_TIMER_ENDED; in emlxs_timer()
241 hba->timer_flags = 0; in emlxs_timer_start()
258 hba->timer_flags |= EMLXS_TIMER_KILL; in emlxs_timer_stop()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2018 uint32_t timer_flags; member