Searched refs:nvme_command (Results 1 – 4 of 4) sorted by relevance
65 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_cq()93 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_sq()121 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_cq()145 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_sq()172 struct nvme_command *cmd; in nvme_ctrlr_cmd_set_feature()197 struct nvme_command *cmd; in nvme_ctrlr_cmd_get_feature()
15 struct nvme_command { struct343 struct nvme_command *cmd;360 struct nvme_command cmd;496 void nvme_namespace_flush_cmd(struct nvme_command *cmd, uint32_t nsid) in nvme_namespace_flush_cmd()503 void nvme_namespace_rw_cmd(struct nvme_command *cmd, uint32_t rwcmd, in nvme_namespace_rw_cmd()514 void nvme_namespace_write_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_namespace_write_cmd()521 void nvme_namespace_read_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_namespace_read_cmd()
403 static struct nvme_command cmd_##name[n_entries] __aligned(0x1000); \
538 qpair->num_entries * sizeof(struct nvme_command)); in nvme_cmd_qpair_reset()