Home
last modified time | relevance | path

Searched refs:PCI_MSI_ADDR_OFFSET (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dpci_intr_lib.c223 PCI_CAP_PUT32(h, NULL, caps_ptr, PCI_MSI_ADDR_OFFSET, addr); in pci_msi_configure()
226 PCI_CAP_GET32(h, NULL, caps_ptr, PCI_MSI_ADDR_OFFSET))); in pci_msi_configure()
229 PCI_CAP_PUT32(h, NULL, caps_ptr, PCI_MSI_ADDR_OFFSET in pci_msi_configure()
234 caps_ptr, PCI_MSI_ADDR_OFFSET + 4))); in pci_msi_configure()
312 PCI_CAP_PUT32(h, NULL, caps_ptr, PCI_MSI_ADDR_OFFSET, 0); in pci_msi_unconfigure()
317 PCI_CAP_PUT32(h, NULL, caps_ptr, PCI_MSI_ADDR_OFFSET in pci_msi_unconfigure()
/titanic_50/usr/src/uts/common/io/igb/
H A Digb_debug.c188 pci_config_get32(handle, offset + PCI_MSI_ADDR_OFFSET)); in pci_dump()
/titanic_50/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c116 cap_ptr + PCI_MSI_ADDR_OFFSET, msi_addr); in apic_pci_msi_enable_vector()
120 cap_ptr + PCI_MSI_ADDR_OFFSET + 4, msi_addr >> 32); in apic_pci_msi_enable_vector()
H A Dapic_common.c1659 pci_config_put32(handle, cap_ptr + PCI_MSI_ADDR_OFFSET, 0); in apic_pci_msi_unconfigure()
1665 cap_ptr + PCI_MSI_ADDR_OFFSET + 4, 0); in apic_pci_msi_unconfigure()
/titanic_50/usr/src/uts/common/sys/
H A Dpci.h907 #define PCI_MSI_ADDR_OFFSET 0x04 /* MSI 32-bit msg address, 4 bytes */ macro
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c495 pci_config_get32(handle, offset + PCI_MSI_ADDR_OFFSET)); in pciconfig_dump()
/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c313 pci_config_get32(handle, offset + PCI_MSI_ADDR_OFFSET)); in ixgbe_pci_dump()
/titanic_50/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c352 cap_ptr + PCI_MSI_ADDR_OFFSET, msi_addr); in apix_pci_msi_enable_vector()
355 cap_ptr + PCI_MSI_ADDR_OFFSET + 4, msi_addr >> 32); in apix_pci_msi_enable_vector()
/titanic_50/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c5672 pci_config_get32(handle, ptr + PCI_MSI_ADDR_OFFSET); in myri10ge_save_msi_state()
5674 pci_config_get32(handle, ptr + PCI_MSI_ADDR_OFFSET + 4); in myri10ge_save_msi_state()
5698 pci_config_put32(handle, ptr + PCI_MSI_ADDR_OFFSET, in myri10ge_restore_msi_state()
5700 pci_config_put32(handle, ptr + PCI_MSI_ADDR_OFFSET + 4, in myri10ge_restore_msi_state()