Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h631 int fp_pm_busy; /* port busy */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c550 mdb_printf(" fp_pm_busy : %d\n", port.fp_pm_busy); in fcport()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6506 port->fp_pm_busy++; in fctl_busy_port()
6512 port->fp_pm_busy--; in fctl_busy_port()
6524 port->fp_pm_busy--; in fctl_busy_port()
6556 port->fp_pm_busy--; in fctl_idle_port()
H A Dfp.c639 if (!port->fp_pm_busy && !port->fp_pm_busy_nocomp) { in fp_power()