Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dfcloop.c755 struct scatterlist *io_sg, u32 offset, u32 length) in fcloop_fcp_copy_data() argument
760 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
761 io_len = io_sg->length; in fcloop_fcp_copy_data()
768 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
769 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
770 io_len = io_sg->length; in fcloop_fcp_copy_data()
791 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
792 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
793 io_len = io_sg->length; in fcloop_fcp_copy_data()