Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Dversion.map113 rte_eth_tx_burst_mode_get;
H A Drte_ethdev.h4750 int rte_eth_tx_burst_mode_get(uint16_t port_id, uint16_t queue_id,
H A Drte_ethdev.c5065 rte_eth_tx_burst_mode_get(uint16_t port_id, uint16_t queue_id, in rte_eth_tx_burst_mode_get() function
/dpdk/doc/guides/nics/
H A Dfeatures.rst916 * **[related] API**: ``rte_eth_rx_burst_mode_get()``, ``rte_eth_tx_burst_mode_get()``.
/dpdk/doc/guides/rel_notes/
H A Drelease_19_11.rst76 ``rte_eth_tx_burst_mode_get`` that allow an application
/dpdk/app/test-pmd/
H A Dconfig.c529 if (rte_eth_tx_burst_mode_get(port_id, queue_id, &mode) == 0) in tx_queue_infos_display()