MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_completion_handling

Function test_completion_handling

dpdk/app/test/test_dmadev.c:710–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710static int
711test_completion_handling(int16_t dev_id, uint16_t vchan)
712{
713 return test_completion_status(dev_id, vchan, false) /* without fences */
714 || test_completion_status(dev_id, vchan, true); /* with fences */
715}
716
717static int
718test_enqueue_fill(int16_t dev_id, uint16_t vchan)

Callers

nothing calls this directly

Calls 1

test_completion_statusFunction · 0.85

Tested by

no test coverage detected