Searched refs:rte_eth_dev_rx_queue_stop (Results 1 – 7 of 7) sorted by relevance
49 rte_eth_dev_rx_queue_stop;
2440 int rte_eth_dev_rx_queue_stop(uint16_t port_id, uint16_t rx_queue_id);
987 rte_eth_dev_rx_queue_stop(uint16_t port_id, uint16_t rx_queue_id) in rte_eth_dev_rx_queue_stop() function
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()
2863 state (see ``rte_eth_dev_rx_queue_stop()`` and ``rte_eth_dev_stop()``).
2593 ret = rte_eth_dev_rx_queue_stop(res->portid, res->qid); in cmd_config_rxtx_queue_parsed()