Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c3508 ibcm_conn_state_t stored_state; in ibcm_timeout_cb() local
3549 stored_state = statep->timer_stored_state; in ibcm_timeout_cb()
3554 if (stored_state == IBCM_STATE_REQ_SENT) { in ibcm_timeout_cb()
3559 } else if (stored_state == IBCM_STATE_REP_WAIT) { in ibcm_timeout_cb()
3564 } else if (stored_state == IBCM_STATE_REP_SENT) { in ibcm_timeout_cb()
3569 } else if (stored_state == IBCM_STATE_MRA_REP_RCVD) { in ibcm_timeout_cb()
3577 } else if (stored_state == IBCM_STATE_DREQ_SENT) { in ibcm_timeout_cb()