Home
last modified time | relevance | path

Searched refs:SCF_BIDI (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/target/
Dtarget_core_fabric.h228 if (se_cmd->se_cmd_flags & SCF_BIDI) in target_reverse_dma_direction()
Dtarget_core_base.h161 SCF_BIDI = 0x00000400, enumerator
/linux-4.1.27/drivers/target/
Dtarget_core_transport.c1428 se_cmd->se_cmd_flags |= SCF_BIDI; in target_submit_cmd_map_sgls()
1959 if (cmd->se_cmd_flags & SCF_BIDI) { in transport_complete_qf()
2122 if (cmd->se_cmd_flags & SCF_BIDI) { in target_complete_ok_work()
2340 if ((cmd->se_cmd_flags & SCF_BIDI) || in transport_generic_new_cmd()
Dtarget_core_pscsi.c979 if (cmd->se_cmd_flags & SCF_BIDI) in pscsi_parse_cdb()
Dtarget_core_sbc.c881 !(cmd->se_cmd_flags & SCF_BIDI)) in sbc_parse_cdb()
/linux-4.1.27/drivers/target/loopback/
Dtcm_loop.c152 se_cmd->se_cmd_flags |= SCF_BIDI; in tcm_loop_submission_work()