Home
last modified time | relevance | path

Searched refs:CMD_T_COMPLETE (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dmac53c94.h84 #define CMD_T_COMPLETE 0x25 macro
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmac53c94.h84 #define CMD_T_COMPLETE 0x25 macro
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_tmr.c88 * If command already reached CMD_T_COMPLETE state within in __target_check_io_state()
98 if (se_cmd->transport_state & (CMD_T_COMPLETE | CMD_T_FABRIC_STOP)) { in __target_check_io_state()
H A Dtarget_core_transport.c864 cmd->transport_state |= (CMD_T_COMPLETE | CMD_T_ACTIVE); in target_complete_cmd()
2782 * - During regular command processing the target core sets CMD_T_COMPLETE
2785 * CMD_T_COMPLETE has been set.
2786 * - CMD_T_ABORTED is set atomically after the CMD_T_COMPLETE check for
2966 if (ts & CMD_T_COMPLETE) in target_ts_to_str()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_tmr.c79 * If command already reached CMD_T_COMPLETE state within in __target_check_io_state()
89 if (se_cmd->transport_state & (CMD_T_COMPLETE | CMD_T_FABRIC_STOP)) { in __target_check_io_state()
H A Dtarget_core_transport.c933 cmd->transport_state |= (CMD_T_COMPLETE | CMD_T_ACTIVE); in target_complete_cmd_with_sense()
2941 * - During regular command processing the target core sets CMD_T_COMPLETE
2944 * CMD_T_COMPLETE has been set.
2945 * - CMD_T_ABORTED is set atomically after the CMD_T_COMPLETE check for
3113 if (ts & CMD_T_COMPLETE) in target_ts_to_str()
/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target_tmr.c325 if (!(se_cmd->transport_state & CMD_T_COMPLETE)) { in iscsit_task_reassign_complete_read()
H A Discsi_target_erl1.c383 if (!(se_cmd->transport_state & CMD_T_COMPLETE)) { in iscsit_handle_recovery_datain()
/kernel/linux/linux-5.10/include/target/
H A Dtarget_core_base.h506 #define CMD_T_COMPLETE (1 << 2) macro
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_tmr.c325 if (!(se_cmd->transport_state & CMD_T_COMPLETE)) { in iscsit_task_reassign_complete_read()
H A Discsi_target_erl1.c383 if (!(se_cmd->transport_state & CMD_T_COMPLETE)) { in iscsit_handle_recovery_datain()
/kernel/linux/linux-6.6/include/target/
H A Dtarget_core_base.h514 #define CMD_T_COMPLETE (1 << 2) macro

Completed in 20 milliseconds