FCP_STATE_OFFLINE
pptr->port_state |= FCP_STATE_OFFLINE;
pptr->port_phys_state = FCP_STATE_OFFLINE;
pptr->port_state |= FCP_STATE_OFFLINE;
if (pptr->port_state & FCP_STATE_OFFLINE) {
if (pptr->port_state & (FCP_STATE_OFFLINE | FCP_STATE_ONLINING)) {
pptr->port_phys_state = FCP_STATE_OFFLINE;
if (pptr->port_state & (FCP_STATE_INIT | FCP_STATE_OFFLINE)) {
FCP_STATE_OFFLINE)) {
if (pptr->port_state & FCP_STATE_OFFLINE) {
if ((pptr->port_state & FCP_STATE_OFFLINE) && dev_cnt) {
pptr->port_state &= ~FCP_STATE_OFFLINE;
pptr->port_state |= FCP_STATE_OFFLINE;
pptr->port_state &= ~(FCP_STATE_INIT | FCP_STATE_OFFLINE);
ASSERT(pptr->port_state & FCP_STATE_OFFLINE);
if (pptr->port_state & (FCP_STATE_OFFLINE |