Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/target/
Dfcloop.c760 struct scatterlist *io_sg, u32 offset, u32 length) in fcloop_fcp_copy_data() argument
765 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
766 io_len = io_sg->length; in fcloop_fcp_copy_data()
773 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
774 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
775 io_len = io_sg->length; in fcloop_fcp_copy_data()
796 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
797 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
798 io_len = io_sg->length; in fcloop_fcp_copy_data()