Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h568 uint32_t fp_bind_state; /* at bind time */ member
/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c495 port.fp_bind_state); in fcport()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1146 if (FC_PORT_STATE_MASK(port->fp_bind_state) == FC_STATE_OFFLINE || in fp_attach_handler()
1148 port->fp_bind_state = FC_STATE_OFFLINE; in fp_attach_handler()
1411 if (FC_PORT_STATE_MASK(port->fp_bind_state) == FC_STATE_OFFLINE) { in fp_resume_all()
7855 if (port->fp_bind_state == FC_STATE_OFFLINE) { in fp_fciocmd()
13844 port->fp_bind_state = port->fp_state = port_info->pi_port_state; in fp_bind_callbacks()
H A Dfctl.c2512 info.port_state = port->fp_bind_state; in fctl_attach_ulps()