Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_nvme.c180 struct nvme_command *qbase;
248 struct nvme_command *,
427 struct nvme_command *,
431 struct nvme_command *,
435 struct nvme_command *,
439 struct nvme_command *,
443 struct nvme_command *,
1105 sc->regs.asq, sizeof(struct nvme_command) * asqs); in pci_nvme_init_controller()
1227 nvme_opc_delete_io_sq(struct pci_nvme_softc* sc, struct nvme_command* command, in nvme_opc_delete_io_sq()
1249 nvme_opc_create_io_sq(struct pci_nvme_softc* sc, struct nvme_command* command, in nvme_opc_create_io_sq()
[all …]
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h825 struct nvme_command { struct
859 _Static_assert(sizeof(struct nvme_command) == 16 * 4, "bad size for nvme_command"); argument
1869 struct nvme_command cmd;
2029 void nvme_ns_flush_cmd(struct nvme_command *cmd, uint32_t nsid) in nvme_ns_flush_cmd()
2037 void nvme_ns_rw_cmd(struct nvme_command *cmd, uint32_t rwcmd, uint32_t nsid, in nvme_ns_rw_cmd()
2048 void nvme_ns_write_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_write_cmd()
2055 void nvme_ns_read_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_read_cmd()
2062 void nvme_ns_trim_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_trim_cmd()