Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/target/
Dfcloop.c537 struct scatterlist *io_sg, u32 offset, u32 length) in fcloop_fcp_copy_data() argument
542 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
543 io_len = io_sg->length; in fcloop_fcp_copy_data()
550 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
551 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
552 io_len = io_sg->length; in fcloop_fcp_copy_data()
573 io_sg = sg_next(io_sg); in fcloop_fcp_copy_data()
574 io_p = sg_virt(io_sg); in fcloop_fcp_copy_data()
575 io_len = io_sg->length; in fcloop_fcp_copy_data()