spdk_nvme_cmd Struct Reference
Collaboration diagram for spdk_nvme_cmd:

Data Fields

uint16_t opc: 8
 
uint16_t fuse: 2
 
uint16_t rsvd1: 4
 
uint16_t psdt: 2
 
uint16_t cid
 
uint32_t nsid
 
uint32_t rsvd2
 
uint32_t rsvd3
 
uint64_t mptr
 
union {
   struct {
      uint64_t   prp1
 
      uint64_t   prp2
 
   }   prp
 
   struct spdk_nvme_sgl_descriptor   sgl1
 
dptr
 
union {
   uint32_t   cdw10
 
   union spdk_nvme_cmd_cdw10   cdw10_bits
 
}; 
 
union {
   uint32_t   cdw11
 
   union spdk_nvme_cmd_cdw11   cdw11_bits
 
}; 
 
union {
   uint32_t   cdw12
 
   union spdk_nvme_cmd_cdw12   cdw12_bits
 
}; 
 
union {
   uint32_t   cdw13
 
   union spdk_nvme_cmd_cdw13   cdw13_bits
 
}; 
 
uint32_t cdw14
 
uint32_t cdw15
 

The documentation for this struct was generated from the following file: