Searched refs:rte_eth_dev_tx_queue_stop (Results 1 – 8 of 8) sorted by relevance
71 rte_eth_dev_tx_queue_stop;
2835 int rte_eth_dev_tx_queue_stop(uint16_t port_id, uint16_t tx_queue_id);
821 rte_eth_dev_tx_queue_stop(uint16_t port_id, uint16_t tx_queue_id) in rte_eth_dev_tx_queue_stop() function
585 rte_eth_dev_tx_queue_stop(i, 0); in pipeline_ethdev_destroy()
1140 rte_eth_dev_tx_queue_stop(i, 0); in perf_ethdev_destroy()
145 ``rte_eth_dev_tx_queue_start()``, ``rte_eth_dev_tx_queue_stop()``.
320 ret = rte_eth_dev_tx_queue_stop(port_id, tx_queue_id); in fs_tx_queue_stop()
2704 ret = rte_eth_dev_tx_queue_stop(res->portid, res->qid); in cmd_config_rxtx_queue_parsed()