Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h568 uint32_t fp_bind_state; /* at bind time */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c498 port.fp_bind_state); in fcport()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1147 if (FC_PORT_STATE_MASK(port->fp_bind_state) == FC_STATE_OFFLINE || in fp_attach_handler()
1149 port->fp_bind_state = FC_STATE_OFFLINE; in fp_attach_handler()
1412 if (FC_PORT_STATE_MASK(port->fp_bind_state) == FC_STATE_OFFLINE) { in fp_resume_all()
7856 if (port->fp_bind_state == FC_STATE_OFFLINE) { in fp_fciocmd()
13848 port->fp_bind_state = port->fp_state = port_info->pi_port_state; in fp_bind_callbacks()
H A Dfctl.c2513 info.port_state = port->fp_bind_state; in fctl_attach_ulps()