Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci-ioda.c2212 static int pnv_pci_ioda_dev_dma_weight(struct pci_dev *dev, void *data) in pnv_pci_ioda_dev_dma_weight() function
2241 pnv_pci_ioda_dev_dma_weight(pe->parent_dev, &weight); in pnv_pci_ioda_pe_dma_weight()
2247 pnv_pci_ioda_dev_dma_weight(pe->pdev, &weight); in pnv_pci_ioda_pe_dma_weight()
2252 pnv_pci_ioda_dev_dma_weight(pdev, &weight); in pnv_pci_ioda_pe_dma_weight()
2254 pci_walk_bus(pe->pbus, pnv_pci_ioda_dev_dma_weight, &weight); in pnv_pci_ioda_pe_dma_weight()
2278 pci_walk_bus(phb->hose->bus, pnv_pci_ioda_dev_dma_weight, in pnv_pci_ioda1_setup_dma_pe()