Home
last modified time | relevance | path

Searched refs:rte_eth_add_rx_callback (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dethdev_profile.c44 if (!rte_eth_add_rx_callback( in vtune_profile_rx_init()
H A Dversion.map5 rte_eth_add_rx_callback;
H A Drte_ethdev.h4115 rte_eth_add_rx_callback(uint16_t port_id, uint16_t queue_id,
H A Drte_ethdev.c4767 rte_eth_add_rx_callback(uint16_t port_id, uint16_t queue_id, in rte_eth_add_rx_callback() function
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Drxtx_callbacks.rst118 rte_eth_add_rx_callback(port, 0, add_timestamps, NULL);
129 rte_eth_add_rx_callback(port, 0, add_timestamps, NULL);
/f-stack/dpdk/lib/librte_node/
H A Dethdev_rx.c167 if (!rte_eth_add_rx_callback(port, queue, eth_pkt_parse_cb, in ethdev_ptype_setup()
/f-stack/dpdk/examples/rxtx_callbacks/
H A Dmain.c232 rte_eth_add_rx_callback(port, 0, add_timestamps, NULL); in port_init()
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_pkt.c561 bc->cb = rte_eth_add_rx_callback(port, queue, frx, bc); in bpf_eth_elf_load()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c1060 rte_eth_add_rx_callback(portid, 0, cb_parse_ptype, NULL); in main()
/f-stack/dpdk/examples/l3fwd/
H A Dmain.c879 if (rte_eth_add_rx_callback(portid, queueid, in prepare_ptype_parser()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c676 if (rte_eth_add_rx_callback(portid, queueid, cb_parse_ptype, NULL)) in add_cb_parse_ptype()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2586 cb = rte_eth_add_rx_callback(rxq->port_id, rxq->queue_id, in reassemble_lcore_init()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c3741 if (!rte_eth_add_rx_callback(portid, queueid, in main()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c4172 rte_eth_add_rx_callback(portid, queue, in add_rx_dump_callbacks()