Home
last modified time | relevance | path

Searched refs:PCIY_EXPRESS (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/sys/dev/e1000/
H A De1000_osdep.c78 pci_find_cap(dev, PCIY_EXPRESS, &offset); in e1000_read_pcie_cap_reg()
92 pci_find_cap(dev, PCIY_EXPRESS, &offset); in e1000_write_pcie_cap_reg()
/freebsd/sys/dev/qat/qat_common/
H A Dqat_freebsd.c126 if (pci_find_cap(dev, PCIY_EXPRESS, &cap_reg) != 0) in pci_set_max_payload()
/freebsd/usr.sbin/pciconf/
H A Derr.c148 pcie = pci_find_cap(fd, p, PCIY_EXPRESS); in list_errors()
H A Dcap.c931 case PCIY_EXPRESS: in list_caps()
/freebsd/sys/dev/cxgbe/
H A Dosdep.h123 #define PCI_CAP_ID_EXP PCIY_EXPRESS
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h178 #define PCI_CAP_ID_EXP PCIY_EXPRESS
/freebsd/sys/dev/malo/
H A Dif_malo_pci.c175 if (pci_find_cap(dev, PCIY_EXPRESS, &reg) == 0) { in malo_pci_attach()
/freebsd/sys/dev/iommu/
H A Dbusdma_iommu.c160 if (pci_find_cap(l, PCIY_EXPRESS, &cap_offset) == 0) { in iommu_get_requester()
174 bridge_is_pcie = pci_find_cap(pcib, PCIY_EXPRESS, in iommu_get_requester()
186 PCIY_EXPRESS, &cap_offset) == 0) { in iommu_get_requester()
/freebsd/sys/dev/iwm/
H A Dif_iwm_pcie_trans.c445 error = pci_find_cap(sc->sc_dev, PCIY_EXPRESS, &pcie_ptr); in iwm_apm_config()
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.c285 return (drm_device_find_capability(dev, PCIY_EXPRESS)); in drm_pci_device_is_pcie()
H A Ddrm_pci.c455 pci_find_cap(root, PCIY_EXPRESS, &pos); in drm_pcie_get_speed_cap_mask()
/freebsd/sys/dev/oce/
H A Doce_hw.c204 if (pci_find_cap(sc->dev, PCIY_EXPRESS, &val) == 0) { in oce_get_pci_capabilities()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_mgmt.c379 if (pci_find_cap(softc->dev, PCIY_EXPRESS, &capreg)) { in bnxt_mgmt_get_dev_info()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h592 #define PCI_CAP_ID_EXP PCIY_EXPRESS
1094 if ((error = pci_find_cap(root, PCIY_EXPRESS, &pos)) != 0) in pcie_get_speed_cap()
/freebsd/sys/dev/pci/
H A Dpcireg.h150 #define PCIY_EXPRESS 0x10 /* PCI Express */ macro
H A Dpci_pci.c967 if (pci_find_cap(dev, PCIY_EXPRESS, NULL) != 0) in pcib_probe_hotplug()
2776 if (pci_find_cap(dev, PCIY_EXPRESS, &pcie_pos) == 0) { in pcib_maxslots()
3044 error = pci_find_cap(pcib, PCIY_EXPRESS, &pcie_pos); in pcib_try_enable_ari()
/freebsd/sys/dev/rtwn/pci/
H A Drtwn_pci_attach.c615 error = pci_find_cap(dev, PCIY_EXPRESS, &cap_off); in rtwn_pci_attach()
/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c347 case PCIY_EXPRESS: in fsl_pcib_attach()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c1344 pciecap.capid = PCIY_EXPRESS; in pci_emul_add_pciecap()
1408 case PCIY_EXPRESS: in pci_emul_capwrite()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c1025 if (pci_find_cap(device_get_parent(dev), PCIY_EXPRESS, &reg) == 0) in bhndb_is_pcie_attached()
/freebsd/sys/dev/sume/
H A Dif_sume.c611 if (pci_find_cap(dev, PCIY_EXPRESS, &capmem) != 0) { in sume_probe_riffa_pci()
/freebsd/sys/dev/liquidio/
H A Dlio_main.c692 pci_find_cap(oct->device, PCIY_EXPRESS, &exppos); in lio_pci_flr()
/freebsd/sys/dev/mxge/
H A Dif_mxge.c555 if (pci_find_cap(dev, PCIY_EXPRESS, &reg) == 0) { in mxge_firmware_probe()
3646 if (pci_find_cap(dev, PCIY_EXPRESS, &reg) == 0) { in mxge_setup_cfg_space()
/freebsd/sys/dev/et/
H A Dif_et.c263 if (pci_find_cap(dev, PCIY_EXPRESS, &cap) == 0) { in et_attach()
/freebsd/sys/dev/vge/
H A Dif_vge.c1022 if (pci_find_cap(dev, PCIY_EXPRESS, &cap) == 0) { in vge_attach()

12