Home
last modified time | relevance | path

Searched refs:nvme_command (Results 1 – 3 of 3) sorted by relevance

/drivers/nvme/
A Dnvme.c22 #define NVME_SQ_SIZE(depth) (depth * sizeof(struct nvme_command))
140 static void nvme_submit_cmd(struct nvme_queue *nvmeq, struct nvme_command *cmd) in nvme_submit_cmd()
162 struct nvme_command *cmd, in nvme_submit_sync_cmd()
220 static int nvme_submit_admin_cmd(struct nvme_dev *dev, struct nvme_command *cmd, in nvme_submit_admin_cmd()
272 struct nvme_command c; in nvme_delete_queue()
418 struct nvme_command c; in nvme_alloc_cq()
435 struct nvme_command c; in nvme_alloc_sq()
452 struct nvme_command c; in nvme_identify()
487 struct nvme_command c; in nvme_get_features()
515 struct nvme_command c; in nvme_set_features()
[all …]
A Dnvme.h452 struct nvme_command { struct
639 struct nvme_command *sq_cmds;
684 void (*submit_cmd)(struct nvme_queue *nvmeq, struct nvme_command *cmd);
691 void (*complete_cmd)(struct nvme_queue *nvmeq, struct nvme_command *cmd);
A Dnvme_apple.c111 struct nvme_command *cmd) in apple_nvme_submit_cmd()
131 struct nvme_command *cmd) in apple_nvme_complete_cmd()

Completed in 9 milliseconds