Home
last modified time | relevance | path

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

/qemu/hw/nvme/
H A Dtrace-events177 pci_nvme_err_startfail_cq(void) "nvme_start_ctrl failed because there are non-admin completion queu…
178 pci_nvme_err_startfail_sq(void) "nvme_start_ctrl failed because there are non-admin submission queu…
179 pci_nvme_err_startfail_asq_misaligned(uint64_t addr) "nvme_start_ctrl failed because the admin subm…
180 pci_nvme_err_startfail_acq_misaligned(uint64_t addr) "nvme_start_ctrl failed because the admin comp…
181 pci_nvme_err_startfail_page_too_small(uint8_t log2ps, uint8_t maxlog2ps) "nvme_start_ctrl failed be…
182 pci_nvme_err_startfail_page_too_large(uint8_t log2ps, uint8_t maxlog2ps) "nvme_start_ctrl failed be…
183 pci_nvme_err_startfail_cqent_too_small(uint8_t log2ps, uint8_t maxlog2ps) "nvme_start_ctrl failed b…
184 pci_nvme_err_startfail_cqent_too_large(uint8_t log2ps, uint8_t maxlog2ps) "nvme_start_ctrl failed b…
185 pci_nvme_err_startfail_sqent_too_small(uint8_t log2ps, uint8_t maxlog2ps) "nvme_start_ctrl failed b…
186 pci_nvme_err_startfail_sqent_too_large(uint8_t log2ps, uint8_t maxlog2ps) "nvme_start_ctrl failed b…
[all …]
H A Dctrl.c7688 static int nvme_start_ctrl(NvmeCtrl *n) in nvme_start_ctrl() function
7862 if (unlikely(nvme_start_ctrl(n))) { in nvme_write_bar()