Home
last modified time | relevance | path

Searched refs:PCI_MSI_FLAGS_QSIZE (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/pci/
H A Dmsi.c90 ((flags & PCI_MSI_FLAGS_QSIZE) >> ctz32(PCI_MSI_FLAGS_QSIZE)); in msi_nr_vectors()
238 PCI_MSI_FLAGS_QSIZE | PCI_MSI_FLAGS_ENABLE); in msi_init()
284 flags &= ~(PCI_MSI_FLAGS_QSIZE | PCI_MSI_FLAGS_ENABLE); in msi_reset()
452 (flags & PCI_MSI_FLAGS_QSIZE) >> ctz32(PCI_MSI_FLAGS_QSIZE); in msi_write_config()
456 flags &= ~PCI_MSI_FLAGS_QSIZE; in msi_write_config()
457 flags |= log_max_vecs << ctz32(PCI_MSI_FLAGS_QSIZE); in msi_write_config()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h310 #define PCI_MSI_FLAGS_QSIZE 0x0070 /* Message queue size configured */ macro
/qemu/tests/qtest/
H A Dahci-test.c435 ASSERT_BIT_CLEAR(dataw, PCI_MSI_FLAGS_QSIZE); in ahci_test_msicap()
/qemu/hw/xen/
H A Dxen_pt_config_init.c1109 if (*val & PCI_MSI_FLAGS_QSIZE) { in xen_pt_msgctrl_reg_write()