Searched refs:rte_eth_dev_tx_queue_stop (Results 1 – 6 of 6) sorted by relevance
66 rte_eth_dev_tx_queue_stop;
2477 int rte_eth_dev_tx_queue_stop(uint16_t port_id, uint16_t tx_queue_id);
1060 rte_eth_dev_tx_queue_stop(uint16_t port_id, uint16_t tx_queue_id) in rte_eth_dev_tx_queue_stop() function
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()
2597 ret = rte_eth_dev_tx_queue_stop(res->portid, res->qid); in cmd_config_rxtx_queue_parsed()