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.c538 phys_addr_t src_phys_addr; in pci_epf_test_write() local
572 src_phys_addr = dma_map_single(dma_dev, buf, map_size, in pci_epf_test_write()
574 if (dma_mapping_error(dma_dev, src_phys_addr)) { in pci_epf_test_write()
584 map.phys_addr, src_phys_addr, in pci_epf_test_write()
591 dma_unmap_single(dma_dev, src_phys_addr, map_size, in pci_epf_test_write()