Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c6307 struct pci_dev *pbridge; in cxgb4_iov_configure() local
6318 pbridge = pdev->bus->self; in cxgb4_iov_configure()
6319 pcie_capability_read_word(pbridge, PCI_EXP_FLAGS, &flags); in cxgb4_iov_configure()
6320 pcie_capability_read_dword(pbridge, PCI_EXP_DEVCAP2, &devcap2); in cxgb4_iov_configure()
6329 pbridge->bus->number, PCI_SLOT(pbridge->devfn), in cxgb4_iov_configure()
6330 PCI_FUNC(pbridge->devfn)); in cxgb4_iov_configure()
/Linux-v5.10/drivers/iommu/intel/
Diommu.c794 struct pci_dev *pdev, *pbridge; in is_downstream_to_pci_bridge() local
800 pbridge = to_pci_dev(bridge); in is_downstream_to_pci_bridge()
802 if (pbridge->subordinate && in is_downstream_to_pci_bridge()
803 pbridge->subordinate->number <= pdev->bus->number && in is_downstream_to_pci_bridge()
804 pbridge->subordinate->busn_res.end >= pdev->bus->number) in is_downstream_to_pci_bridge()