Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_PCI_E (Results 1 – 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_libhv.c92 (hdr_cap_id != PCI_CAP_ID_PCI_E)) { in hvio_rp_mps()
109 if (hdr_cap_id != PCI_CAP_ID_PCI_E) in hvio_rp_mps()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_osdep.c69 uint8_t pcie_id = PCI_CAP_ID_PCI_E; in e1000_read_pcie_cap_reg()
93 uint8_t pcie_id = PCI_CAP_ID_PCI_E; in e1000_write_pcie_cap_reg()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.h71 #define PCI_CAP_ID_PCI_E 0x10 /* PCI Express supported */ macro
H A Dopl_picl.c689 if (capid == PCI_CAP_ID_PCI_E) { in get_lane_width()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_osdep.c125 uint8_t pcie_id = PCI_CAP_ID_PCI_E; in e1000_write_pcie_cap_reg()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_pci.c137 if ((rc = sfxge_pci_cap_find(sp, PCI_CAP_ID_PCI_E, &off)) != 0) in sfxge_pci_init()
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c71 if (cap == PCI_CAP_ID_PCI_E) { in check_if_device_is_pciex()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.c202 uint8_t pcie_id = PCI_CAP_ID_PCI_E; in i40e_set_hw_bus_info()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h130 #define PCI_CAP_ID_EXP PCI_CAP_ID_PCI_E
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h174 #define PCI_CAP_ID_PCI_E 0x10 /* PCI Express supported */
/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c75 if (id == PCI_CAP_ID_PCI_E) in pci_cap_probe()
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.c690 if (PCI_CAP_LOCATE(hdl, PCI_CAP_ID_PCI_E, &cap_ptr) != DDI_SUCCESS) { in ppt_wait_for_pending_txn()
745 if (PCI_CAP_LOCATE(hdl, PCI_CAP_ID_PCI_E, &cap_ptr) != DDI_SUCCESS) in ppt_max_completion_tmo_us()
777 if (PCI_CAP_LOCATE(hdl, PCI_CAP_ID_PCI_E, &cap_ptr) != DDI_SUCCESS) in ppt_flr()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c210 {PCI_CAP_ID_PCI_E, 0, 0, PCI_CAP_SZUNKNOWN, pci_pcie_save},
336 if (cap_id == PCI_CAP_ID_PCI_E) {
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h623 #define PCI_CAP_ID_PCI_E 0x10 /* PCI Express supported */ macro
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c510 (hdr_cap_id != PCI_CAP_ID_PCI_E)) { in supports_ari()
529 if (hdr_cap_id != PCI_CAP_ID_PCI_E) in supports_ari()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c473 case PCI_CAP_ID_PCI_E: in pci_prop_data_fill()
H A Dpcie.c1973 case PCI_CAP_ID_PCI_E: in pcie_init_bus()
2728 if ((PCI_CAP_LOCATE(config_handle, PCI_CAP_ID_PCI_E, in pcie_root_port()
2927 if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_ptr)) in pcie_ari_device()
H A Dpcieb.c438 if (PCI_CAP_LOCATE(cfg_hdl, PCI_CAP_ID_PCI_E, &cap_ptr) in pcieb_41210_mps_wkrnd()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_gld.c1351 if (cap_id == PCI_CAP_ID_PCI_E) {
1393 if (cap_id == PCI_CAP_ID_PCI_E) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c70 {PCI_CAP_ID_PCI_E, "PCI_CAP_ID_PCI_E"},
3052 if (! hba->pci_cap_offset[PCI_CAP_ID_PCI_E]) { in emlxs_pci_cap_offsets()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h1136 #define PCI_CAP_ID_PCI_E 0x10 /* PCI Express supported */ macro
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c592 } else if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_ptr)) in pcicfg_get_nslots()
667 if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_ptr)) != in pcicfg_pcie_port_type()
3531 ret = PCI_CAP_LOCATE(config_handle, PCI_CAP_ID_PCI_E, &cap_ptr); in pcicfg_set_standard_props()
3971 if ((PCI_CAP_LOCATE(h, PCI_CAP_ID_PCI_E, &cap_ptr)) == in pcicfg_disable_bridge_probe_err()
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c4851 (void) PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_id_loc); in pcicfg_get_nslots()
4895 (void) PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_loc); in pcicfg_pcie_port_type()
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_chip.c708 PCI_CAP_ID_PCI_E, &val16) == DDI_SUCCESS; in rge_chip_ident()
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c4784 { PCI_CAP_ID_PCI_E, "pcie", "PCI Express", pcieadm_cap_info_pcie },
5178 if (cap_id == PCI_CAP_ID_PCI_E) { in pcieadm_cfgspace()

12