Home
last modified time | relevance | path

Searched refs:SS_FLAG_DOG_WAITING (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.h112 #define SS_FLAG_DOG_WAITING 0x0080 macro
H A Dfcoe_fc.c239 if (FRM2MAC(frm)->fm_ss->ss_flags & SS_FLAG_DOG_WAITING) { in fcoe_tx_frame()
H A Dfcoe.c1078 ss->ss_flags |= SS_FLAG_DOG_WAITING; in fcoe_watchdog()
1080 ss->ss_flags &= ~SS_FLAG_DOG_WAITING; in fcoe_watchdog()
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h151 #define SS_FLAG_DOG_WAITING 0x0040 macro
H A Dfcoet.c760 atomic_or_32(&ss->ss_flags, SS_FLAG_DOG_WAITING); in fcoet_watchdog()
763 atomic_and_32(&ss->ss_flags, ~SS_FLAG_DOG_WAITING); in fcoet_watchdog()