Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h650 struct nvme_command { struct
652 uint8_t opc; /* opcode */
653 uint8_t fuse; /* fused operation */
654 uint16_t cid; /* command identifier */
657 uint32_t nsid; /* namespace identifier */
681 _Static_assert(sizeof(struct nvme_command) == 16 * 4, "bad size for nvme_command"); argument