Home
last modified time | relevance | path

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

/spdk/test/unit/lib/dma/dma.c/
H A Ddma_ut.c44 test_memory_domain_translate_memory_cb(struct spdk_memory_domain *src_device, void *src_device_ctx, in test_memory_domain_translate_memory_cb() function
148 spdk_memory_domain_set_translation(domain, test_memory_domain_translate_memory_cb); in test_dma()
176 spdk_memory_domain_set_translation(domain, test_memory_domain_translate_memory_cb); in test_dma()
177 CU_ASSERT(domain->translate_cb == test_memory_domain_translate_memory_cb); in test_dma()