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