Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dutil.c310 rte_eth_remove_tx_callback(portid, queue, in remove_tx_md_callback()
366 rte_eth_remove_tx_callback(portid, queue, in remove_tx_dynf_callback()
H A Dconfig.c4235 rte_eth_remove_tx_callback(portid, queue, in remove_tx_dump_callbacks()
/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map89 rte_eth_remove_tx_callback;
H A Drte_ethdev.h4246 int rte_eth_remove_tx_callback(uint16_t port_id, uint16_t queue_id,
H A Drte_ethdev.c4956 rte_eth_remove_tx_callback(uint16_t port_id, uint16_t queue_id, in rte_eth_remove_tx_callback() function
/f-stack/dpdk/lib/librte_latencystats/
H A Drte_latencystats.c331 ret = rte_eth_remove_tx_callback(pid, qid, cbs->cb); in rte_latencystats_uninit()
/f-stack/dpdk/lib/librte_pdump/
H A Drte_pdump.c217 ret = rte_eth_remove_tx_callback(port, qid, cbs->cb); in pdump_register_tx_callbacks()
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_pkt.c477 rte_eth_remove_tx_callback(port, queue, bc->cb); in bpf_eth_unload()