DOKK / manpages / debian 12 / libnvme-dev / nvme_mi_admin_get_log_endurance_group.2.en
nvme_mi_admin_get_log_endurance_group(2) libnvme API manual nvme_mi_admin_get_log_endurance_group(2)

nvme_mi_admin_get_log_endurance_group - Get Endurance Group log

int nvme_mi_admin_get_log_endurance_group (nvme_mi_ctrl_t ctrl , __u16 endgid , struct nvme_endurance_group_log *log );

Controller to query
Starting group identifier to return in the list
User address to store the endurance log

This log page indicates if an Endurance Group Event has occurred for a particular Endurance Group. If an Endurance Group Event has occurred, the details of the particular event are included in the Endurance Group Information log page for that Endurance Group. An asynchronous event is generated when an entry for an Endurance Group is newly added to this log page.

The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.

nvme_mi_admin_get_log_endurance_group January 2023