Home
last modified time | relevance | path

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

/linux-4.4.14/include/target/
Dtarget_core_fabric.h193 if (se_cmd->se_cmd_flags & SCF_BIDI) in target_reverse_dma_direction()
Dtarget_core_base.h131 SCF_BIDI = 0x00000400, enumerator
/linux-4.4.14/drivers/target/
Dtarget_core_user.c172 if (se_cmd->se_cmd_flags & SCF_BIDI) { in tcmu_alloc_cmd()
470 || se_cmd->se_cmd_flags & SCF_BIDI); in tcmu_queue_cmd_ring()
548 } else if (se_cmd->se_cmd_flags & SCF_BIDI) { in tcmu_handle_completion()
Dtarget_core_transport.c1445 se_cmd->se_cmd_flags |= SCF_BIDI; in target_submit_cmd_map_sgls()
1970 if (cmd->se_cmd_flags & SCF_BIDI) { in transport_complete_qf()
2126 if (cmd->se_cmd_flags & SCF_BIDI) { in target_complete_ok_work()
2350 if ((cmd->se_cmd_flags & SCF_BIDI) || in transport_generic_new_cmd()
Dtarget_core_pscsi.c984 if (cmd->se_cmd_flags & SCF_BIDI) in pscsi_parse_cdb()
Dtarget_core_sbc.c929 !(cmd->se_cmd_flags & SCF_BIDI)) in sbc_parse_cdb()
/linux-4.4.14/drivers/target/loopback/
Dtcm_loop.c148 se_cmd->se_cmd_flags |= SCF_BIDI; in tcm_loop_submission_work()