Home
last modified time | relevance | path

Searched refs:SCF_SE_LUN_CMD (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/target/
Dtarget_core_device.c87 se_cmd->se_cmd_flags |= SCF_SE_LUN_CMD; in transport_lookup_cmd_lun()
120 se_cmd->se_cmd_flags |= SCF_SE_LUN_CMD; in transport_lookup_cmd_lun()
164 se_cmd->se_cmd_flags |= SCF_SE_LUN_CMD; in transport_lookup_tmr_lun()
Dtarget_core_xcopy.c542 cmd->se_cmd_flags |= SCF_SE_LUN_CMD; in target_xcopy_setup_pt_cmd()
Dtarget_core_transport.c2881 if (cmd->se_cmd_flags & SCF_SE_LUN_CMD) { in transport_generic_free_cmd()
3147 if (!(cmd->se_cmd_flags & SCF_SE_LUN_CMD) && in __transport_wait_for_tasks()
/Linux-v5.15/include/target/
Dtarget_core_base.h136 SCF_SE_LUN_CMD = (1 << 6), enumerator