Searched refs:ULP_PORT_POWER_DOWN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h75 #define ULP_PORT_POWER_DOWN 0x04 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2609 ASSERT((ulp_port->port_dstate & ULP_PORT_POWER_DOWN) == 0);
2618 !(ulp_port->port_dstate & ULP_PORT_POWER_DOWN)) {
2685 ulp_port->port_dstate &= ~ULP_PORT_POWER_DOWN;
2805 ulp_port->port_dstate & ULP_PORT_POWER_DOWN) {
2866 ulp_port->port_dstate |= ULP_PORT_POWER_DOWN;

Completed in 69 milliseconds