| 192 | } |
| 193 | |
| 194 | static void |
| 195 | error_exit(int dev_id) |
| 196 | { |
| 197 | rte_dma_stop(dev_id); |
| 198 | rte_dma_close(dev_id); |
| 199 | rte_exit(EXIT_FAILURE, "DMA error\n"); |
| 200 | } |
| 201 | |
| 202 | static inline void |
| 203 | do_dma_submit_and_poll(uint16_t dev_id, uint64_t *async_cnt, |
no test coverage detected