Lines Matching refs:nvme_command
19 #define NVME_SQ_SIZE(depth) (depth * sizeof(struct nvme_command))
39 struct nvme_command *sq_cmds;
166 static void nvme_submit_cmd(struct nvme_queue *nvmeq, struct nvme_command *cmd) in nvme_submit_cmd()
181 struct nvme_command *cmd, in nvme_submit_sync_cmd()
234 static int nvme_submit_admin_cmd(struct nvme_dev *dev, struct nvme_command *cmd, in nvme_submit_admin_cmd()
281 struct nvme_command c; in nvme_delete_queue()
421 struct nvme_command c; in nvme_alloc_cq()
438 struct nvme_command c; in nvme_alloc_sq()
455 struct nvme_command c; in nvme_identify()
490 struct nvme_command c; in nvme_get_features()
518 struct nvme_command c; in nvme_set_features()
746 struct nvme_command c; in nvme_blk_rw()
833 struct nvme_command cmnd; in nvme_blk_erase()
860 struct nvme_command cmnd; in nvme_blk_write_zeroes()