Searched refs:PCI_MSI_FLAGS_QSIZE (Results 1 – 4 of 4) sorted by relevance
90 ((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()
310 #define PCI_MSI_FLAGS_QSIZE 0x0070 /* Message queue size configured */ macro
435 ASSERT_BIT_CLEAR(dataw, PCI_MSI_FLAGS_QSIZE); in ahci_test_msicap()
1109 if (*val & PCI_MSI_FLAGS_QSIZE) { in xen_pt_msgctrl_reg_write()