Searched refs:nvme_command (Results 1 – 4 of 4) sorted by relevance
63 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_cq()91 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_sq()119 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_cq()143 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_sq()170 struct nvme_command *cmd; in nvme_ctrlr_cmd_set_feature()195 struct nvme_command *cmd; in nvme_ctrlr_cmd_get_feature()
12 struct nvme_command { struct340 struct nvme_command *cmd;357 struct nvme_command cmd;493 void nvme_namespace_flush_cmd(struct nvme_command *cmd, uint32_t nsid) in nvme_namespace_flush_cmd()500 void nvme_namespace_rw_cmd(struct nvme_command *cmd, uint32_t rwcmd, in nvme_namespace_rw_cmd()511 void nvme_namespace_write_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_namespace_write_cmd()518 void nvme_namespace_read_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_namespace_read_cmd()
401 static struct nvme_command cmd_##name[n_entries] __aligned(0x1000); \
535 qpair->num_entries * sizeof(struct nvme_command)); in nvme_cmd_qpair_reset()