Searched refs:fp_pm_level (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h628 int fp_pm_level; /* power level */ member in struct:fc_local_port
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c546 mdb_printf(" fp_pm_level : %d\n", port.fp_pm_level);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c588 port->fp_pm_level = FP_PM_PORT_UP;
595 ASSERT(port->fp_pm_level == FP_PM_PORT_DOWN);
597 port->fp_pm_level = FP_PM_PORT_UP;
600 port->fp_pm_level = FP_PM_PORT_DOWN;
603 port->fp_pm_level = FP_PM_PORT_UP;
632 port->fp_pm_level = FP_PM_PORT_DOWN;
639 port->fp_pm_level = FP_PM_PORT_DOWN;
643 port->fp_pm_level = FP_PM_PORT_UP;
795 ASSERT(port->fp_pm_level == FP_PM_PORT_UP);
1186 port->fp_pm_level
[all...]
H A Dfctl.c6512 if (port->fp_pm_level == FP_PM_PORT_DOWN) {

Completed in 88 milliseconds