Home
last modified time | relevance | path

Searched refs:pbridge (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c5559 struct pci_dev *pbridge; in cxgb4_iov_configure() local
5570 pbridge = pdev->bus->self; in cxgb4_iov_configure()
5571 pcie_capability_read_word(pbridge, PCI_EXP_FLAGS, &flags); in cxgb4_iov_configure()
5572 pcie_capability_read_dword(pbridge, PCI_EXP_DEVCAP2, &devcap2); in cxgb4_iov_configure()
5581 pbridge->bus->number, PCI_SLOT(pbridge->devfn), in cxgb4_iov_configure()
5582 PCI_FUNC(pbridge->devfn)); in cxgb4_iov_configure()
/Linux-v5.4/drivers/iommu/
Dintel-iommu.c746 struct pci_dev *pdev, *pbridge; in is_downstream_to_pci_bridge() local
752 pbridge = to_pci_dev(bridge); in is_downstream_to_pci_bridge()
754 if (pbridge->subordinate && in is_downstream_to_pci_bridge()
755 pbridge->subordinate->number <= pdev->bus->number && in is_downstream_to_pci_bridge()
756 pbridge->subordinate->busn_res.end >= pdev->bus->number) in is_downstream_to_pci_bridge()