1libnvme(9)                        API Manual                        libnvme(9)
2
3
4

NAME

6       struct nvme_fdp_event - FDP Event
7

SYNOPSIS

9       struct nvme_fdp_event {
10           __u8 type;
11           __u8 flags;
12           __le16 pid;
13           struct nvme_timestamp ts;
14           __le32 nsid;
15           __u8 type_specific[16];
16           __le16 rgid;
17           __u8 ruhid;
18           __u8 rsvd35[5];
19           __u8 vs[24];
20        };
21
22

Members

24       type        Event Type (enum nvme_fdp_event_type)
25
26       flags       Event Flags (enum nvme_fdp_event_flags)
27
28       pid         Placement Identifier
29
30       ts          Timestamp
31
32       nsid        Namespace Identifier
33
34       type_specific
35                   Event Type Specific Information
36
37       rgid        Reclaim Group Identifier
38
39       ruhid       Reclaim Unit Handle Identifier
40
41       rsvd35      Reserved
42
43       vs          Vendor Specific
44
45
46
47April 2023                   struct nvme_fdp_event                  libnvme(9)
Impressum