Searched refs:rte_eth_add_rx_callback (Results 1 – 14 of 14) sorted by relevance
| /f-stack/dpdk/lib/librte_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 | 4115 rte_eth_add_rx_callback(uint16_t port_id, uint16_t queue_id,
|
| H A D | rte_ethdev.c | 4767 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 D | rxtx_callbacks.rst | 118 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 D | ethdev_rx.c | 167 if (!rte_eth_add_rx_callback(port, queue, eth_pkt_parse_cb, in ethdev_ptype_setup()
|
| /f-stack/dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 232 rte_eth_add_rx_callback(port, 0, add_timestamps, NULL); in port_init()
|
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_pkt.c | 561 bc->cb = rte_eth_add_rx_callback(port, queue, frx, bc); in bpf_eth_elf_load()
|
| /f-stack/dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 1060 rte_eth_add_rx_callback(portid, 0, cb_parse_ptype, NULL); in main()
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | main.c | 879 if (rte_eth_add_rx_callback(portid, queueid, in prepare_ptype_parser()
|
| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | main.c | 676 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 D | ipsec-secgw.c | 2586 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 D | main.c | 3741 if (!rte_eth_add_rx_callback(portid, queueid, in main()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 4172 rte_eth_add_rx_callback(portid, queue, in add_rx_dump_callbacks()
|