Home
last modified time | relevance | path

Searched refs:port_dstate (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c154 ulp_ports::port_dstate))
2448 ASSERT((ulp_port->port_dstate & ULP_PORT_ATTACH) == 0); in fctl_remove_port()
2604 if (ulp_port->port_dstate & ULP_PORT_ATTACH) { in fctl_pre_attach()
2610 ASSERT((ulp_port->port_dstate & ULP_PORT_POWER_DOWN) == 0); in fctl_pre_attach()
2611 if (!(ulp_port->port_dstate & ULP_PORT_ATTACH) || in fctl_pre_attach()
2612 !(ulp_port->port_dstate & ULP_PORT_SUSPEND)) { in fctl_pre_attach()
2618 if (!(ulp_port->port_dstate & ULP_PORT_ATTACH) || in fctl_pre_attach()
2619 !(ulp_port->port_dstate & ULP_PORT_POWER_DOWN)) { in fctl_pre_attach()
2626 ulp_port->port_dstate |= ULP_PORT_BUSY; in fctl_pre_attach()
2644 ulp_port->port_dstate &= ~ULP_PORT_BUSY; in fctl_post_attach()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h82 int port_dstate; member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c405 ulp_port.port_dstate, in ulpmods()