Home
last modified time | relevance | path

Searched refs:rte_eth_tx_burst_mode_get (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map172 rte_eth_tx_burst_mode_get;
H A Drte_ethdev.h4334 int rte_eth_tx_burst_mode_get(uint16_t port_id, uint16_t queue_id,
H A Drte_ethdev.c5095 rte_eth_tx_burst_mode_get(uint16_t port_id, uint16_t queue_id, in rte_eth_tx_burst_mode_get() function
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst919 * **[related] API**: ``rte_eth_rx_burst_mode_get()``, ``rte_eth_tx_burst_mode_get()``.
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_11.rst123 ``rte_eth_tx_burst_mode_get`` that allow an application
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c520 if (rte_eth_tx_burst_mode_get(port_id, queue_id, &mode) == 0) in tx_queue_infos_display()