Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/
Dpci_endpoint_test.c336 dma_addr_t orig_dst_phys_addr; in pci_endpoint_test_copy() local
377 &orig_dst_phys_addr, GFP_KERNEL); in pci_endpoint_test_copy()
384 if (alignment && !IS_ALIGNED(orig_dst_phys_addr, alignment)) { in pci_endpoint_test_copy()
385 dst_phys_addr = PTR_ALIGN(orig_dst_phys_addr, alignment); in pci_endpoint_test_copy()
386 offset = dst_phys_addr - orig_dst_phys_addr; in pci_endpoint_test_copy()
389 dst_phys_addr = orig_dst_phys_addr; in pci_endpoint_test_copy()
413 orig_dst_phys_addr); in pci_endpoint_test_copy()