Home
last modified time | relevance | path

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

/qemu/hw/nvme/
H A Dctrl.c7131 if (sctrl->scs) { in nvme_assign_virt_res_to_sec()
7176 if (!sctrl->scs) { in nvme_virt_set_state()
7177 sctrl->scs = 0x1; in nvme_virt_set_state()
7184 if (sctrl->scs) { in nvme_virt_set_state()
7185 sctrl->scs = 0x0; in nvme_virt_set_state()
7655 stl_le_p(&n->bar.csts, sctrl->scs ? 0 : NVME_CSTS_FAILED); in nvme_ctrl_reset()
7699 if (pci_is_vf(PCI_DEVICE(n)) && !sctrl->scs) { in nvme_start_ctrl()
8059 if (pci_is_vf(PCI_DEVICE(n)) && !nvme_sctrl(n)->scs && in nvme_mmio_read()
8231 if (pci_is_vf(PCI_DEVICE(n)) && !nvme_sctrl(n)->scs && in nvme_mmio_write()
8907 if (pci_is_vf(pci_dev) && !sctrl->scs) { in nvme_init_ctrl()
/qemu/include/block/
H A Dnvme.h1737 uint8_t scs; member