Home
last modified time | relevance | path

Searched refs:rte_eth_add_tx_callback (Results 1 – 9 of 9) sorted by relevance

/dpdk/lib/ethdev/
H A Dversion.map6 rte_eth_add_tx_callback;
H A Drte_ethdev.h4592 rte_eth_add_tx_callback(uint16_t port_id, uint16_t queue_id,
H A Drte_ethdev.c4821 rte_eth_add_tx_callback(uint16_t port_id, uint16_t queue_id, in rte_eth_add_tx_callback() function
/dpdk/app/test-pmd/
H A Dutil.c353 rte_eth_add_tx_callback(portid, queue, in add_tx_md_callback()
409 rte_eth_add_tx_callback(portid, queue, in add_tx_dynf_callback()
H A Dconfig.c5181 rte_eth_add_tx_callback(portid, queue, in add_tx_dump_callbacks()
/dpdk/examples/rxtx_callbacks/
H A Dmain.c234 rte_eth_add_tx_callback(port, 0, calc_latency, NULL); in port_init()
/dpdk/lib/latencystats/
H A Drte_latencystats.c284 cbs->cb = rte_eth_add_tx_callback(pid, qid, in rte_latencystats_init()
/dpdk/lib/bpf/
H A Dbpf_pkt.c548 bc->cb = rte_eth_add_tx_callback(port, queue, ftx, bc); in bpf_eth_elf_load()
/dpdk/lib/pdump/
H A Drte_pdump.c253 cbs->cb = rte_eth_add_tx_callback(port, qid, pdump_tx, in pdump_register_tx_callbacks()