Home
last modified time | relevance | path

Searched refs:fp_pm_busy_nocomp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h633 int fp_pm_busy_nocomp; /* busy (no comp) */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c552 port.fp_pm_busy_nocomp); in fcport()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6502 port->fp_pm_busy_nocomp++; in fctl_busy_port()
6550 if (port->fp_pm_busy_nocomp > 0) { in fctl_idle_port()
6551 port->fp_pm_busy_nocomp--; in fctl_idle_port()
H A Dfp.c639 if (!port->fp_pm_busy && !port->fp_pm_busy_nocomp) { in fp_power()