Searched refs:rte_eth_dev_rx_queue_stop (Results 1 – 9 of 9) sorted by relevance
53 rte_eth_dev_rx_queue_stop;
2798 int rte_eth_dev_rx_queue_stop(uint16_t port_id, uint16_t rx_queue_id);
750 rte_eth_dev_rx_queue_stop(uint16_t port_id, uint16_t rx_queue_id) in rte_eth_dev_rx_queue_stop() function
570 rte_eth_dev_rx_queue_stop(i, j); in pipeline_ethdev_rx_stop()
1125 rte_eth_dev_rx_queue_stop(i, 0); in perf_ethdev_rx_stop()
144 * **[related] API**: ``rte_eth_dev_rx_queue_start()``, ``rte_eth_dev_rx_queue_stop()``,
267 ret = rte_eth_dev_rx_queue_stop(port_id, rx_queue_id); in fs_rx_queue_stop()
3488 state (see ``rte_eth_dev_rx_queue_stop()`` and ``rte_eth_dev_stop()``).
2700 ret = rte_eth_dev_rx_queue_stop(res->portid, res->qid); in cmd_config_rxtx_queue_parsed()