Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_transport.c3268 if (!send_status || !(cmd->se_cmd_flags & SCF_SEND_DELAYED_TAS)) { in __transport_check_aborted_status()
3270 cmd->se_cmd_flags |= SCF_SEND_DELAYED_TAS; in __transport_check_aborted_status()
3277 cmd->se_cmd_flags &= ~SCF_SEND_DELAYED_TAS; in __transport_check_aborted_status()
3323 if (cmd->se_cmd_flags & SCF_SEND_DELAYED_TAS) { in transport_send_task_abort()
3327 cmd->se_cmd_flags |= SCF_SEND_DELAYED_TAS; in transport_send_task_abort()
/Linux-v4.19/include/target/
Dtarget_core_base.h137 SCF_SEND_DELAYED_TAS = 0x00004000, enumerator