Searched refs:rte_eth_add_tx_callback (Results 1 – 9 of 9) sorted by relevance
| /dpdk/lib/ethdev/ |
| H A D | version.map | 6 rte_eth_add_tx_callback;
|
| H A D | rte_ethdev.h | 4592 rte_eth_add_tx_callback(uint16_t port_id, uint16_t queue_id,
|
| H A D | rte_ethdev.c | 4821 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 D | util.c | 353 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 D | config.c | 5181 rte_eth_add_tx_callback(portid, queue, in add_tx_dump_callbacks()
|
| /dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 234 rte_eth_add_tx_callback(port, 0, calc_latency, NULL); in port_init()
|
| /dpdk/lib/latencystats/ |
| H A D | rte_latencystats.c | 284 cbs->cb = rte_eth_add_tx_callback(pid, qid, in rte_latencystats_init()
|
| /dpdk/lib/bpf/ |
| H A D | bpf_pkt.c | 548 bc->cb = rte_eth_add_tx_callback(port, queue, ftx, bc); in bpf_eth_elf_load()
|
| /dpdk/lib/pdump/ |
| H A D | rte_pdump.c | 253 cbs->cb = rte_eth_add_tx_callback(port, qid, pdump_tx, in pdump_register_tx_callbacks()
|