Searched refs:rte_eth_tx_burst_mode_get (Results 1 – 6 of 6) sorted by relevance
172 rte_eth_tx_burst_mode_get;
4334 int rte_eth_tx_burst_mode_get(uint16_t port_id, uint16_t queue_id,
5095 rte_eth_tx_burst_mode_get(uint16_t port_id, uint16_t queue_id, in rte_eth_tx_burst_mode_get() function
919 * **[related] API**: ``rte_eth_rx_burst_mode_get()``, ``rte_eth_tx_burst_mode_get()``.
123 ``rte_eth_tx_burst_mode_get`` that allow an application
520 if (rte_eth_tx_burst_mode_get(port_id, queue_id, &mode) == 0) in tx_queue_infos_display()