Searched refs:rte_eth_tx_burst_mode_get (Results 1 – 6 of 6) sorted by relevance
113 rte_eth_tx_burst_mode_get;
4750 int rte_eth_tx_burst_mode_get(uint16_t port_id, uint16_t queue_id,
5065 rte_eth_tx_burst_mode_get(uint16_t port_id, uint16_t queue_id, in rte_eth_tx_burst_mode_get() function
916 * **[related] API**: ``rte_eth_rx_burst_mode_get()``, ``rte_eth_tx_burst_mode_get()``.
76 ``rte_eth_tx_burst_mode_get`` that allow an application
529 if (rte_eth_tx_burst_mode_get(port_id, queue_id, &mode) == 0) in tx_queue_infos_display()