Home
last modified time | relevance | path

Searched refs:rte_eth_remove_rx_callback (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map88 rte_eth_remove_rx_callback;
H A Drte_ethdev.h4210 int rte_eth_remove_rx_callback(uint16_t port_id, uint16_t queue_id,
H A Drte_ethdev.c4922 rte_eth_remove_rx_callback(uint16_t port_id, uint16_t queue_id, in rte_eth_remove_rx_callback() function
/f-stack/dpdk/lib/librte_latencystats/
H A Drte_latencystats.c323 ret = rte_eth_remove_rx_callback(pid, qid, cbs->cb); in rte_latencystats_uninit()
/f-stack/dpdk/lib/librte_pdump/
H A Drte_pdump.c162 ret = rte_eth_remove_rx_callback(port, qid, cbs->cb); in pdump_register_rx_callbacks()
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_pkt.c475 rte_eth_remove_rx_callback(port, queue, bc->cb); in bpf_eth_unload()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c4213 rte_eth_remove_rx_callback(portid, queue, in remove_rx_dump_callbacks()