Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c93 if (hba->timer_flags & EMLXS_TIMER_BUSY) { 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()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2006 #define EMLXS_TIMER_BUSY 0x0000002 macro