Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c5308 struct pci_dev *pbridge; in cxgb4_iov_configure() local
5320 pbridge = pdev->bus->self; in cxgb4_iov_configure()
5321 pos = pci_find_capability(pbridge, PCI_CAP_ID_EXP); in cxgb4_iov_configure()
5322 pci_read_config_word(pbridge, pos + PCI_EXP_FLAGS, &flags); in cxgb4_iov_configure()
5323 pci_read_config_dword(pbridge, pos + PCI_EXP_DEVCAP2, &devcap2); in cxgb4_iov_configure()
5332 pbridge->bus->number, PCI_SLOT(pbridge->devfn), in cxgb4_iov_configure()
5333 PCI_FUNC(pbridge->devfn)); in cxgb4_iov_configure()