Home
last modified time | relevance | path

Searched refs:SS_FLAG_TERMINATE_WATCHDOG (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c594 atomic_and_32(&ss->ss_flags, ~SS_FLAG_TERMINATE_WATCHDOG); in fcoet_attach_init()
606 atomic_or_32(&ss->ss_flags, SS_FLAG_TERMINATE_WATCHDOG); in fcoet_attach_init()
688 atomic_or_32(&ss->ss_flags, SS_FLAG_TERMINATE_WATCHDOG); in fcoet_detach_uninit()
734 while ((ss->ss_flags & SS_FLAG_TERMINATE_WATCHDOG) == 0) { in fcoet_watchdog()
H A Dfcoet.h149 #define SS_FLAG_TERMINATE_WATCHDOG 0x0010 macro
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.h110 #define SS_FLAG_TERMINATE_WATCHDOG 0x0020 macro
H A Dfcoe.c883 ss->ss_flags &= ~SS_FLAG_TERMINATE_WATCHDOG; in fcoe_attach_init()
921 ss->ss_flags |= SS_FLAG_TERMINATE_WATCHDOG; in fcoe_detach_uninit()
1066 while ((ss->ss_flags & SS_FLAG_TERMINATE_WATCHDOG) == 0) { in fcoe_watchdog()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h185 #define SS_FLAG_TERMINATE_WATCHDOG 0x0004 macro
H A Dfcoei.c600 ss->ss_flags |= SS_FLAG_TERMINATE_WATCHDOG; in fcoei_detach_uninit()
664 while (!(ss->ss_flags & SS_FLAG_TERMINATE_WATCHDOG)) { in fcoei_watchdog()