Searched refs:async_event_config (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf_aer.c261 uint32_t async_event_config; local
264 async_event_config = NVME_CRIT_WARN_ST_AVAILABLE_SPARE |
269 async_event_config |=
271 error = nvmf_set_async_event_config(sc, async_event_config);
/freebsd-current/sys/dev/nvme/
H A Dnvme_ctrlr.c738 aer->ctrlr->async_event_config &=
741 aer->ctrlr->async_event_config, NULL, NULL);
837 ctrlr->async_event_config = NVME_CRIT_WARN_ST_AVAILABLE_SPARE |
842 ctrlr->async_event_config |=
855 ctrlr->async_event_config |= NVME_CRIT_WARN_ST_TEMPERATURE;
858 ctrlr->async_event_config, NULL, NULL);
H A Dnvme_private.h293 uint32_t async_event_config; member in struct:nvme_controller

Completed in 92 milliseconds