Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dnvme.h1329 #define NVME_AEC_SMART(aec) (aec & 0xff) macro
/qemu/hw/nvme/
H A Dctrl.c1643 if (!(NVME_AEC_SMART(n->features.async_config) & event)) { in nvme_smart_event()