Home
last modified time | relevance | path

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

/drivers/nvme/target/
Dfcloop.c752 struct scatterlist *io_sg, u32 offset, u32 length) in fcloop_fcp_copy_data() argument
757 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
758 io_len = io_sg->length; in fcloop_fcp_copy_data()
765 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
766 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
767 io_len = io_sg->length; in fcloop_fcp_copy_data()
788 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
789 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
790 io_len = io_sg->length; in fcloop_fcp_copy_data()