Searched refs:NVME_CSTS_SHST_COMPLETE (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/block/ | ||
H A D | nvme.h | 218 NVME_CSTS_SHST_COMPLETE = 2 << CSTS_SHST_SHIFT, enumerator |
/openbmc/qemu/hw/nvme/ | ||
H A D | ctrl.c | 7759 csts |= NVME_CSTS_SHST_COMPLETE; in nvme_write_bar() |