Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c321 struct nvme_health_information_page health_log; member
663 memset(&sc->health_log, 0, sizeof(sc->health_log)); in pci_nvme_init_logpages()
672 sc->health_log.temperature = NVME_TEMPERATURE; in pci_nvme_init_logpages()
673 sc->health_log.available_spare = 100; in pci_nvme_init_logpages()
674 sc->health_log.available_spare_threshold = 10; in pci_nvme_init_logpages()
682 sizeof(sc->health_log.power_cycles)); in pci_nvme_init_logpages()
1442 if (logoff >= sizeof(sc->health_log)) { in nvme_opc_get_log_page()
1450 sizeof(sc->health_log.data_units_read)); in nvme_opc_get_log_page()
1760 sc->health_log.critical_warning |= in nvme_feature_temperature()
1763 sc->health_log.critical_warning &= in nvme_feature_temperature()
[all …]
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c2251 nvme_health_log_t *health_log = NULL; in nvme_async_event_task() local
2358 (void **)&health_log, &logsize, in nvme_async_event_task()
2516 if (health_log != NULL) in nvme_async_event_task()
2517 kmem_free(health_log, logsize); in nvme_async_event_task()