Home
last modified time | relevance | path

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

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