Lines Matching refs:nvme_command
48 #define SQ_SIZE(depth) (depth * sizeof(struct nvme_command))
103 struct nvme_command *sq_cmds;
132 BUILD_BUG_ON(sizeof(struct nvme_command) != 64); in _nvme_check_size()
375 static int __nvme_submit_cmd(struct nvme_queue *nvmeq, struct nvme_command *cmd) in __nvme_submit_cmd()
388 static int nvme_submit_cmd(struct nvme_queue *nvmeq, struct nvme_command *cmd) in nvme_submit_cmd()
725 struct nvme_command *cmnd = &nvmeq->sq_cmds[nvmeq->sq_tail]; in nvme_submit_discard()
747 struct nvme_command *cmnd = &nvmeq->sq_cmds[nvmeq->sq_tail]; in nvme_submit_flush()
763 struct nvme_command *cmnd; in nvme_submit_iod()
997 static int nvme_submit_sync_cmd(struct request *req, struct nvme_command *cmd, in nvme_submit_sync_cmd()
1023 struct nvme_command c; in nvme_submit_async_admin_req()
1044 struct nvme_command *cmd, in nvme_submit_admin_async_cmd()
1066 static int __nvme_submit_admin_cmd(struct nvme_dev *dev, struct nvme_command *cmd, in __nvme_submit_admin_cmd()
1080 int nvme_submit_admin_cmd(struct nvme_dev *dev, struct nvme_command *cmd, in nvme_submit_admin_cmd()
1087 struct nvme_command *cmd, u32 *result) in nvme_submit_io_cmd()
1103 struct nvme_command c; in adapter_delete_queue()
1115 struct nvme_command c; in adapter_alloc_cq()
1132 struct nvme_command c; in adapter_alloc_sq()
1159 struct nvme_command c; in nvme_identify()
1173 struct nvme_command c; in nvme_get_features()
1187 struct nvme_command c; in nvme_set_features()
1211 struct nvme_command cmd; in nvme_abort_req()
1750 struct nvme_command c; in nvme_submit_io()
1840 struct nvme_command c; in nvme_user_cmd()
2483 struct nvme_command c; in adapter_async_del_queue()