| 708 | } |
| 709 | |
| 710 | static int |
| 711 | test_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 | |
| 717 | static int |
| 718 | test_enqueue_fill(int16_t dev_id, uint16_t vchan) |
nothing calls this directly
no test coverage detected