Searched refs:FP_SOFT_NO_PMCOMP (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h103 #define FP_SOFT_NO_PMCOMP 0x0800 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c490 (!(port->fp_soft_state & FP_SOFT_NO_PMCOMP))) {
611 ASSERT(!(port->fp_soft_state & FP_SOFT_NO_PMCOMP));
612 if (port->fp_soft_state & FP_SOFT_NO_PMCOMP) {
1029 port->fp_soft_state |= FP_SOFT_NO_PMCOMP;
1199 * Don't unset the FP_SOFT_NO_PMCOMP flag until after
1205 port->fp_soft_state &= ~FP_SOFT_NO_PMCOMP;
1299 (!(port->fp_soft_state & FP_SOFT_NO_PMCOMP))) {
H A Dfctl.c6485 if (port->fp_soft_state & FP_SOFT_NO_PMCOMP) {

Completed in 79 milliseconds