Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/target/
Dfcloop.c562 struct scatterlist *io_sg, u32 offset, u32 length) in fcloop_fcp_copy_data() argument
567 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
568 io_len = io_sg->length; in fcloop_fcp_copy_data()
575 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
576 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
577 io_len = io_sg->length; in fcloop_fcp_copy_data()
598 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
599 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
600 io_len = io_sg->length; in fcloop_fcp_copy_data()