Lines Matching defs:nvme_namespace_data
14 struct nvme_namespace_data { struct
16 uint64_t nsze;
19 uint64_t ncap;
22 uint64_t nuse;
25 uint8_t nsfeat;
28 uint8_t nlbaf;
31 uint8_t flbas;
34 uint8_t mc;
37 uint8_t dpc;
40 uint8_t dps;
43 uint8_t nmic;
46 uint8_t rescap;
49 uint8_t fpi;
52 uint8_t dlfeat;
55 uint16_t nawun;
58 uint16_t nawupf;
61 uint16_t nacwu;
64 uint16_t nabsn;
67 uint16_t nabo;
70 uint16_t nabspf;
73 uint16_t noiob;
76 uint8_t nvmcap[16];
79 uint16_t npwg;
82 uint16_t npwa;
85 uint16_t npdg;
88 uint16_t npda;
91 uint16_t nows;
94 uint8_t reserved5[18];
97 uint32_t anagrpid;
100 uint8_t reserved6[3];
126 void nvme_namespace_data_swapbytes(struct nvme_namespace_data *s) in nvme_namespace_data_swapbytes() argument