Searched refs:nvmet_copy_to_sgl (Results 1 – 8 of 8) sorted by relevance
| /drivers/nvme/target/ |
| A D | admin-cmd.c | 187 if (nvmet_copy_to_sgl(req, offset, &ctrl->slots[slot], in nvmet_execute_get_log_page_error() 322 status = nvmet_copy_to_sgl(req, 0, log, sizeof(*log)); in nvmet_execute_get_log_page_rmi() 353 status = nvmet_copy_to_sgl(req, 0, log, sizeof(*log)); in nvmet_execute_get_log_page_smart() 437 status = nvmet_copy_to_sgl(req, 0, log, sizeof(*log)); in nvmet_execute_get_log_cmd_effects_ns() 555 status = nvmet_copy_to_sgl(req, offset, desc, len); in nvmet_execute_get_log_page_ana() 794 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_identify_ctrl() 930 status = nvmet_copy_to_sgl(req, 0, list, buf_size); in nvmet_execute_identify_endgrp_list() 973 status = nvmet_copy_to_sgl(req, 0, list, buf_size); in nvmet_execute_identify_nslist() 994 status = nvmet_copy_to_sgl(req, *off, id, len); in nvmet_copy_ns_identifier() 1061 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvme_execute_identify_ns_nvm() [all …]
|
| A D | zns.c | 87 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_identify_ctrl_zns() 148 status = nvmet_copy_to_sgl(req, 0, id_zns, sizeof(*id_zns)); in nvmet_execute_identify_ns_zns() 238 status = nvmet_copy_to_sgl(rz->req, rz->out_buf_offset, &zdesc, in nvmet_bdev_report_zone_cb() 309 status = nvmet_copy_to_sgl(req, 0, &nr_zones, sizeof(nr_zones)); in nvmet_bdev_zone_zmgmt_recv_work()
|
| 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()
|
| A D | discovery.c | 245 status = nvmet_copy_to_sgl(req, 0, buffer + offset, data_len); in nvmet_execute_disc_get_log_page() 300 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_disc_identify()
|
| A D | pr.c | 127 status = nvmet_copy_to_sgl(req, 0, &log, sizeof(log)); in nvmet_execute_get_log_page_resv() 869 status = nvmet_copy_to_sgl(req, 0, data, num_bytes); in nvmet_execute_pr_report()
|
| A D | fabrics-cmd-auth.c | 573 status = nvmet_copy_to_sgl(req, 0, d, al); in nvmet_execute_auth_receive()
|
| A D | nvmet.h | 652 u16 nvmet_copy_to_sgl(struct nvmet_req *req, off_t off, const void *buf,
|
| A D | core.c | 89 u16 nvmet_copy_to_sgl(struct nvmet_req *req, off_t off, const void *buf, in nvmet_copy_to_sgl() function
|
Completed in 25 milliseconds