Home
last modified time | relevance | path

Searched refs:PCI_MSI_64BIT_MASK (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c170 if (msi_ctrl & PCI_MSI_64BIT_MASK) in pci_msi_get_cap()
228 if (msi_ctrl & PCI_MSI_64BIT_MASK) { in pci_msi_configure()
312 if (msi_ctrl & PCI_MSI_64BIT_MASK) { in pci_msi_unconfigure()
502 offset = (msi_ctrl & PCI_MSI_64BIT_MASK) ? in pci_msi_set_mask()
566 offset = (msi_ctrl & PCI_MSI_64BIT_MASK) ? in pci_msi_clr_mask()
632 offset = (msi_ctrl & PCI_MSI_64BIT_MASK) ? in pci_msi_get_pending()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c121 if (msi_ctrl & PCI_MSI_64BIT_MASK) { in apic_pci_msi_enable_vector()
595 if (msi_ctrl & PCI_MSI_64BIT_MASK) in apic_grp_set_cpu()
H A Dapic_common.c1854 if (msi_ctrl & PCI_MSI_64BIT_MASK) { in apic_pci_msi_unconfigure()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h938 #define PCI_MSI_64BIT_MASK 0x0080 /* 64bit support mask in MSI ctrl reg */ macro
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c295 if ((_ctrl) & PCI_MSI_64BIT_MASK)\
355 if (msi_ctrl & PCI_MSI_64BIT_MASK) in apix_pci_msi_enable_vector()
H A Dapix.c1696 if (msi_ctrl & PCI_MSI_64BIT_MASK) in apix_grp_set_cpu()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c581 if (msi_ctrl & PCI_MSI_64BIT_MASK)
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1120 if (msi_ctrl & PCI_MSI_64BIT_MASK) { in xpv_psm_get_msi_vector()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c3031 int offset = (msi_ctrl & PCI_MSI_64BIT_MASK) ? in tavor_intr_disable()
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c4121 addr64 = (ctrl & PCI_MSI_64BIT_MASK) != 0; in pcieadm_cap_info_msi()