Searched defs:nvme_command (Results 1 – 1 of 1) sorted by relevance
812 struct nvme_command { struct814 uint8_t opc; /* opcode */815 uint8_t fuse; /* fused operation */816 uint16_t cid; /* command identifier */819 uint32_t nsid; /* namespace identifier */822 uint32_t rsvd2;846 _Static_assert(sizeof(struct nvme_command) == 16 * 4, "bad size for nvme_command"); argument