Home
last modified time | relevance | path

Searched refs:nb_objs (Results 1 – 18 of 18) sorted by relevance

/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool_trace_fp.h23 uint32_t nb_objs),
26 rte_trace_point_emit_u32(nb_objs);
32 uint32_t nb_objs),
35 rte_trace_point_emit_u32(nb_objs);
41 uint32_t nb_objs),
44 rte_trace_point_emit_u32(nb_objs);
50 uint32_t nb_objs, void *cache),
60 uint32_t nb_objs, void *cache),
70 uint32_t nb_objs, void *cache),
80 uint32_t nb_objs, void *cache),
[all …]
/f-stack/dpdk/app/test/
H A Dtest_graph.c22 uint16_t nb_objs);
26 uint16_t nb_objs);
30 uint16_t nb_objs);
34 uint16_t nb_objs);
38 uint16_t nb_objs);
198 return nb_objs; in test_node_worker_source()
203 uint16_t nb_objs) in test_node0_worker() argument
281 return nb_objs; in test_node0_worker()
335 return nb_objs; in test_node1_worker()
391 return nb_objs; in test_node2_worker()
[all …]
H A Dtest_graph_perf.c95 void **objs, uint16_t nb_objs) in test_perf_node_worker_source() argument
101 RTE_SET_USED(nb_objs); in test_perf_node_worker_source()
125 uint16_t nb_objs) in test_perf_node_worker_source_burst_one() argument
131 RTE_SET_USED(nb_objs); in test_perf_node_worker_source_burst_one()
155 void **objs, uint16_t nb_objs) in test_perf_node_worker() argument
165 return nb_objs; in test_perf_node_worker()
203 if (enq != nb_objs) in test_perf_node_worker()
206 return nb_objs; in test_perf_node_worker()
220 uint16_t nb_objs) in test_perf_node_sink() argument
225 RTE_SET_USED(nb_objs); in test_perf_node_sink()
[all …]
H A Dtest_mempool.c481 uint32_t nb_objs = 0; in test_mempool() local
555 nb_objs = rte_mempool_obj_iter(mp_stack_mempool_iter, rte_pktmbuf_init, in test_mempool()
557 if (nb_objs == 0) in test_mempool()
/f-stack/dpdk/lib/librte_node/
H A Dpkt_drop.c11 uint16_t nb_objs) in pkt_drop_process() argument
16 rte_pktmbuf_free_bulk((struct rte_mbuf **)objs, nb_objs); in pkt_drop_process()
18 return nb_objs; in pkt_drop_process()
H A Dethdev_tx.c17 void **objs, uint16_t nb_objs) in ethdev_tx_node_process() argument
28 nb_objs); in ethdev_tx_node_process()
31 if (count != nb_objs) { in ethdev_tx_node_process()
33 &objs[count], nb_objs - count); in ethdev_tx_node_process()
H A Dpkt_cls.c35 void **objs, uint16_t nb_objs) in pkt_cls_node_process() argument
47 n_left_from = nb_objs; in pkt_cls_node_process()
63 next_index, nb_objs); in pkt_cls_node_process()
161 nb_objs); in pkt_cls_node_process()
199 if (likely(last_spec == nb_objs)) { in pkt_cls_node_process()
201 return nb_objs; in pkt_cls_node_process()
210 return nb_objs; in pkt_cls_node_process()
H A Dip4_lookup.c57 void **objs, uint16_t nb_objs) in ip4_lookup_node_process_scalar() argument
77 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs); in ip4_lookup_node_process_scalar()
78 for (i = 0; i < nb_objs; i++) { in ip4_lookup_node_process_scalar()
115 if (likely(last_spec == nb_objs)) { in ip4_lookup_node_process_scalar()
117 return nb_objs; in ip4_lookup_node_process_scalar()
123 return nb_objs; in ip4_lookup_node_process_scalar()
H A Dip4_lookup_sse.h11 void **objs, uint16_t nb_objs) in ip4_lookup_node_process_vec() argument
35 n_left_from = nb_objs; in ip4_lookup_node_process_vec()
44 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs); in ip4_lookup_node_process_vec()
229 if (likely(last_spec == nb_objs)) { in ip4_lookup_node_process_vec()
231 return nb_objs; in ip4_lookup_node_process_vec()
239 return nb_objs; in ip4_lookup_node_process_vec()
H A Dip4_lookup_neon.h11 void **objs, uint16_t nb_objs) in ip4_lookup_node_process_vec() argument
36 n_left_from = nb_objs; in ip4_lookup_node_process_vec()
47 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs); in ip4_lookup_node_process_vec()
225 if (likely(last_spec == nb_objs)) { in ip4_lookup_node_process_vec()
227 return nb_objs; in ip4_lookup_node_process_vec()
233 return nb_objs; in ip4_lookup_node_process_vec()
H A Dip4_rewrite.c39 void **objs, uint16_t nb_objs) in ip4_rewrite_node_process() argument
59 n_left_from = nb_objs; in ip4_rewrite_node_process()
65 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs); in ip4_rewrite_node_process()
204 graph, node, next_index, nb_objs); in ip4_rewrite_node_process()
248 if (likely(last_spec == nb_objs)) { in ip4_rewrite_node_process()
250 return nb_objs; in ip4_rewrite_node_process()
259 return nb_objs; in ip4_rewrite_node_process()
H A Dnull.c9 uint16_t nb_objs) in null() argument
15 return nb_objs; in null()
/f-stack/dpdk/lib/librte_graph/
H A Drte_graph_worker.h272 rte_edge_t next, void **objs, uint16_t nb_objs) in rte_node_enqueue() argument
277 __rte_node_enqueue_prologue(graph, node, idx, nb_objs); in rte_node_enqueue()
279 rte_memcpy(&node->objs[idx], objs, nb_objs * sizeof(void *)); in rte_node_enqueue()
280 node->idx = idx + nb_objs; in rte_node_enqueue()
398 rte_edge_t *nexts, void **objs, uint16_t nb_objs) in rte_node_enqueue_next() argument
402 for (i = 0; i < nb_objs; i++) in rte_node_enqueue_next()
428 rte_edge_t next, uint16_t nb_objs) in rte_node_next_stream_get() argument
434 if (unlikely(free_space < nb_objs)) in rte_node_next_stream_get()
435 __rte_node_stream_alloc_size(graph, node, nb_objs); in rte_node_next_stream_get()
H A Drte_graph.h101 uint16_t nb_objs);
/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pmd_private.h87 uint32_t nb_objs, nb_ops_to_deq; in scheduler_order_drain() local
89 nb_objs = rte_ring_dequeue_burst_start(order_ring, (void **)ops, in scheduler_order_drain()
91 if (nb_objs == 0) in scheduler_order_drain()
94 for (nb_ops_to_deq = 0; nb_ops_to_deq != nb_objs; nb_ops_to_deq++) { in scheduler_order_drain()
H A Dscheduler_multicore.c116 uint32_t nb_objs, nb_ops_to_deq; in schedule_dequeue_ordering() local
118 nb_objs = rte_ring_dequeue_burst_start(order_ring, (void **)ops, in schedule_dequeue_ordering()
120 if (nb_objs == 0) in schedule_dequeue_ordering()
123 for (nb_ops_to_deq = 0; nb_ops_to_deq != nb_objs; nb_ops_to_deq++) { in schedule_dequeue_ordering()
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev_pmd.h224 struct rte_cryptodev *dev, unsigned nb_objs,
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst312 6. if last_spec == nb_objs, All the objects passed were successfully speculated