Searched refs:rte_eth_dev_rx_queue_start (Results 1 – 7 of 7) sorted by relevance
48 rte_eth_dev_rx_queue_start;
2422 int rte_eth_dev_rx_queue_start(uint16_t port_id, uint16_t rx_queue_id);
946 rte_eth_dev_rx_queue_start(uint16_t port_id, uint16_t rx_queue_id) in rte_eth_dev_rx_queue_start() function
144 * **[related] API**: ``rte_eth_dev_rx_queue_start()``, ``rte_eth_dev_rx_queue_stop()``,
293 ret = rte_eth_dev_rx_queue_start(port_id, rx_queue_id); in fs_rx_queue_start()
503 set up at runtime need to be started explicitly by ``rte_eth_dev_rx_queue_start``
2591 ret = rte_eth_dev_rx_queue_start(res->portid, res->qid); in cmd_config_rxtx_queue_parsed()