Home
last modified time | relevance | path

Searched refs:xop_data_sg (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_xcopy.c564 if (transport_generic_map_mem_to_cmd(cmd, xop->xop_data_sg, in target_xcopy_setup_pt_cmd()
629 " memory\n", xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_read_source()
727 target_free_sgl(xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_do_work()
728 rc = target_alloc_sgl(&xop->xop_data_sg, in target_xcopy_do_work()
765 target_free_sgl(xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_do_work()
779 target_free_sgl(xop->xop_data_sg, xop->xop_data_nents); in target_xcopy_do_work()
H A Dtarget_core_xcopy.h40 struct scatterlist *xop_data_sg; member