Searched refs:nvme_submit_sync_cmd (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/drivers/nvme/host/ |
D | zns.c | 35 status = nvme_submit_sync_cmd(ctrl->admin_q, &c, id, sizeof(*id)); in nvme_set_max_append() 87 status = nvme_submit_sync_cmd(ns->ctrl->admin_q, &c, id, sizeof(*id)); in nvme_update_zone_info() 202 ret = nvme_submit_sync_cmd(ns->queue, &c, report, buflen); in nvme_ns_report_zones()
|
D | core.c | 734 return nvme_submit_sync_cmd(ctrl->admin_q, &c, NULL, 0); in nvme_toggle_streams() 760 return nvme_submit_sync_cmd(ctrl->admin_q, &c, s, sizeof(*s)); in nvme_get_stream_params() 1094 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in nvme_submit_sync_cmd() function 1100 EXPORT_SYMBOL_GPL(nvme_submit_sync_cmd); 1337 error = nvme_submit_sync_cmd(dev->admin_q, &c, *id, in nvme_identify_ctrl() 1411 status = nvme_submit_sync_cmd(ctrl->admin_q, &c, data, in nvme_identify_ns_descs() 1459 error = nvme_submit_sync_cmd(ctrl->admin_q, &c, *id, sizeof(**id)); in nvme_identify_ns() 1975 ret = nvme_submit_sync_cmd(ns->queue, c, data, 16); in nvme_send_ns_head_pr_command() 1985 return nvme_submit_sync_cmd(ns->queue, c, data, 16); in nvme_send_ns_pr_command() 2764 return nvme_submit_sync_cmd(ctrl->admin_q, &c, log, size); in nvme_get_log() [all …]
|
D | pci.c | 319 if (nvme_submit_sync_cmd(dev->ctrl.admin_q, &c, NULL, 0)) { in nvme_dbbuf_set() 1127 return nvme_submit_sync_cmd(dev->ctrl.admin_q, &c, NULL, 0); in adapter_delete_queue() 1150 return nvme_submit_sync_cmd(dev->ctrl.admin_q, &c, NULL, 0); in adapter_alloc_cq() 1179 return nvme_submit_sync_cmd(dev->ctrl.admin_q, &c, NULL, 0); in adapter_alloc_sq() 1895 ret = nvme_submit_sync_cmd(dev->ctrl.admin_q, &c, NULL, 0); in nvme_set_host_mem()
|
D | nvme.h | 696 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd,
|