Home
last modified time | relevance | path

Searched refs:intel_log_temp_stats (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sbin/nvmecontrol/modules/intel/
H A Dintel.c59 struct intel_log_temp_stats *temp = buf; in print_intel_temp_stats()
187 print_intel_temp_stats, sizeof(struct intel_log_temp_stats));
/freebsd-14.2/sys/dev/nvme/
H A Dnvme.h1702 struct intel_log_temp_stats { struct
1714 _Static_assert(sizeof(struct intel_log_temp_stats) == 13 * 8, "bad size for intel_log_temp_stats"); argument