Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnvme.h215 NVME_CSTS_FAILED = 1 << CSTS_CFS_SHIFT, enumerator
/openbmc/qemu/hw/nvme/
H A Dctrl.c1526 stl_le_p(&n->bar.csts, NVME_CSTS_FAILED); in nvme_post_cqes()
7413 stl_le_p(&n->bar.csts, NVME_CSTS_FAILED); in nvme_process_sq()
7559 stl_le_p(&n->bar.csts, sctrl->scs ? 0 : NVME_CSTS_FAILED); in nvme_ctrl_reset()
7768 csts = NVME_CSTS_FAILED; in nvme_write_bar()
8790 stl_le_p(&n->bar.csts, NVME_CSTS_FAILED); in nvme_init_ctrl()