Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_fdp_events_log - FDP Events Log Page

SYNOPSIS

struct nvme_fdp_events_log {
__le32 n;
__u8 rsvd4[60];
struct nvme_fdp_event events[63];
};

Members

Number of FDP Events
Reserved
FDP Events (struct nvme_fdp_event)
struct nvme_fdp_events_log February 2024