Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c99 if (hba->timer_flags & EMLXS_TIMER_KILL) { in emlxs_timer()
131 if (!(hba->timer_flags & EMLXS_TIMER_KILL)) { in emlxs_timer()
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.h2021 #define EMLXS_TIMER_KILL 0x0000004 macro