Home
last modified time | relevance | path

Searched refs:SCF_SEND_DELAYED_TAS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_transport.c3045 if (!send_status || !(cmd->se_cmd_flags & SCF_SEND_DELAYED_TAS)) { in __transport_check_aborted_status()
3047 cmd->se_cmd_flags |= SCF_SEND_DELAYED_TAS; in __transport_check_aborted_status()
3055 cmd->se_cmd_flags &= ~SCF_SEND_DELAYED_TAS; in __transport_check_aborted_status()
3098 if (cmd->se_cmd_flags & SCF_SEND_DELAYED_TAS) { in transport_send_task_abort()
3102 cmd->se_cmd_flags |= SCF_SEND_DELAYED_TAS; in transport_send_task_abort()
/linux-4.1.27/include/target/
Dtarget_core_base.h165 SCF_SEND_DELAYED_TAS = 0x00004000, enumerator