Searched defs:nvme_command (Results 1 – 2 of 2) sorted by relevance
36 struct nvme_command struct39 uint16_t opc : 8; /* opcode */40 uint16_t fuse : 2; /* fused operation */41 uint16_t rsvd1 : 6;42 uint16_t cid; /* command identifier */45 uint32_t nsid; /* namespace identifier */48 uint32_t rsvd2;49 uint32_t rsvd3;52 uint64_t mptr; /* metadata pointer */55 uint64_t prp1; /* prp entry 1 */[all …]
452 struct nvme_command { struct453 union {