Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr.c686 struct nvme_health_information_page *health_info; in nvme_ctrlr_async_event_log_page_cb() local
732 health_info = (struct nvme_health_information_page *) in nvme_ctrlr_async_event_log_page_cb()
735 health_info->critical_warning); in nvme_ctrlr_async_event_log_page_cb()
744 ~health_info->critical_warning; in nvme_ctrlr_async_event_log_page_cb()
/freebsd/sys/dev/ice/
H A Dice_lib.c10668 struct ice_aqc_health_status_elem *health_info; in ice_sysctl_dump_dcbx_cfg()
10675 health_info = (struct ice_aqc_health_status_elem *)event->msg_buf;
10678 if (status_count > (event->buf_len / sizeof(*health_info))) {
10684 ice_print_health_status_string(sc->dev, health_info); in ice_sysctl_dump_vsi_cfg()
10685 health_info++; in ice_sysctl_dump_vsi_cfg()
10457 struct ice_aqc_health_status_elem *health_info; ice_handle_health_status_event() local