Home
last modified time | relevance | path

Searched refs:PCIE_IS_SWD (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h96 #define PCIE_IS_SWD(bus_p) \ macro
99 (PCIE_IS_SWU(bus_p) || PCIE_IS_SWD(bus_p))
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c1507 if (!PCIE_IS_RP(bus_p) && !PCIE_IS_SWD(bus_p)) { in pcieb_ioctl_retrain()
1529 if (!PCIE_IS_RP(bus_p) && !PCIE_IS_SWD(bus_p)) { in pcieb_ioctl_get_speed()
1589 if (!PCIE_IS_RP(bus_p) && !PCIE_IS_SWD(bus_p)) { in pcieb_ioctl_set_speed()
H A Dpcie.c1981 if ((PCIE_IS_RP(bus_p) || PCIE_IS_SWD(bus_p)) && in pcie_init_bus()
3061 if (!PCIE_IS_RP(bus_p) && !PCIE_IS_SWD(bus_p)) { in pcie_link_bw_supported()
3300 if (!PCIE_IS_RP(bus_p) && !PCIE_IS_SWD(bus_p)) { in pcie_link_set_target()
3364 if (!PCIE_IS_RP(bus_p) && !PCIE_IS_SWD(bus_p)) { in pcie_link_retrain()
H A Dpcie_fault.c634 if ((PCIE_IS_SWD(bus_p) || PCIE_IS_ROOT(bus_p)) && in pf_pcie_regs_gather()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c706 if (PCIE_IS_RP(bus_p) || PCIE_IS_SWD(bus_p) || in pcie_hp_create_port_name_num()