Searched refs:PCI_MSI_ADDR_OFFSET (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | pci_intr_lib.c | 223 PCI_CAP_PUT32(h, 0, caps_ptr, PCI_MSI_ADDR_OFFSET, addr); in pci_msi_configure() 226 PCI_CAP_GET32(h, 0, caps_ptr, PCI_MSI_ADDR_OFFSET))); in pci_msi_configure() 229 PCI_CAP_PUT32(h, 0, caps_ptr, PCI_MSI_ADDR_OFFSET in pci_msi_configure() 234 caps_ptr, PCI_MSI_ADDR_OFFSET + 4))); in pci_msi_configure() 310 PCI_CAP_PUT32(h, 0, caps_ptr, PCI_MSI_ADDR_OFFSET, 0); in pci_msi_unconfigure() 314 PCI_CAP_PUT32(h, 0, caps_ptr, PCI_MSI_ADDR_OFFSET in pci_msi_unconfigure()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic_introp.c | 117 cap_ptr + PCI_MSI_ADDR_OFFSET, msi_addr); in apic_pci_msi_enable_vector() 121 cap_ptr + PCI_MSI_ADDR_OFFSET + 4, msi_addr >> 32); in apic_pci_msi_enable_vector()
|
H A D | apic_common.c | 1852 pci_config_put32(handle, cap_ptr + PCI_MSI_ADDR_OFFSET, 0); in apic_pci_msi_unconfigure() 1858 cap_ptr + PCI_MSI_ADDR_OFFSET + 4, 0); in apic_pci_msi_unconfigure()
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci.h | 918 #define PCI_MSI_ADDR_OFFSET 0x04 /* MSI 32-bit msg address, 4 bytes */ macro
|
/illumos-gate/usr/src/cmd/pcieadm/ |
H A D | pcieadm_cfgspace.c | 1207 { PCI_MSI_ADDR_OFFSET, 4, "addr", "Message Address", 1217 { PCI_MSI_ADDR_OFFSET, 4, "addr", "Message Address", 1229 { PCI_MSI_ADDR_OFFSET, 4, "addr", "Message Address", 1245 { PCI_MSI_ADDR_OFFSET, 4, "addr", "Message Address", 1257 { PCI_MSI_ADDR_OFFSET, 4, "addr", "Message Address", 1271 { PCI_MSI_ADDR_OFFSET, 4, "addr", "Message Address",
|
/illumos-gate/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 354 cap_ptr + PCI_MSI_ADDR_OFFSET, msi_addr); in apix_pci_msi_enable_vector() 357 cap_ptr + PCI_MSI_ADDR_OFFSET + 4, msi_addr >> 32); in apix_pci_msi_enable_vector()
|
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 5638 pci_config_get32(handle, ptr + PCI_MSI_ADDR_OFFSET); in myri10ge_save_msi_state() 5640 pci_config_get32(handle, ptr + PCI_MSI_ADDR_OFFSET + 4); in myri10ge_save_msi_state() 5664 pci_config_put32(handle, ptr + PCI_MSI_ADDR_OFFSET, in myri10ge_restore_msi_state() 5666 pci_config_put32(handle, ptr + PCI_MSI_ADDR_OFFSET + 4, in myri10ge_restore_msi_state()
|