Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h427 #define FCP_STATE_ONLINING 0x0020 macro
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2415 } else if (pptr->port_state & FCP_STATE_ONLINING) { in fcp_send_scsi_ioctl()
4413 ~(FCP_STATE_ONLINING | FCP_STATE_ONLINE); in fcp_statec_callback()
4447 pptr->port_state |= FCP_STATE_ONLINING; in fcp_statec_callback()
4463 pptr->port_state &= ~FCP_STATE_ONLINING; in fcp_statec_callback()
8037 if ((pptr->port_state & FCP_STATE_ONLINING) && in fcp_finish_init()
8040 pptr->port_state &= ~FCP_STATE_ONLINING; in fcp_finish_init()
10323 pptr->port_state &= ~(FCP_STATE_ONLINING | FCP_STATE_ONLINE); in fcp_handle_port_detach()
11142 (pptr->port_state & (FCP_STATE_ONLINING | FCP_STATE_IN_CB_DEVC)) || in fcp_scsi_start()
12133 if (pptr->port_state & (FCP_STATE_OFFLINE | FCP_STATE_ONLINING)) { in fcp_linkreset()
14509 (!(pptr->port_state & FCP_STATE_ONLINING))) { in fcp_retransport_cmd()