Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c465 phys_addr_t dst_phys_addr; in pci_epf_test_read() local
498 dst_phys_addr = dma_map_single(dma_dev, buf, map_size, in pci_epf_test_read()
500 if (dma_mapping_error(dma_dev, dst_phys_addr)) { in pci_epf_test_read()
509 dst_phys_addr, map.phys_addr, in pci_epf_test_read()
515 dma_unmap_single(dma_dev, dst_phys_addr, map_size, in pci_epf_test_read()