Lines Matching defs:upstream
612 * sw->link_width is from upstream perspective
783 * Check first that the parent switch has its upstream USB3
994 * enabled for the upstream port of the router so we do it here.
998 /* Scan upstream retimers */
1687 tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug: %d)\n",
2375 struct pci_dev *upstream, *pdev;
2391 upstream = pci_upstream_bridge(nhi->pdev);
2392 while (upstream) {
2393 if (!pci_is_pcie(upstream))
2395 if (pci_pcie_type(upstream) == PCI_EXP_TYPE_UPSTREAM)
2397 upstream = pci_upstream_bridge(upstream);
2400 if (!upstream)
2409 for_each_pci_bridge(pdev, upstream->subordinate) {