Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_nvme.c170 struct nvme_completion *qbase;
249 struct nvme_completion *);
428 struct nvme_completion *);
432 struct nvme_completion *);
436 struct nvme_completion *);
440 struct nvme_completion *);
444 struct nvme_completion *);
1125 sc->regs.acq, sizeof(struct nvme_completion) * acqs); in pci_nvme_init_controller()
1201 struct nvme_completion *cqe; in pci_nvme_cq_update()
1228 struct nvme_completion* compl) in nvme_opc_delete_io_sq()
[all …]
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h861 struct nvme_completion { struct
877 _Static_assert(sizeof(struct nvme_completion) == 4 * 4, "bad size for nvme_completion"); argument
1882 struct nvme_completion cpl;
1934 typedef void (*nvme_cb_fn_t)(void *, const struct nvme_completion *);
1938 typedef void (*nvme_cons_async_fn_t)(void *, const struct nvme_completion *,
2077 void nvme_completion_swapbytes(struct nvme_completion *s __unused) in nvme_completion_swapbytes()