Home
last modified time | relevance | path

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

/Linux-v4.19/include/target/
Dtarget_core_fabric.h203 if (se_cmd->se_cmd_flags & SCF_BIDI) in target_reverse_dma_direction()
Dtarget_core_base.h133 SCF_BIDI = 0x00000400, enumerator
/Linux-v4.19/drivers/target/
Dtarget_core_transport.c1557 se_cmd->se_cmd_flags |= SCF_BIDI; in target_submit_cmd_map_sgls()
2159 if (cmd->se_cmd_flags & SCF_BIDI) { in transport_complete_qf()
2350 if (cmd->se_cmd_flags & SCF_BIDI) { in target_complete_ok_work()
2526 if ((cmd->se_cmd_flags & SCF_BIDI) || in transport_generic_new_cmd()
Dtarget_core_user.c563 if (se_cmd->se_cmd_flags & SCF_BIDI) { in tcmu_cmd_get_data_length()
1054 || se_cmd->se_cmd_flags & SCF_BIDI); in queue_cmd_ring()
1062 if (se_cmd->se_cmd_flags & SCF_BIDI) { in queue_cmd_ring()
1171 if (se_cmd->se_cmd_flags & SCF_BIDI) { in tcmu_handle_completion()
Dtarget_core_pscsi.c979 if (cmd->se_cmd_flags & SCF_BIDI) in pscsi_parse_cdb()
Dtarget_core_sbc.c918 !(cmd->se_cmd_flags & SCF_BIDI)) in sbc_parse_cdb()
/Linux-v4.19/drivers/target/loopback/
Dtcm_loop.c136 se_cmd->se_cmd_flags |= SCF_BIDI; in tcm_loop_submission_work()