Searched refs:nvmet_copy_from_sgl (Results 1 – 9 of 9) sorted by relevance
| /drivers/nvme/target/ |
| A D | passthru.c | 49 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() 393 status = nvmet_copy_from_sgl(req, 0, &host[1], sizeof(*host)); in nvmet_passthru_set_host_behaviour()
|
| A D | fabrics-cmd.c | 289 args.status = nvmet_copy_from_sgl(req, 0, d, sizeof(*d)); in nvmet_execute_admin_connect() 353 status = nvmet_copy_from_sgl(req, 0, d, sizeof(*d)); in nvmet_execute_io_connect()
|
| A D | pr.c | 389 status = nvmet_copy_from_sgl(req, 0, d, sizeof(*d)); in nvmet_execute_pr_register() 671 status = nvmet_copy_from_sgl(req, 0, d, sizeof(*d)); in nvmet_execute_pr_acquire() 782 status = nvmet_copy_from_sgl(req, 0, d, sizeof(*d)); in nvmet_execute_pr_release()
|
| A D | io-cmd-file.c | 283 status = nvmet_copy_from_sgl(req, i * sizeof(range), &range, in nvmet_file_execute_discard()
|
| A D | io-cmd-bdev.c | 390 status = nvmet_copy_from_sgl(req, i * sizeof(range), &range, in nvmet_bdev_execute_discard()
|
| A D | fabrics-cmd-auth.c | 278 status = nvmet_copy_from_sgl(req, 0, d, tl); in nvmet_execute_auth_send()
|
| A D | nvmet.h | 654 u16 nvmet_copy_from_sgl(struct nvmet_req *req, off_t off, void *buf,
|
| A D | admin-cmd.c | 1274 return nvmet_copy_from_sgl(req, 0, &req->sq->ctrl->hostid, in nvmet_set_feat_host_id()
|
| A D | core.c | 99 u16 nvmet_copy_from_sgl(struct nvmet_req *req, off_t off, void *buf, size_t len) in nvmet_copy_from_sgl() function
|
Completed in 28 milliseconds