Searched refs:rte_rawdev_start (Results 1 – 11 of 11) sorted by relevance
27 rte_rawdev_start;
235 rte_rawdev_start(uint16_t dev_id);
392 rte_rawdev_start(uint16_t dev_id) in rte_rawdev_start() function
178 #define rte_qdma_start(id) rte_rawdev_start(id)
115 rte_rawdev_start(dev_id); in open_ioat()
242 if (rte_rawdev_start(dev_id) != 0) { in ioat_rawdev_test()
339 rte_rawdev_start(test_dev_id); in test_rawdev_start_stop()
288 started using ``rte_rawdev_start()`` function. Each of the above operations303 if (rte_rawdev_start(dev_id) != 0) {305 "Error with rte_rawdev_start()\n");
735 if (rte_rawdev_start(dev_id) != 0) { in configure_rawdev_queue()
187 ``rte_rawdev_start()`` API.
1437 ret = rte_rawdev_start(dev_id); in main()