Home
last modified time | relevance | path

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

/drivers/nvme/target/
Dfabrics-cmd.c156 status = nvmet_copy_from_sgl(req, 0, d, sizeof(*d)); in nvmet_execute_admin_connect()
220 status = nvmet_copy_from_sgl(req, 0, d, sizeof(*d)); in nvmet_execute_io_connect()
Dio-cmd-bdev.c251 status = nvmet_copy_from_sgl(req, i * sizeof(range), &range, in nvmet_bdev_execute_discard()
Dio-cmd-file.c290 status = nvmet_copy_from_sgl(req, i * sizeof(range), &range, in nvmet_file_execute_discard()
Dnvmet.h432 u16 nvmet_copy_from_sgl(struct nvmet_req *req, off_t off, void *buf,
Dcore.c98 u16 nvmet_copy_from_sgl(struct nvmet_req *req, off_t off, void *buf, size_t len) in nvmet_copy_from_sgl() function