Searched refs:PCI_MSI_FLAGS_QSIZE (Results 1 – 7 of 7) sorted by relevance
84 configured_private_bits = (control & PCI_MSI_FLAGS_QSIZE) >> 4; in arch_setup_msi_irq()176 control &= ~PCI_MSI_FLAGS_QSIZE; in arch_setup_msi_irq()
356 1 << ((msg_ctl & PCI_MSI_FLAGS_QSIZE) >> 4), in marvel_map_irq()359 1 << ((msg_ctl & PCI_MSI_FLAGS_QSIZE) >> 4), in marvel_map_irq()
252 mme = (flags & PCI_MSI_FLAGS_QSIZE) >> 4; in cdns_pcie_ep_get_msi()330 mme = (flags & PCI_MSI_FLAGS_QSIZE) >> 4; in cdns_pcie_ep_send_msi_irq()
307 #define PCI_MSI_FLAGS_QSIZE 0x0070 /* Message queue size configured */ macro
330 msgctl &= ~PCI_MSI_FLAGS_QSIZE; in __pci_write_msi_msg()428 control &= ~PCI_MSI_FLAGS_QSIZE; in __pci_restore_msi_state()
228 val = (val & PCI_MSI_FLAGS_QSIZE) >> 4; in dw_pcie_ep_get_msi()
1100 if ((flags & PCI_MSI_FLAGS_QSIZE) >> 4 > vdev->msi_qmax) { in vfio_msi_config_write()1101 flags &= ~PCI_MSI_FLAGS_QSIZE; in vfio_msi_config_write()