Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dfcloop.c750 struct scatterlist *io_sg, u32 offset, u32 length) in fcloop_fcp_copy_data() argument
755 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
756 io_len = io_sg->length; in fcloop_fcp_copy_data()
763 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
764 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
765 io_len = io_sg->length; in fcloop_fcp_copy_data()
786 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
787 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
788 io_len = io_sg->length; in fcloop_fcp_copy_data()