Home
last modified time | relevance | path

Searched refs:pcie_is_child (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c794 if (!pcie_is_child(dip, rdip)) in npe_ctlops()
817 if (!pcie_is_child(dip, rdip)) in npe_ctlops()
/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_pci.c513 if (!pcie_is_child(dip, rdip)) in ppb_ctlops()
528 if (!pcie_is_child(dip, rdip)) in ppb_ctlops()
/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx.c1267 if (!pcie_is_child(dip, rdip)) in px_ctlops()
1315 if (!pcie_is_child(dip, rdip)) in px_ctlops()
/titanic_41/usr/src/uts/common/sys/
H A Dpcie_impl.h538 extern boolean_t pcie_is_child(dev_info_t *dip, dev_info_t *rdip);
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c589 if (!pcie_is_child(dip, rdip)) in ppb_ctlops()
600 if (!pcie_is_child(dip, rdip)) in ppb_ctlops()
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcieb.c614 if (!pcie_is_child(dip, rdip)) in pcieb_ctlops()
673 if (!pcie_is_child(dip, rdip)) in pcieb_ctlops()
H A Dpcie.c1708 pcie_is_child(dev_info_t *dip, dev_info_t *rdip) in pcie_is_child() function