Lines Matching defs:state
1199 * Active/NonOptimized primary access state..
1501 /* Something's amiss if we're not in WRITE_PENDING state... */
2137 * command not authorized or supported. Change state and
2474 " is not in logged in state, ignoring request.\n");
3611 iscsit_immediate_queue(struct iscsi_conn *conn, struct iscsi_cmd *cmd, int state)
3615 switch (state) {
3642 cmd->iscsi_opcode, cmd->init_task_tag, state,
3660 u8 state;
3666 state = qr->state;
3669 ret = t->iscsit_immediate_queue(conn, cmd, state);
3678 iscsit_response_queue(struct iscsi_conn *conn, struct iscsi_cmd *cmd, int state)
3683 switch (state) {
3707 state = ISTATE_SEND_STATUS;
3744 state, conn->cid);
3750 switch (state) {
3789 u8 state;
3794 state = qr->state;
3797 ret = t->iscsit_response_queue(conn, cmd, state);
4079 * has been reset -> returned sleeping pre-handler state.