Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvmf_discovery_log - Discovery Log Page (Log Identifier 70h)

SYNOPSIS

struct nvmf_discovery_log {
__le64 genctr;
__le64 numrec;
__le16 recfmt;
__u8 rsvd14[1006];
struct nvmf_disc_log_entry entries[];
};

Members

Generation Counter (GENCTR): Indicates the version of the discovery information, starting at a value of 0h. For each change in the Discovery Log Page, this counter is incremented by one. If the value of this field is FFFFFFFF_FFFFFFFFh, then the field shall be cleared to 0h when incremented (i.e., rolls over to 0h).
Number of Records (NUMREC): Indicates the number of records contained in the log.
Record Format (RECFMT): Specifies the format of the Discovery Log Page. If a new format is defined, this value is incremented by one. The format of the record specified in this definition shall be 0h.
Reserved
Discovery Log Page Entries - see struct nvmf_disc_log_entry.
struct nvmf_discovery_log February 2024