Searched refs:PCI_MSI_FLAGS_MASKBIT (Results 1 – 4 of 4) sorted by relevance
297 control |= PCI_MSI_FLAGS_MASKBIT; in msi_setup_msi_desc()300 control &= ~PCI_MSI_FLAGS_MASKBIT; in msi_setup_msi_desc()304 desc.pci.msi_attrib.can_mask = !!(control & PCI_MSI_FLAGS_MASKBIT); in msi_setup_msi_desc()
1215 if (flags & PCI_MSI_FLAGS_MASKBIT) { in init_pci_cap_msi_perm()1221 if (flags & PCI_MSI_FLAGS_MASKBIT) { in init_pci_cap_msi_perm()1243 if (flags & PCI_MSI_FLAGS_MASKBIT) in vfio_msi_cap_len()
312 #define PCI_MSI_FLAGS_MASKBIT 0x0100 /* Per-vector masking capable */ macro
239 flags &= ~PCI_MSI_FLAGS_MASKBIT; in cdns_pcie_ep_set_msi()