Searched refs:nvme_submit_cmd (Results 1 – 1 of 1) sorted by relevance
388 static int nvme_submit_cmd(struct nvme_queue *nvmeq, struct nvme_command *cmd) in nvme_submit_cmd() function1012 nvme_submit_cmd(nvmeq, cmd); in nvme_submit_sync_cmd()1063 return nvme_submit_cmd(nvmeq, cmd); in nvme_submit_admin_async_cmd()1252 if (nvme_submit_cmd(dev->queues[0], &cmd) < 0) { in nvme_abort_req()