Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/nvmecontrol/modules/intel/
H A Dintel.c61 struct intel_log_temp_stats *temp = buf; in print_intel_temp_stats()
186 print_intel_temp_stats, sizeof(struct intel_log_temp_stats));
/freebsd-13.1/sys/dev/nvme/
H A Dnvme.h1479 struct intel_log_temp_stats { struct
1491 _Static_assert(sizeof(struct intel_log_temp_stats) == 13 * 8, "bad size for intel_log_temp_stats"); argument
2014 void intel_log_temp_stats_swapbytes(struct intel_log_temp_stats *s __unused) in intel_log_temp_stats_swapbytes()
H A Dnvme_ctrlr.c731 (struct intel_log_temp_stats *)aer->log_page_buffer); in nvme_ctrlr_async_event_log_page_cb()
/freebsd-13.1/sbin/nvmecontrol/
H A Dlogpage.c260 (struct intel_log_temp_stats *)payload); in read_logpage()