Lines Matching refs:state
192 * state mutex to avoid dereferencing the IB device which
203 if (unlikely(iser_conn->state != ISER_CONN_UP))
450 * state is not UP (teardown already started).
476 if (iser_conn->state != ISER_CONN_UP) {
478 iser_err("iser_conn %p state is %d, teardown started\n",
479 iser_conn, iser_conn->state);
528 * handle, so we call it under iser the state lock to protect against
635 if (iser_conn->state != ISER_CONN_UP) {
839 * or more likely iser connection state transitioned to TEMINATING or
852 if (iser_conn->state == ISER_CONN_TERMINATING ||
853 iser_conn->state == ISER_CONN_DOWN)
897 iser_conn->state = ISER_CONN_DOWN;