Home
last modified time | relevance | path

Searched refs:SS_FLAG_WATCHDOG_IDLE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h187 #define SS_FLAG_WATCHDOG_IDLE 0x0010 macro
H A Dfcoei.c729 ss->ss_flags |= SS_FLAG_WATCHDOG_IDLE; in fcoei_watchdog()
738 ss->ss_flags &= ~SS_FLAG_WATCHDOG_IDLE; in fcoei_watchdog()
H A Dfcoei_eth.c147 if (FRM2SS(frm)->ss_flags & SS_FLAG_WATCHDOG_IDLE) { in fcoei_rx_frame()
190 if (FRM2SS(frm)->ss_flags & SS_FLAG_WATCHDOG_IDLE) { in fcoei_release_sol_frame()
H A Dfcoei_lv.c688 if (ss->ss_flags & SS_FLAG_WATCHDOG_IDLE) { in fcoei_transport()
745 if (ss->ss_flags & SS_FLAG_WATCHDOG_IDLE) { in fcoei_els_send()