Home
last modified time | relevance | path

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.c491 (!(port->fp_soft_state & FP_SOFT_NO_PMCOMP))) { in fp_detach()
612 ASSERT(!(port->fp_soft_state & FP_SOFT_NO_PMCOMP)); in fp_power()
613 if (port->fp_soft_state & FP_SOFT_NO_PMCOMP) { in fp_power()
1030 port->fp_soft_state |= FP_SOFT_NO_PMCOMP; in fp_attach_handler()
1206 port->fp_soft_state &= ~FP_SOFT_NO_PMCOMP; in fp_attach_handler()
1300 (!(port->fp_soft_state & FP_SOFT_NO_PMCOMP))) { in fp_resume_handler()
H A Dfctl.c6491 if (port->fp_soft_state & FP_SOFT_NO_PMCOMP) { in fctl_busy_port()