1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_thermal_exc_event - Thermal Excursion Event Data
7
SYNOPSIS
9struct nvme_thermal_exc_event {
10__u8 over_temp;
11__u8 threshold;
12};
1314
Members
16over_temp Over Temperature
1718
threshold temperature threshold
1920
21
22
April 2023 struct nvme_thermal_exc_event libnvme(9)