Lines Matching refs:nvme_command
23 #define NVME_SQ_SIZE(depth) (depth * sizeof(struct nvme_command))
43 struct nvme_command *sq_cmds;
169 static void nvme_submit_cmd(struct nvme_queue *nvmeq, struct nvme_command *cmd) in nvme_submit_cmd()
184 struct nvme_command *cmd, in nvme_submit_sync_cmd()
237 static int nvme_submit_admin_cmd(struct nvme_dev *dev, struct nvme_command *cmd, in nvme_submit_admin_cmd()
284 struct nvme_command c; in nvme_delete_queue()
422 struct nvme_command c; in nvme_alloc_cq()
439 struct nvme_command c; in nvme_alloc_sq()
456 struct nvme_command c; in nvme_identify()
491 struct nvme_command c; in nvme_get_features()
519 struct nvme_command c; in nvme_set_features()
744 struct nvme_command c; in nvme_blk_rw()