Searched refs:timer_flags (Results 1 – 2 of 2) sorted by relevance
93 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()
2004 uint32_t timer_flags; member