Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c554 phys_addr_t src_phys_addr; in pci_epf_test_write() local
588 src_phys_addr = dma_map_single(dma_dev, buf, map_size, in pci_epf_test_write()
590 if (dma_mapping_error(dma_dev, src_phys_addr)) { in pci_epf_test_write()
600 map.phys_addr, src_phys_addr, in pci_epf_test_write()
607 dma_unmap_single(dma_dev, src_phys_addr, map_size, in pci_epf_test_write()