Searched refs:rte_eth_add_rx_callback (Results 1 – 13 of 13) sorted by relevance
| /dpdk/lib/ethdev/ |
| H A D | ethdev_profile.c | 44 if (!rte_eth_add_rx_callback( in vtune_profile_rx_init()
|
| H A D | version.map | 5 rte_eth_add_rx_callback;
|
| H A D | rte_ethdev.h | 4533 rte_eth_add_rx_callback(uint16_t port_id, uint16_t queue_id,
|
| H A D | rte_ethdev.c | 4725 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 D | ethdev_rx.c | 166 if (!rte_eth_add_rx_callback(port, queue, eth_pkt_parse_cb, in ethdev_ptype_setup()
|
| /dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 233 rte_eth_add_rx_callback(port, 0, add_timestamps, NULL); in port_init()
|
| /dpdk/lib/power/ |
| H A D | rte_power_pmd_mgmt.c | 583 queue_cfg->cb = rte_eth_add_rx_callback(port_id, queue_id, in rte_power_ethdev_pmgmt_queue_enable()
|
| /dpdk/lib/bpf/ |
| H A D | bpf_pkt.c | 546 bc->cb = rte_eth_add_rx_callback(port, queue, frx, bc); in bpf_eth_elf_load()
|
| /dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 1062 rte_eth_add_rx_callback(portid, 0, cb_parse_ptype, NULL); in main()
|
| /dpdk/examples/l3fwd/ |
| H A D | main.c | 1109 if (rte_eth_add_rx_callback(portid, queueid, in prepare_ptype_parser()
|
| /dpdk/examples/l3fwd-power/ |
| H A D | main.c | 689 if (rte_eth_add_rx_callback(portid, queueid, cb_parse_ptype, NULL)) in add_cb_parse_ptype()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 2738 cb = rte_eth_add_rx_callback(rxq->port_id, rxq->queue_id, in reassemble_lcore_init()
|
| /dpdk/app/test-pmd/ |
| H A D | config.c | 5160 rte_eth_add_rx_callback(portid, queue, in add_rx_dump_callbacks()
|