Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dfcloop.c800 struct scatterlist *io_sg, u32 offset, u32 length) in fcloop_fcp_copy_data() argument
805 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
806 io_len = io_sg->length; in fcloop_fcp_copy_data()
813 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
814 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
815 io_len = io_sg->length; in fcloop_fcp_copy_data()
836 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
837 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
838 io_len = io_sg->length; in fcloop_fcp_copy_data()