Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_transport.c2918 if (!send_status || !(cmd->se_cmd_flags & SCF_SEND_DELAYED_TAS)) { in __transport_check_aborted_status()
2920 cmd->se_cmd_flags |= SCF_SEND_DELAYED_TAS; in __transport_check_aborted_status()
2927 cmd->se_cmd_flags &= ~SCF_SEND_DELAYED_TAS; in __transport_check_aborted_status()
2970 if (cmd->se_cmd_flags & SCF_SEND_DELAYED_TAS) { in transport_send_task_abort()
2974 cmd->se_cmd_flags |= SCF_SEND_DELAYED_TAS; in transport_send_task_abort()
/linux-4.4.14/include/target/
Dtarget_core_base.h135 SCF_SEND_DELAYED_TAS = 0x00004000, enumerator