Searched refs:health_info (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/nvme/
H A Dnvme_ctrlr.c681 struct nvme_health_information_page *health_info;
727 health_info = (struct nvme_health_information_page *)
730 health_info->critical_warning);
739 ~health_info->critical_warning;
680 struct nvme_health_information_page *health_info; local
/freebsd-current/sys/dev/ice/
H A Dice_lib.c10475 struct ice_aqc_health_status_elem *health_info; local
10482 health_info = (struct ice_aqc_health_status_elem *)event->msg_buf;
10485 if (status_count > (event->buf_len / sizeof(*health_info))) {
10491 ice_print_health_status_string(sc->dev, health_info);
10492 health_info++;

Completed in 181 milliseconds