Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h427 #define FCP_STATE_ONLINING 0x0020 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2419 } else if (pptr->port_state & FCP_STATE_ONLINING) { in fcp_send_scsi_ioctl()
4418 ~(FCP_STATE_ONLINING | FCP_STATE_ONLINE); in fcp_statec_callback()
4452 pptr->port_state |= FCP_STATE_ONLINING; in fcp_statec_callback()
4468 pptr->port_state &= ~FCP_STATE_ONLINING; in fcp_statec_callback()
8042 if ((pptr->port_state & FCP_STATE_ONLINING) && in fcp_finish_init()
8045 pptr->port_state &= ~FCP_STATE_ONLINING; in fcp_finish_init()
10312 pptr->port_state &= ~(FCP_STATE_ONLINING | FCP_STATE_ONLINE); in fcp_handle_port_detach()
11131 (pptr->port_state & (FCP_STATE_ONLINING | FCP_STATE_IN_CB_DEVC)) || in fcp_scsi_start()
12122 if (pptr->port_state & (FCP_STATE_OFFLINE | FCP_STATE_ONLINING)) { in fcp_linkreset()
14496 (!(pptr->port_state & FCP_STATE_ONLINING))) { in fcp_retransport_cmd()