Searched refs:FP_EXCL_BUSY (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfp.h224 #define FP_EXCL_BUSY 0x04 /* Exclusive operation in progress */ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7275 if (port->fp_flag & FP_EXCL_BUSY) {
7280 port->fp_flag |= FP_EXCL_BUSY;
9671 if (port->fp_flag & FP_EXCL_BUSY) {
9672 port->fp_flag &= ~FP_EXCL_BUSY;
13746 * in the FP_EXCL_BUSY bit of fp_flag.

Completed in 66 milliseconds