Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/powernv/
Dpci-ioda.c1456 static int pnv_pci_ioda_dev_dma_weight(struct pci_dev *dev, void *data) in pnv_pci_ioda_dev_dma_weight() function
1485 pnv_pci_ioda_dev_dma_weight(pe->parent_dev, &weight); in pnv_pci_ioda_pe_dma_weight()
1491 pnv_pci_ioda_dev_dma_weight(pe->pdev, &weight); in pnv_pci_ioda_pe_dma_weight()
1496 pnv_pci_ioda_dev_dma_weight(pdev, &weight); in pnv_pci_ioda_pe_dma_weight()
1498 pci_walk_bus(pe->pbus, pnv_pci_ioda_dev_dma_weight, &weight); in pnv_pci_ioda_pe_dma_weight()
1522 pci_walk_bus(phb->hose->bus, pnv_pci_ioda_dev_dma_weight, in pnv_pci_ioda1_setup_dma_pe()