Searched refs:PCI_EINVAL16 (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | pci_mech1.c | 76 return (PCI_EINVAL16); in pci_mech1_getw() 80 return (PCI_EINVAL16); in pci_mech1_getw()
|
H A D | pci_mech1_amd.c | 122 return (PCI_EINVAL16); in pci_mech1_amd_getw() 126 return (PCI_EINVAL16); in pci_mech1_amd_getw()
|
H A D | pci_mech2.c | 98 return (PCI_EINVAL16); in pci_mech2_getw()
|
/illumos-gate/usr/src/uts/intel/io/imc/ |
H A D | imc.c | 2319 "vendor-id", PCI_EINVAL16); in imc_stub_scan_cb() 2321 "device-id", PCI_EINVAL16); in imc_stub_scan_cb() 2322 if (vid == PCI_EINVAL16 || did == PCI_EINVAL16) { in imc_stub_scan_cb() 2490 "vendor-id", PCI_EINVAL16); in imc_attach_stub() 2492 "device-id", PCI_EINVAL16); in imc_attach_stub() 2493 if (vid == PCI_EINVAL16 || did == PCI_EINVAL16) { in imc_attach_stub()
|
/illumos-gate/usr/src/uts/intel/io/amdzen/ |
H A D | amdzen.c | 2108 "vendor-id", PCI_EINVAL16); in amdzen_stub_scan_cb() 2110 "device-id", PCI_EINVAL16); in amdzen_stub_scan_cb() 2111 if (vid == PCI_EINVAL16 || did == PCI_EINVAL16) { in amdzen_stub_scan_cb() 2220 "vendor-id", PCI_EINVAL16); in amdzen_attach_stub() 2222 "device-id", PCI_EINVAL16); in amdzen_attach_stub() 2223 if (vid == PCI_EINVAL16 || did == PCI_EINVAL16) { in amdzen_attach_stub()
|
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pciehpc.c | 1359 "vendor-id", PCI_EINVAL16); in pciehpc_led_init() 1361 "device-id", PCI_EINVAL16); in pciehpc_led_init() 1363 DDI_PROP_DONTPASS, "subsystem-vendor-id", PCI_EINVAL16); in pciehpc_led_init() 1365 DDI_PROP_DONTPASS, "subsystem-id", PCI_EINVAL16); in pciehpc_led_init()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci.h | 1274 #define PCI_EINVAL16 0xffff macro
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pci_props.c | 399 if (prop->ppd_vendid == PCI_EINVAL16) { in pci_prop_data_fill()
|
H A D | pcie.c | 1615 if (vers == PCI_EINVAL16) in pcie_capture_speeds() 1639 if (ctl2 == PCI_EINVAL16) in pcie_capture_speeds() 1656 if (status == PCI_EINVAL16 || cap == PCI_EINVAL32) in pcie_capture_speeds()
|
H A D | pcie_fault.c | 645 pcie_slot_regs->pcie_slot_control != PCI_EINVAL16 && in pf_pcie_regs_gather() 646 pcie_slot_regs->pcie_slot_status != PCI_EINVAL16) { in pf_pcie_regs_gather()
|
/illumos-gate/usr/src/cmd/pcieadm/ |
H A D | pcieadm_cfgspace.c | 4108 if (ctrl == PCI_EINVAL16) { in pcieadm_cap_info_msi() 5225 while (cap != 0 && cap != PCI_EINVAL16) { in pcieadm_cfgspace()
|