DOKK / manpages / debian 12 / libnvme-dev / nvme_fdp_event.2.en
libnvme(2) API Manual libnvme(2)

struct nvme_fdp_event - FDP Event

struct nvme_fdp_event {
__u8 type;
__u8 flags;
__u16 pid;
struct nvme_timestamp ts;
__u32 nsid;
__u8 type_specific[16];
__u16 rgid;
__u8 ruhid;
__u8 rsvd35[5];
__u8 vs[24];
};

Event Type (enum nvme_fdp_event_type)
Event Flags (enum nvme_fdp_event_flags)
Placement Identifier
Timestamp
Namespace Identifier
Event Type Specific Information
Reclaim Group Identifier
Reclaim Unit Handle Identifier
Reserved
Vendor Specific
struct nvme_fdp_event January 2023