Lines Matching refs:nvme_command

53 #define SQ_SIZE(depth)		(depth * sizeof(struct nvme_command))
114 struct nvme_command *sq_cmds;
115 struct nvme_command __iomem *sq_cmds_io;
144 BUILD_BUG_ON(sizeof(struct nvme_command) != 64); in _nvme_check_size()
393 struct nvme_command *cmd) in __nvme_submit_cmd()
408 static void nvme_submit_cmd(struct nvme_queue *nvmeq, struct nvme_command *cmd) in nvme_submit_cmd()
733 struct nvme_command cmnd; in nvme_submit_priv()
755 struct nvme_command cmnd; in nvme_submit_discard()
775 struct nvme_command cmnd; in nvme_submit_flush()
789 struct nvme_command cmnd; in nvme_submit_iod()
1035 int __nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in __nvme_submit_sync_cmd()
1057 req->cmd_len = sizeof(struct nvme_command); in __nvme_submit_sync_cmd()
1084 int nvme_submit_sync_cmd(struct request_queue *q, struct nvme_command *cmd, in nvme_submit_sync_cmd()
1093 struct nvme_command c; in nvme_submit_async_admin_req()
1115 struct nvme_command *cmd, in nvme_submit_admin_async_cmd()
1140 struct nvme_command c; in adapter_delete_queue()
1152 struct nvme_command c; in adapter_alloc_cq()
1173 struct nvme_command c; in adapter_alloc_sq()
1203 struct nvme_command c = { }; in nvme_identify_ctrl()
1224 struct nvme_command c = { }; in nvme_identify_ns()
1245 struct nvme_command c; in nvme_get_features()
1260 struct nvme_command c; in nvme_set_features()
1274 struct nvme_command c = { }; in nvme_get_log_page()
1307 struct nvme_command cmd; in nvme_abort_req()
1809 struct nvme_command c; in nvme_submit_io()
1886 struct nvme_command c; in nvme_user_cmd()
2126 struct nvme_command c; in nvme_pr_command()
2441 sizeof(struct nvme_command)); in nvme_setup_io_queues()
2827 struct nvme_command c; in adapter_async_del_queue()