Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c223 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 Digb_debug.c188 pci_config_get32(handle, offset + PCI_MSI_ADDR_OFFSET)); in pci_dump()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c119 cap_ptr + PCI_MSI_ADDR_OFFSET, msi_addr); in apic_pci_msi_enable_vector()
123 cap_ptr + PCI_MSI_ADDR_OFFSET + 4, msi_addr >> 32); in apic_pci_msi_enable_vector()
H A Dapic_common.c1852 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 Dixgbe_debug.c313 pci_config_get32(handle, offset + PCI_MSI_ADDR_OFFSET)); in ixgbe_pci_dump()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c495 pci_config_get32(handle, offset + PCI_MSI_ADDR_OFFSET)); in pciconfig_dump()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h915 #define PCI_MSI_ADDR_OFFSET 0x04 /* MSI 32-bit msg address, 4 bytes */ macro
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c1207 { 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 Dapix_utils.c354 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 Dmyri10ge.c5638 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()