nvme_set_features_endurance_evt_cfg - Set endurance event config feature
Contents
Arguments
fd File descriptor of nvme device
endgid Endurance Group Identifier
egwarn Flags to enable warning, see enumnvme_eg_critical_warning_flags
save Save value across power states
result The command completion result from CQE dword0
Name
nvme_set_features_endurance_evt_cfg - Set endurance event config feature
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
May 2025 nvme_set_features_endurance_evt_cfgnvme_set_features_endurance_evt_cfg(2)
Synopsis
intnvme_set_features_endurance_evt_cfg(intfd,__u16endgid,__u8egwarn,boolsave,__u32*result);
