Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_xcopy.c576 cmd->se_cmd_flags |= SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC; in target_xcopy_setup_pt_cmd()
722 src_cmd->se_cmd_flags &= ~SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC; in target_xcopy_write_destination()
732 se_cmd->se_cmd_flags &= ~SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC; in target_xcopy_write_destination()
798 xop->dst_pt_cmd->se_cmd.se_cmd_flags &= ~SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC; in target_xcopy_do_work()
Dtarget_core_transport.c1375 cmd->se_cmd_flags |= SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC; in transport_generic_map_mem_to_cmd()
2191 if (cmd->se_cmd_flags & SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC) { in transport_free_pages()
2347 if (!(cmd->se_cmd_flags & SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC) && in transport_generic_new_cmd()
/linux-4.4.14/include/target/
Dtarget_core_base.h137 SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC = 0x00020000, enumerator
/linux-4.4.14/drivers/infiniband/ulp/isert/
Dib_isert.c1299 cmd->se_cmd.se_cmd_flags |= SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC; in isert_handle_scsi_cmd()