Searched refs:SS_FLAG_WATCHDOG_RUNNING (Results 1 – 6 of 6) sorted by relevance
597 while ((ss->ss_flags & SS_FLAG_WATCHDOG_RUNNING) == 0) { in fcoet_attach_init()605 if (ss->ss_flags & SS_FLAG_WATCHDOG_RUNNING) { in fcoet_attach_init()608 while (ss->ss_flags & SS_FLAG_WATCHDOG_RUNNING) { in fcoet_attach_init()687 if (ss->ss_flags & SS_FLAG_WATCHDOG_RUNNING) { in fcoet_detach_uninit()690 while (ss->ss_flags & SS_FLAG_WATCHDOG_RUNNING) { in fcoet_detach_uninit()731 atomic_or_32(&ss->ss_flags, SS_FLAG_WATCHDOG_RUNNING); in fcoet_watchdog()775 atomic_and_32(&ss->ss_flags, ~SS_FLAG_WATCHDOG_RUNNING); in fcoet_watchdog()
150 #define SS_FLAG_WATCHDOG_RUNNING 0x0020 macro
556 while (!(ss->ss_flags & SS_FLAG_WATCHDOG_RUNNING)) { in fcoei_attach_init()599 if (ss->ss_flags & SS_FLAG_WATCHDOG_RUNNING) { in fcoei_detach_uninit()657 ss->ss_flags |= SS_FLAG_WATCHDOG_RUNNING; in fcoei_watchdog()750 ss->ss_flags &= ~SS_FLAG_WATCHDOG_RUNNING; in fcoei_watchdog()
186 #define SS_FLAG_WATCHDOG_RUNNING 0x0008 macro
886 while ((ss->ss_flags & SS_FLAG_WATCHDOG_RUNNING) == 0) { in fcoe_attach_init()919 if (ss->ss_flags & SS_FLAG_WATCHDOG_RUNNING) { in fcoe_detach_uninit()924 while (ss->ss_flags & SS_FLAG_WATCHDOG_RUNNING) { in fcoe_detach_uninit()1065 ss->ss_flags |= SS_FLAG_WATCHDOG_RUNNING; in fcoe_watchdog()1083 ss->ss_flags &= ~SS_FLAG_WATCHDOG_RUNNING; in fcoe_watchdog()
111 #define SS_FLAG_WATCHDOG_RUNNING 0x0040 macro