Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_dmadev.c586 test_completion_status(int16_t dev_id, uint16_t vchan, bool fence) in test_completion_status() function
624 return test_completion_status(dev_id, vchan, false) /* without fences */ in test_completion_handling()
625 || test_completion_status(dev_id, vchan, true); /* with fences */ in test_completion_handling()
/dpdk/drivers/raw/ioat/
H A Dioat_rawdev_test.c356 test_completion_status(int dev_id) in test_completion_status() function
710 if (test_completion_status(dev_id) != 0) in ioat_rawdev_test()