Searched refs:PCI_MSI_ADDR_OFFSET (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | pci_intr_lib.c | 223 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 D | igb_debug.c | 188 pci_config_get32(handle, offset + PCI_MSI_ADDR_OFFSET)); in pci_dump()
|
/titanic_50/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic_introp.c | 116 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 D | apic_common.c | 1659 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 D | pci.h | 907 #define PCI_MSI_ADDR_OFFSET 0x04 /* MSI 32-bit msg address, 4 bytes */ macro
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 495 pci_config_get32(handle, offset + PCI_MSI_ADDR_OFFSET)); in pciconfig_dump()
|
/titanic_50/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 313 pci_config_get32(handle, offset + PCI_MSI_ADDR_OFFSET)); in ixgbe_pci_dump()
|
/titanic_50/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 352 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 D | myri10ge.c | 5672 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()
|