Searched refs:CMD_T_REQUEST_STOP (Results 1 – 2 of 2) sorted by relevance
492 #define CMD_T_REQUEST_STOP (1 << 8) macro
692 if (cmd->transport_state & CMD_T_REQUEST_STOP) { in target_complete_cmd()1638 cmd->transport_state |= CMD_T_REQUEST_STOP; in target_stop_cmd()1646 cmd->transport_state &= ~CMD_T_REQUEST_STOP; in target_stop_cmd()