Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/target/
Dpassthru.c49 status = nvmet_copy_from_sgl(req, 0, data, NVME_IDENTIFY_DATA_SIZE); in nvmet_passthru_override_id_descs()
93 status = nvmet_copy_from_sgl(req, 0, id, sizeof(*id)); in nvmet_passthru_override_id_ctrl()
185 status = nvmet_copy_from_sgl(req, 0, id, sizeof(struct nvme_id_ns)); in nvmet_passthru_override_id_ns()
388 status = nvmet_copy_from_sgl(req, 0, &host[1], sizeof(*host)); in nvmet_passthru_set_host_behaviour()
Dfabrics-cmd.c224 status = nvmet_copy_from_sgl(req, 0, d, sizeof(*d)); in nvmet_execute_admin_connect()
302 status = nvmet_copy_from_sgl(req, 0, d, sizeof(*d)); in nvmet_execute_io_connect()
Dio-cmd-file.c289 status = nvmet_copy_from_sgl(req, i * sizeof(range), &range, in nvmet_file_execute_discard()
Dio-cmd-bdev.c387 status = nvmet_copy_from_sgl(req, i * sizeof(range), &range, in nvmet_bdev_execute_discard()
Dfabrics-cmd-auth.c226 status = nvmet_copy_from_sgl(req, 0, d, tl); in nvmet_execute_auth_send()
Dnvmet.h516 u16 nvmet_copy_from_sgl(struct nvmet_req *req, off_t off, void *buf,
Dcore.c103 u16 nvmet_copy_from_sgl(struct nvmet_req *req, off_t off, void *buf, size_t len) in nvmet_copy_from_sgl() function