/dpdk/drivers/net/thunderx/ |
H A D | meson.build | 11 objs = [base_objs] variable
|
/dpdk/drivers/net/octeontx/ |
H A D | meson.build | 11 objs = [base_objs] variable
|
/dpdk/drivers/net/qede/ |
H A D | meson.build | 11 objs = [base_objs] variable
|
/dpdk/drivers/net/hinic/ |
H A D | meson.build | 11 objs = [base_objs] variable
|
/dpdk/lib/node/ |
H A D | pkt_drop.c | 9 pkt_drop_process(struct rte_graph *graph, struct rte_node *node, void **objs, in pkt_drop_process()
|
H A D | null.c | 8 null(struct rte_graph *graph, struct rte_node *node, void **objs, in null()
|
H A D | kernel_rx.c | 69 recv_pkt_parse(void **objs, uint16_t nb_pkts) in recv_pkt_parse() 164 kernel_rx_node_process(struct rte_graph *graph, struct rte_node *node, void **objs, in kernel_rx_node_process()
|
H A D | ip4_local.c | 25 void **objs, uint16_t nb_objs) in ip4_local_node_process_scalar()
|
H A D | ethdev_tx.c | 16 void **objs, uint16_t nb_objs) in ethdev_tx_node_process()
|
H A D | pkt_cls.c | 46 void **objs, uint16_t nb_objs) in pkt_cls_node_process()
|
H A D | kernel_tx.c | 44 kernel_tx_node_process(struct rte_graph *graph __rte_unused, struct rte_node *node, void **objs, in kernel_tx_node_process()
|
H A D | ip4_lookup_neon.h | 11 void **objs, uint16_t nb_objs) in ip4_lookup_node_process_vec() argument
|
H A D | ip4_lookup_sse.h | 11 void **objs, uint16_t nb_objs) in ip4_lookup_node_process_vec() argument
|
H A D | ip4_reassembly.c | 43 ip4_reassembly_node_process(struct rte_graph *graph, struct rte_node *node, void **objs, in ip4_reassembly_node_process() argument
|
H A D | ethdev_rx.c | 42 void **objs, uint16_t cnt) in ethdev_rx_node_process()
|
H A D | ip4_lookup.c | 52 void **objs, uint16_t nb_objs) in ip4_lookup_node_process_scalar() argument
|
H A D | udp4_input.c | 152 void **objs, uint16_t nb_objs) in udp4_input_node_process_scalar()
|
/dpdk/drivers/net/txgbe/ |
H A D | meson.build | 11 objs = [base_objs] variable
|
/dpdk/drivers/common/sfc_efx/ |
H A D | meson.build | 38 objs = [base_objs] variable
|
/dpdk/app/test/ |
H A D | test_stack_perf.c | 113 void *objs[MAX_BURST]; in test_empty_pop() local 139 void *objs[MAX_BURST] = {0}; in bulk_push_pop() local 276 void *objs[MAX_BURST]; in test_bulk_push_pop() local
|
H A D | test_graph.c | 171 void **objs, uint16_t nb_objs) in test_node_worker_source() 215 test_node0_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node0_worker() 298 test_node1_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node1_worker() 352 test_node2_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node2_worker() 408 test_node3_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node3_worker()
|
H A D | test_graph_perf.c | 106 void **objs, uint16_t nb_objs) in test_perf_node_worker_source() 135 struct rte_node *node, void **objs, in test_perf_node_worker_source_burst_one() 166 void **objs, uint16_t nb_objs) in test_perf_node_worker() 230 test_perf_node_sink(struct rte_graph *graph, struct rte_node *node, void **objs, in test_perf_node_sink()
|
/dpdk/lib/graph/ |
H A D | rte_graph_worker_common.h | 123 void **objs; /**< Array of object pointers. */ global() member 181 void **objs; __rte_node_process() local 290 rte_node_enqueue(struct rte_graph * graph,struct rte_node * node,rte_edge_t next,void ** objs,uint16_t nb_objs) rte_node_enqueue() argument 412 rte_node_enqueue_next(struct rte_graph * graph,struct rte_node * node,rte_edge_t * nexts,void ** objs,uint16_t nb_objs) rte_node_enqueue_next() argument [all...] |
H A D | graph_pcap.c | 193 struct rte_node *node, void **objs, in graph_pcap_dispatch()
|
/dpdk/lib/ |
H A D | meson.build | 130 objs = [] # other object files to link against, used e.g. for variable
|