| 889 | } |
| 890 | |
| 891 | static void |
| 892 | dma_fp_object_dummy(struct rte_dma_fp_object *obj) |
| 893 | { |
| 894 | obj->dev_private = NULL; |
| 895 | obj->copy = dummy_copy; |
| 896 | obj->copy_sg = dummy_copy_sg; |
| 897 | obj->fill = dummy_fill; |
| 898 | obj->submit = dummy_submit; |
| 899 | obj->completed = dummy_completed; |
| 900 | obj->completed_status = dummy_completed_status; |
| 901 | obj->burst_capacity = dummy_burst_capacity; |
| 902 | } |
| 903 | |
| 904 | static int |
| 905 | dmadev_handle_dev_list(const char *cmd __rte_unused, |
no outgoing calls
no test coverage detected