Home
last modified time | relevance | path

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

/dpdk/lib/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.h4533 rte_eth_add_rx_callback(uint16_t port_id, uint16_t queue_id,
H A Drte_ethdev.c4725 rte_eth_add_rx_callback(uint16_t port_id, uint16_t queue_id, in rte_eth_add_rx_callback() function
/dpdk/lib/node/
H A Dethdev_rx.c166 if (!rte_eth_add_rx_callback(port, queue, eth_pkt_parse_cb, in ethdev_ptype_setup()
/dpdk/examples/rxtx_callbacks/
H A Dmain.c233 rte_eth_add_rx_callback(port, 0, add_timestamps, NULL); in port_init()
/dpdk/lib/power/
H A Drte_power_pmd_mgmt.c583 queue_cfg->cb = rte_eth_add_rx_callback(port_id, queue_id, in rte_power_ethdev_pmgmt_queue_enable()
/dpdk/lib/bpf/
H A Dbpf_pkt.c546 bc->cb = rte_eth_add_rx_callback(port, queue, frx, bc); in bpf_eth_elf_load()
/dpdk/examples/ip_fragmentation/
H A Dmain.c1062 rte_eth_add_rx_callback(portid, 0, cb_parse_ptype, NULL); in main()
/dpdk/examples/l3fwd/
H A Dmain.c1109 if (rte_eth_add_rx_callback(portid, queueid, in prepare_ptype_parser()
/dpdk/examples/l3fwd-power/
H A Dmain.c689 if (rte_eth_add_rx_callback(portid, queueid, cb_parse_ptype, NULL)) in add_cb_parse_ptype()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2738 cb = rte_eth_add_rx_callback(rxq->port_id, rxq->queue_id, in reassemble_lcore_init()
/dpdk/app/test-pmd/
H A Dconfig.c5160 rte_eth_add_rx_callback(portid, queue, in add_rx_dump_callbacks()