| 5687 | } |
| 5688 | |
| 5689 | static int |
| 5690 | validation_test(struct active_device *ad, struct test_op_params *op_params) |
| 5691 | { |
| 5692 | return validation_latency_test(ad, op_params, false); |
| 5693 | } |
| 5694 | |
| 5695 | static int |
| 5696 | get_bbdev_queue_stats(uint16_t dev_id, uint16_t queue_id, |
nothing calls this directly
no test coverage detected