/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | admin-cmd.c | 60 if (nvmet_copy_to_sgl(req, offset, &ctrl->slots[slot], in nvmet_execute_get_log_page_error() 164 status = nvmet_copy_to_sgl(req, 0, log, sizeof(*log)); in nvmet_execute_get_log_page_smart() 194 status = nvmet_copy_to_sgl(req, 0, log, sizeof(*log)); in nvmet_execute_get_log_cmd_effects_ns() 215 status = nvmet_copy_to_sgl(req, 0, ctrl->changed_ns_list, len); in nvmet_execute_get_log_changed_ns() 268 status = nvmet_copy_to_sgl(req, offset, desc, len); in nvmet_execute_get_log_page_ana() 287 status = nvmet_copy_to_sgl(req, 0, &hdr, sizeof(hdr)); in nvmet_execute_get_log_page_ana() 462 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_identify_ctrl() 546 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_identify_ns() 578 status = nvmet_copy_to_sgl(req, 0, list, buf_size); in nvmet_execute_identify_nslist() 594 status = nvmet_copy_to_sgl(re in nvmet_copy_ns_identifier() [all...] |
H A D | passthru.c | 111 status = nvmet_copy_to_sgl(req, 0, id, sizeof(struct nvme_id_ctrl)); in nvmet_passthru_override_id_ctrl() 145 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_passthru_override_id_ns()
|
H A D | discovery.c | 236 status = nvmet_copy_to_sgl(req, 0, buffer + offset, data_len); in nvmet_execute_disc_get_log_page() 291 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_disc_identify()
|
H A D | nvmet.h | 467 u16 nvmet_copy_to_sgl(struct nvmet_req *req, off_t off, const void *buf,
|
H A D | core.c | 88 u16 nvmet_copy_to_sgl(struct nvmet_req *req, off_t off, const void *buf, in nvmet_copy_to_sgl() function
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | admin-cmd.c | 60 if (nvmet_copy_to_sgl(req, offset, &ctrl->slots[slot], in nvmet_execute_get_log_page_error() 158 status = nvmet_copy_to_sgl(req, 0, log, sizeof(*log)); in nvmet_execute_get_log_page_smart() 222 status = nvmet_copy_to_sgl(req, 0, log, sizeof(*log)); in nvmet_execute_get_log_cmd_effects_ns() 243 status = nvmet_copy_to_sgl(req, 0, ctrl->changed_ns_list, len); in nvmet_execute_get_log_changed_ns() 296 status = nvmet_copy_to_sgl(req, offset, desc, len); in nvmet_execute_get_log_page_ana() 315 status = nvmet_copy_to_sgl(req, 0, &hdr, sizeof(hdr)); in nvmet_execute_get_log_page_ana() 485 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_identify_ctrl() 572 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_identify_ns() 604 status = nvmet_copy_to_sgl(req, 0, list, buf_size); in nvmet_execute_identify_nslist() 620 status = nvmet_copy_to_sgl(re in nvmet_copy_ns_identifier() [all...] |
H A D | zns.c | 91 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_identify_ctrl_zns() 152 status = nvmet_copy_to_sgl(req, 0, id_zns, sizeof(*id_zns)); in nvmet_execute_identify_ns_zns() 242 status = nvmet_copy_to_sgl(rz->req, rz->out_buf_offset, &zdesc, in nvmet_bdev_report_zone_cb() 313 status = nvmet_copy_to_sgl(req, 0, &nr_zones, sizeof(nr_zones)); in nvmet_bdev_zone_zmgmt_recv_work()
|
H A D | passthru.c | 74 status = nvmet_copy_to_sgl(req, 0, data, NVME_IDENTIFY_DATA_SIZE); in nvmet_passthru_override_id_descs() 168 status = nvmet_copy_to_sgl(req, 0, id, sizeof(struct nvme_id_ctrl)); in nvmet_passthru_override_id_ctrl() 207 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_passthru_override_id_ns()
|
H A D | discovery.c | 242 status = nvmet_copy_to_sgl(req, 0, buffer + offset, data_len); in nvmet_execute_disc_get_log_page() 297 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_disc_identify()
|
H A D | nvmet.h | 517 u16 nvmet_copy_to_sgl(struct nvmet_req *req, off_t off, const void *buf,
|
H A D | fabrics-cmd-auth.c | 515 status = nvmet_copy_to_sgl(req, 0, d, al); in nvmet_execute_auth_receive()
|
H A D | core.c | 95 u16 nvmet_copy_to_sgl(struct nvmet_req *req, off_t off, const void *buf, in nvmet_copy_to_sgl() function
|