1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_id_independent_id_ns - Identify - I/O Command Set Indepenā
7 dent Identify Namespace Data Structure
8
10 struct nvme_id_independent_id_ns {
11 __u8 nsfeat;
12 __u8 nmic;
13 __u8 rescap;
14 __u8 fpi;
15 __le32 anagrpid;
16 __u8 nsattr;
17 __u8 rsvd9;
18 __le16 nvmsetid;
19 __le16 endgid;
20 __u8 nstat;
21 __u8 rsvd15[4081];
22 };
23
24
26 nsfeat common namespace features
27
28 nmic Namespace Multi-path I/O and Namespace Sharing Capabilities
29
30 rescap Reservation Capabilities
31
32 fpi Format Progress Indicator
33
34 anagrpid ANA Group Identifier
35
36 nsattr Namespace Attributes
37
38 rsvd9 reserved
39
40 nvmsetid NVM Set Identifier
41
42 endgid Endurance Group Identifier
43
44 nstat Namespace Status
45
46 rsvd15 reserved
47
48
49
50November 2022 struct nvme_id_independent_id_ns libnvme(9)