Searched refs:CMD_T_STOP (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/target/
H A Dtarget_core_transport.c731 * function. CMD_T_STOP is set if and only if another thread is waiting
743 if (cmd->transport_state & CMD_T_STOP) {
744 pr_debug("%s:%d CMD_T_STOP for ITT: 0x%08llx\n",
895 } else if (cmd->transport_state & CMD_T_STOP) {
2855 if (cmd->transport_state & CMD_T_STOP &&
2857 pr_debug("%s:%d CMD_T_STOP for ITT: 0x%08llx\n",
2888 stop = (cmd->transport_state & (CMD_T_STOP | CMD_T_ABORTED));
2892 pr_debug("%s:%d CMD_T_STOP|CMD_T_ABORTED for ITT: 0x%08llx\n",
3119 if (ts & CMD_T_STOP)
3271 cmd->transport_state |= CMD_T_STOP;
[all...]
H A Dtarget_core_sbc.c463 (CMD_T_ABORTED | CMD_T_STOP)));
/linux-master/include/target/
H A Dtarget_core_base.h525 #define CMD_T_STOP (1 << 5) macro

Completed in 203 milliseconds