Home
last modified time | relevance | path

Searched refs:PCI_EINVAL32 (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c841 ASSERT(roff != PCI_EINVAL32); in xhci_get8()
868 ASSERT(roff != PCI_EINVAL32); in xhci_get16()
895 ASSERT(roff != PCI_EINVAL32); in xhci_get32()
922 ASSERT(roff != PCI_EINVAL32); in xhci_get64()
949 ASSERT(roff != PCI_EINVAL32); in xhci_put8()
976 ASSERT(roff != PCI_EINVAL32); in xhci_put16()
1003 ASSERT(roff != PCI_EINVAL32); in xhci_put32()
1030 ASSERT(roff != PCI_EINVAL32); in xhci_put64()
1444 if (cap_hdr == PCI_EINVAL32) in xhci_find_ext_cap()
2053 xhcip->xhci_regs_capoff = PCI_EINVAL32; in xhci_attach()
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_mech1.c97 return (PCI_EINVAL32); in pci_mech1_getl()
101 return (PCI_EINVAL32); in pci_mech1_getl()
H A Dpci_mech1_amd.c143 return (PCI_EINVAL32); in pci_mech1_amd_getl()
147 return (PCI_EINVAL32); in pci_mech1_amd_getl()
H A Dpci_mech2.c114 return (PCI_EINVAL32); in pci_mech2_getl()
/illumos-gate/usr/src/uts/intel/io/imc/
H A Dimc.c653 if (val == PCI_EINVAL32) { in imc_mcroute_check()
1194 if (mtr == PCI_EINVAL32) { in imc_fill_dimms()
1497 if (tolm == PCI_EINVAL32 || tohm_low == PCI_EINVAL32 || in imc_sad_read_tohm()
1702 if (dram == PCI_EINVAL32 || interleave == PCI_EINVAL32) { in imc_sad_read_dram_rules()
1883 if (val == PCI_EINVAL32) { in imc_tad_read_rules()
1894 if (val == PCI_EINVAL32) { in imc_tad_read_rules()
1926 if (val == PCI_EINVAL32) { in imc_tad_read_features()
1936 if (val == PCI_EINVAL32) { in imc_tad_read_features()
1960 if (val == PCI_EINVAL32) { in imc_tad_read_features()
1993 if (val == PCI_EINVAL32) { in imc_tad_read_interleave()
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.c57 if (val == PCI_EINVAL32) { in ixgbe_removed()
/illumos-gate/usr/src/uts/common/io/vioblk/
H A Dvioblk.c874 if (v != 0 && v != PCI_EINVAL32) in vioblk_read_capacity()
932 if (vib->vib_seg_max == 0 || vib->vib_seg_max == PCI_EINVAL32) { in vioblk_attach()
1033 if (v != 0 && v != PCI_EINVAL32) { in vioblk_attach()
/illumos-gate/usr/src/uts/intel/io/amdnbtemp/
H A Damdnbtemp.c112 if (at->at_raw == PCI_EINVAL32) { in amdnbtemp_read()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c991 if (high == PCI_EINVAL32 && low == PCI_EINVAL32) in pcie_determine_serial()
1653 if (cap2 == PCI_EINVAL32) in pcie_capture_speeds()
1672 if (status == PCI_EINVAL16 || cap == PCI_EINVAL32) in pcie_capture_speeds()
H A Dpcie_fault.c644 if (pcie_slot_regs->pcie_slot_cap != PCI_EINVAL32 && in pf_pcie_regs_gather()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1272 #define PCI_EINVAL32 0xffffffff macro
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.c332 if (off == PCI_EINVAL32) in ppt_find_msix_table_bar()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c1424 if (extended_cap == PCI_EINVAL32) { in ehci_take_control()
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c5246 data.pcb_u32[cap / 4] == PCI_EINVAL32) in pcieadm_cfgspace()