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.c236 if (FRM2MAC(frm)->fm_ss->ss_flags & SS_FLAG_DOG_WAITING) {
H A Dfcoe.c1078 ss->ss_flags |= SS_FLAG_DOG_WAITING;
1080 ss->ss_flags &= ~SS_FLAG_DOG_WAITING;
/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);
763 atomic_and_32(&ss->ss_flags, ~SS_FLAG_DOG_WAITING);

Completed in 55 milliseconds