Searched refs:PCI_MSIX_CTRL (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/uts/i86xpv/io/psm/ |
H A D | xpv_intr.c | 296 msi_ctrl = pci_config_get16(handle, cap_ptr + PCI_MSIX_CTRL); in apic_pci_msi_disable_mode() 299 pci_config_put16(handle, cap_ptr + PCI_MSIX_CTRL, in apic_pci_msi_disable_mode() 343 msi_ctrl = pci_config_get16(handle, cap_ptr + PCI_MSIX_CTRL); in apic_pci_msi_enable_mode() 347 pci_config_put16(handle, cap_ptr + PCI_MSIX_CTRL, in apic_pci_msi_enable_mode()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | pci_intr_lib.c | 134 PCI_MSIX_CTRL)) == PCI_CAP_EINVAL16) in pci_get_msi_ctrl() 421 PCI_CAP_PUT16(cfg_hdle, NULL, caps_ptr, PCI_MSIX_CTRL, in pci_msi_enable_mode() 468 PCI_CAP_PUT16(cfg_hdle, NULL, caps_ptr, PCI_MSIX_CTRL, in pci_msi_disable_mode()
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_debug.c | 207 msix_ctrl = pci_config_get16(handle, offset + PCI_MSIX_CTRL); in pci_dump()
|
/titanic_44/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic_introp.c | 443 msi_ctrl = pci_config_get16(handle, cap_ptr + PCI_MSIX_CTRL); in apic_pci_msi_enable_mode() 447 pci_config_put16(handle, cap_ptr + PCI_MSIX_CTRL, in apic_pci_msi_enable_mode()
|
H A D | apic_common.c | 1718 msi_ctrl = pci_config_get16(handle, cap_ptr + PCI_MSIX_CTRL); in apic_pci_msi_disable_mode() 1721 pci_config_put16(handle, cap_ptr + PCI_MSIX_CTRL, in apic_pci_msi_disable_mode()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | pci.h | 933 #define PCI_MSIX_CTRL 0x02 /* MSI-X control register, 2 bytes */ macro
|
/titanic_44/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 332 msix_ctrl = pci_config_get16(handle, offset + PCI_MSIX_CTRL); in ixgbe_pci_dump()
|
/titanic_44/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 408 msi_ctrl = pci_config_get16(handle, cap_ptr + PCI_MSIX_CTRL); in apix_pci_msi_enable_mode() 412 pci_config_put16(handle, cap_ptr + PCI_MSIX_CTRL, in apix_pci_msi_enable_mode()
|
H A D | apix.c | 1621 msix_ctrl = pci_config_get16(handle, cap_ptr + PCI_MSIX_CTRL); in apix_set_cpu()
|
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon.c | 4598 PCI_MSIX_CTRL)) == PCI_CAP_EINVAL16) in get_msix_ctrl() 4657 PCI_MSIX_CTRL)) == PCI_CAP_EINVAL16) in hermon_set_msix_info() 4786 caps_ctrl, PCI_MSIX_CTRL)) == PCI_CAP_EINVAL16) in hermon_intr_disable() 4806 PCI_CAP_PUT16(pci_cfg_hdl, NULL, caps_ctrl, PCI_MSIX_CTRL, in hermon_intr_disable()
|
/titanic_44/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 255 PCI_MSIX_CTRL); in pci_common_intr_ops()
|