Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/
Dpci_endpoint_test.c330 dma_addr_t orig_dst_phys_addr; in pci_endpoint_test_copy() local
371 &orig_dst_phys_addr, GFP_KERNEL); in pci_endpoint_test_copy()
378 if (alignment && !IS_ALIGNED(orig_dst_phys_addr, alignment)) { in pci_endpoint_test_copy()
379 dst_phys_addr = PTR_ALIGN(orig_dst_phys_addr, alignment); in pci_endpoint_test_copy()
380 offset = dst_phys_addr - orig_dst_phys_addr; in pci_endpoint_test_copy()
383 dst_phys_addr = orig_dst_phys_addr; in pci_endpoint_test_copy()
407 orig_dst_phys_addr); in pci_endpoint_test_copy()