Searched refs:nvme_submit_cmd (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Dnvme-core.c328 * nvme_submit_cmd() - Copy a command into a queue and ring the doorbell
334 static int nvme_submit_cmd(struct nvme_queue *nvmeq, struct nvme_command *cmd) function
921 ret = nvme_submit_cmd(nvmeq, cmd);
957 return nvme_submit_cmd(nvmeq, cmd);
1138 nvme_submit_cmd(adminq, &cmd);

Completed in 37 milliseconds