Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c181 struct nvme_command *qbase;
249 struct nvme_command *,
418 struct nvme_command *,
422 struct nvme_command *,
426 struct nvme_command *,
430 struct nvme_command *,
434 struct nvme_command *,
2038 struct nvme_command *cmd; in pci_nvme_handle_admin_cmd()
2517 struct nvme_command *cmd, in nvme_opc_write_read()
2607 struct nvme_command *cmd, in nvme_opc_dataset_mgmt()
[all …]
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h650 struct nvme_command { struct
681 _Static_assert(sizeof(struct nvme_command) == 16 * 4, "bad size for nvme_command"); argument
1617 struct nvme_command cmd;
1778 void nvme_ns_flush_cmd(struct nvme_command *cmd, uint32_t nsid) in nvme_ns_flush_cmd()
1786 void nvme_ns_rw_cmd(struct nvme_command *cmd, uint32_t rwcmd, uint32_t nsid, in nvme_ns_rw_cmd()
1797 void nvme_ns_write_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_write_cmd()
1804 void nvme_ns_read_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_read_cmd()
1811 void nvme_ns_trim_cmd(struct nvme_command *cmd, uint32_t nsid, in nvme_ns_trim_cmd()