Home
last modified time | relevance | path

Searched refs:rte_eth_remove_tx_callback (Results 1 – 8 of 8) sorted by relevance

/dpdk/lib/ethdev/
H A Dversion.map94 rte_eth_remove_tx_callback;
H A Drte_ethdev.h4664 int rte_eth_remove_tx_callback(uint16_t port_id, uint16_t queue_id,
H A Drte_ethdev.c4914 rte_eth_remove_tx_callback(uint16_t port_id, uint16_t queue_id, in rte_eth_remove_tx_callback() function
/dpdk/app/test-pmd/
H A Dutil.c373 rte_eth_remove_tx_callback(portid, queue, in remove_tx_md_callback()
429 rte_eth_remove_tx_callback(portid, queue, in remove_tx_dynf_callback()
H A Dconfig.c5223 rte_eth_remove_tx_callback(portid, queue, in remove_tx_dump_callbacks()
/dpdk/lib/latencystats/
H A Drte_latencystats.c327 ret = rte_eth_remove_tx_callback(pid, qid, cbs->cb); in rte_latencystats_uninit()
/dpdk/lib/bpf/
H A Dbpf_pkt.c462 rte_eth_remove_tx_callback(port, queue, bc->cb); in bpf_eth_unload()
/dpdk/lib/pdump/
H A Drte_pdump.c270 ret = rte_eth_remove_tx_callback(port, qid, cbs->cb); in pdump_register_tx_callbacks()