Home
last modified time | relevance | path

Searched refs:FCP_STATE_INIT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h422 #define FCP_STATE_INIT 0x0001 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1562 if (pptr->port_state & (FCP_STATE_INIT | FCP_STATE_OFFLINE)) { in fcp_setup_device_data_ioctl()
2416 if (pptr->port_state & (FCP_STATE_INIT | in fcp_send_scsi_ioctl()
3055 if ((pptr->port_state & FCP_STATE_INIT) && pptr->port_tmp_cnt) { in fcp_get_statec_count()
4404 pptr->port_state |= FCP_STATE_INIT; in fcp_statec_callback()
4451 pptr->port_state &= ~(FCP_STATE_INIT | FCP_STATE_OFFLINE); in fcp_statec_callback()
4525 FCP_STATE_INIT)) { in fcp_statec_callback()
9840 pptr->port_state = FCP_STATE_INIT; in fcp_handle_port_attach()
12193 pptr->port_state = FCP_STATE_INIT; in fcp_handle_port_resume()