Lines Matching refs:state
179 * state mutex to avoid dereferencing the IB device which
196 if (unlikely(iser_conn->state != ISER_CONN_UP)) {
454 * state is not UP (teardown already started).
482 if (iser_conn->state != ISER_CONN_UP) {
484 iser_err("iser_conn %p state is %d, teardown started\n",
485 iser_conn, iser_conn->state);
535 * handle, so we call it under iser the state lock to protect against
638 if (iser_conn->state != ISER_CONN_UP) {
843 * or more likely iser connection state transitioned to TEMINATING or
857 if (iser_conn->state == ISER_CONN_TERMINATING ||
858 iser_conn->state == ISER_CONN_DOWN)
903 iser_conn->state = ISER_CONN_DOWN;