Home
last modified time | relevance | path

Searched refs:PCI_CAP_EINVAL32 (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/
H A Dpci_cap.c94 if ((xcaps_hdr = pci_config_get32(h, base)) == PCI_CAP_EINVAL32) in pci_cap_probe()
106 if ((xcaps_hdr = pci_config_get32(h, base)) == PCI_CAP_EINVAL32) in pci_cap_probe()
181 if ((xcaps_hdr = pci_config_get32(h, base)) == PCI_CAP_EINVAL32) in pci_xcap_locate()
258 return (PCI_CAP_EINVAL32); in pci_cap_get()
279 data = PCI_CAP_EINVAL32; in pci_cap_get()
342 if ((*ptr++ = pci_config_get32(h, base)) == PCI_CAP_EINVAL32) in pci_cap_read()
H A Dpci_intr_lib.c511 offset)) == PCI_CAP_EINVAL32) in pci_msi_set_mask()
574 offset)) == PCI_CAP_EINVAL32) in pci_msi_clr_mask()
641 offset)) == PCI_CAP_EINVAL32) in pci_msi_get_pending()
/titanic_44/usr/src/uts/common/io/pciex/
H A Dpcie.c1079 if (capid == PCI_CAP_EINVAL32) in pcie_init_bus()
1409 PCI_CAP_EINVAL32) { in pcie_enable_errors()
1419 PCI_CAP_EINVAL32) { in pcie_enable_errors()
1429 PCI_CAP_EINVAL32) { in pcie_enable_errors()
1441 PCI_CAP_EINVAL32) { in pcie_enable_errors()
1450 PCI_CAP_EINVAL32) { in pcie_enable_errors()
1560 PCI_CAP_EINVAL32) { in pcie_disable_errors()
/titanic_44/usr/src/uts/common/sys/
H A Dpci_cap.h60 #define PCI_CAP_EINVAL32 0xffffffff macro