Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 99) sorted by relevance

1234

/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c156 init(struct test *t, int nb_queues, int nb_ports) in init()
180 create_ports(struct test *t, int num_ports) in create_ports()
203 create_lb_qids(struct test *t, int num_qids, uint32_t flags) in create_lb_qids()
230 create_atomic_qids(struct test *t, int num_qids) in create_atomic_qids()
236 create_ordered_qids(struct test *t, int num_qids) in create_ordered_qids()
243 create_unordered_qids(struct test *t, int num_qids) in create_unordered_qids()
249 create_directed_qids(struct test *t, int num_qids, const uint8_t ports[]) in create_directed_qids()
372 run_prio_packet_test(struct test *t) in run_prio_packet_test()
455 test_single_directed_packet(struct test *t) in test_single_directed_packet()
537 test_directed_forward_credits(struct test *t) in test_directed_forward_credits()
[all …]
/dpdk/app/test-mldev/
H A Dtest_model_ops.c70 struct test_model_ops *t; in test_model_ops_setup() local
111 struct test_model_ops *t; in test_model_ops_destroy() local
165 struct test_model_ops *t; in test_model_ops_subtest_a() local
204 struct test_model_ops *t; in test_model_ops_subtest_b() local
254 struct test_model_ops *t; in test_model_ops_subtest_c() local
301 struct test_model_ops *t; in test_model_ops_subtest_d() local
344 struct test_model_ops *t; in test_model_ops_driver() local
416 struct test_model_ops *t; in test_model_ops_result() local
H A Dtest_device_ops.c45 struct test_device *t; in test_device_setup() local
81 struct test_device *t; in test_device_destroy() local
94 struct test_device *t; in test_device_reconfigure() local
179 struct test_device *t; in test_device_driver() local
209 struct test_device *t; in test_device_result() local
H A Dtest_inference_common.c42 struct test_inference *t = ml_test_priv((struct ml_test *)arg); in ml_enqueue_single() local
155 struct test_inference *t = ml_test_priv((struct ml_test *)arg); in ml_dequeue_single() local
206 struct test_inference *t = ml_test_priv((struct ml_test *)arg); in ml_enqueue_burst() local
337 struct test_inference *t = ml_test_priv((struct ml_test *)arg); in ml_dequeue_burst() local
528 struct test_inference *t; in test_inference_setup() local
597 struct test_inference *t; in test_inference_destroy() local
617 struct test_inference *t; in ml_inference_mldev_setup() local
684 struct test_inference *t = ml_test_priv((struct ml_test *)opaque); in ml_request_initialize() local
747 struct test_inference *t = ml_test_priv(test); in ml_inference_iomem_setup() local
908 struct test_inference *t = ml_test_priv(test); in ml_inference_mem_setup() local
[all …]
H A Dtest_common.c132 struct test_common *t = ml_test_priv(test); in ml_test_device_configure() local
158 struct test_common *t = ml_test_priv(test); in ml_test_device_close() local
174 struct test_common *t = ml_test_priv(test); in ml_test_device_start() local
192 struct test_common *t = ml_test_priv(test); in ml_test_device_stop() local
H A Dtest_model_common.c61 struct test_common *t = ml_test_priv(test); in ml_model_unload() local
88 struct test_common *t = ml_test_priv(test); in ml_model_start() local
115 struct test_common *t = ml_test_priv(test); in ml_model_stop() local
H A Dtest_inference_ordered.c15 struct test_inference *t; in test_inference_ordered_driver() local
100 struct test_inference *t; in test_inference_ordered_result() local
H A Dtest_inference_interleave.c15 struct test_inference *t; in test_inference_interleave_driver() local
103 struct test_inference *t; in test_inference_interleave_result() local
/dpdk/examples/pipeline/
H A Dthread.c70 struct thread *t = &threads[thread_id]; in thread_init() local
92 struct thread *t = &threads[thread_id]; in thread_init() local
112 struct thread *t = &threads[thread_id]; in pipeline_find() local
132 struct thread *t = &threads[thread_id]; in block_find() local
165 struct thread *t; in pipeline_enable() local
227 struct thread *t; in pipeline_disable() local
267 struct thread *t; in block_enable() local
300 struct thread *t; in block_disable() local
355 struct thread *t; in thread_main() local
/dpdk/app/test-eventdev/
H A Dtest_order_common.c13 struct test_order *t = evt_test_priv(test); in order_test_result() local
22 struct test_order *t = p->t; in order_producer() local
140 struct test_order *t; in order_test_setup() local
212 struct test_order *t = evt_test_priv(test); in order_test_destroy() local
222 struct test_order *t = evt_test_priv(test); in order_mempool_setup() local
240 struct test_order *t = evt_test_priv(test); in order_mempool_destroy() local
268 struct test_order *t = evt_test_priv(test); in order_launch_lcores() local
331 struct test_order *t = evt_test_priv(test); in order_event_dev_port_setup() local
H A Dtest_order_common.h32 struct test_order *t; member
39 struct test_order *t; member
66 order_flow_id_copy_from_mbuf(struct test_order *t, struct rte_event *event) in order_flow_id_copy_from_mbuf()
73 order_flow_id_save(struct test_order *t, flow_id_t flow_id, in order_flow_id_save()
83 order_mbuf_seqn(struct test_order *t, struct rte_mbuf *mbuf) in order_mbuf_seqn()
95 order_process_stage_1(struct test_order *const t, in order_process_stage_1()
120 order_process_stage_invalid(struct test_order *const t, in order_process_stage_invalid()
H A Dtest_pipeline_common.h38 struct test_pipeline *t; member
116 struct rte_event *const ev, struct test_pipeline *t) in pipeline_event_tx()
130 struct rte_event *const ev, struct test_pipeline *t) in pipeline_event_tx_vector()
145 struct test_pipeline *t) in pipeline_event_tx_burst()
160 struct rte_event *ev, struct test_pipeline *t) in pipeline_event_enqueue()
174 struct test_pipeline *t) in pipeline_event_enqueue_burst()
/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h1110 instr_operand_hbo(struct thread *t, const struct instr_operand *x) in instr_operand_hbo()
1123 instr_operand_nbo(struct thread *t, const struct instr_operand *x) in instr_operand_nbo()
1625 thread_ip_reset(struct rte_swx_pipeline *p, struct thread *t) in thread_ip_reset()
1631 thread_ip_set(struct thread *t, struct instruction *ip) in thread_ip_set()
1638 struct thread *t, in thread_ip_action_call()
1651 struct thread *t = &p->threads[p->thread_id]; in thread_ip_inc() local
1657 thread_ip_inc_cond(struct thread *t, int cond) in thread_ip_inc_cond()
1678 __instr_rx_exec(struct rte_swx_pipeline *p, struct thread *t, const struct instruction *ip) in __instr_rx_exec()
1738 struct thread *t = &p->threads[p->thread_id]; in instr_rx_exec() local
1754 emit_handler(struct thread *t) in emit_handler()
[all …]
H A Drte_swx_pipeline.c196 struct thread *t = &p->threads[i]; in struct_build() local
211 struct thread *t = &p->threads[i]; in struct_build_free() local
592 struct thread *t = &p->threads[i]; in mirroring_build_free() local
616 struct thread *t = &p->threads[i]; in mirroring_build() local
891 struct thread *t = &p->threads[i]; in extern_obj_build() local
926 struct thread *t = &p->threads[i]; in extern_obj_build_free() local
1102 struct thread *t = &p->threads[i]; in extern_func_build() local
1135 struct thread *t = &p->threads[i]; in extern_func_build_free() local
1511 struct thread *t = &p->threads[i]; in header_build() local
1551 struct thread *t = &p->threads[i]; in header_build_free() local
[all …]
/dpdk/lib/eal/common/
H A Deal_common_tailqs.c84 rte_eal_tailq_local_register(struct rte_tailq_elem *t) in rte_eal_tailq_local_register()
98 rte_eal_tailq_update(struct rte_tailq_elem *t) in rte_eal_tailq_update()
109 rte_eal_tailq_register(struct rte_tailq_elem *t) in rte_eal_tailq_register()
139 struct rte_tailq_elem *t; in rte_eal_tailqs_init() local
/dpdk/drivers/net/cxgbe/
H A Dmps_tcam.c17 static int cxgbe_update_free_idx(struct mpstcam_table *t) in cxgbe_update_free_idx()
42 cxgbe_mpstcam_lookup(struct mpstcam_table *t, const u8 *eth_addr, in cxgbe_mpstcam_lookup()
180 struct mpstcam_table *t = adap->mpstcam; in cxgbe_mpstcam_remove() local
215 struct mpstcam_table *t; in cxgbe_mpstcam_rawf_enable() local
246 struct mpstcam_table *t; in cxgbe_mpstcam_rawf_disable() local
276 struct mpstcam_table *t; in t4_init_mpstcam() local
/dpdk/lib/log/
H A Drte_log.h332 #define RTE_LOG(l, t, ...) \ argument
356 #define RTE_LOG_DP(l, t, ...) \ argument
386 RTE_LOG_LINE(l,t,...) global() argument
413 RTE_LOG_DP_LINE(l,t,...) global() argument
444 RTE_LOG_LINE_PREFIX(l,t,prefix,args,...) global() argument
473 RTE_LOG_DP_LINE_PREFIX(l,t,prefix,args,...) global() argument
[all...]
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c24 struct softnic_thread *t = &softnic->thread[i]; in softnic_thread_free() local
41 struct softnic_thread *t = &softnic->thread[i]; in softnic_thread_init() local
124 struct softnic_thread *t = &softnic->thread[thread_id]; in thread_sc_service_up() local
177 struct softnic_thread *t = &softnic->thread[thread_id]; in thread_sc_service_down() local
258 struct softnic_thread *t = &softnic->thread[thread_id]; in thread_msg_send_recv() local
449 thread_msg_handle_pipeline_enable(struct softnic_thread_data *t, in thread_msg_handle_pipeline_enable()
464 thread_msg_handle_pipeline_disable(struct softnic_thread_data *t, in thread_msg_handle_pipeline_disable()
492 thread_msg_handle(struct softnic_thread_data *t) in thread_msg_handle()
528 struct softnic_thread_data *t; in rte_pmd_softnic_run_internal() local
/dpdk/app/test/
H A Dtest_lcores.c34 struct thread_context *t = arg; in thread_loop() local
78 struct thread_context *t; in test_non_eal_lcores() local
230 struct thread_context *t; in test_non_eal_lcores_callback() local
356 struct thread_context *t = arg; in ctrl_thread_loop() local
370 struct thread_context *t; in test_ctrl_thread() local
/dpdk/lib/table/
H A Drte_table_hash_cuckoo.c88 struct rte_table_hash *t; in rte_table_hash_cuckoo_create() local
146 struct rte_table_hash *t = table; in rte_table_hash_cuckoo_free() local
161 struct rte_table_hash *t = table; in rte_table_hash_cuckoo_entry_add() local
208 struct rte_table_hash *t = table; in rte_table_hash_cuckoo_entry_delete() local
240 struct rte_table_hash *t = table; in rte_table_hash_cuckoo_lookup() local
305 struct rte_table_hash *t = table; in rte_table_hash_cuckoo_stats_read() local
H A Drte_swx_table_learner.c249 table_bucket_get(struct table *t, size_t bucket_id) in table_bucket_get()
255 table_bucket_key_get(struct table *t, struct table_bucket *b, size_t bucket_key_pos) in table_bucket_key_get()
261 table_bucket_data_get(struct table *t, struct table_bucket *b, size_t bucket_key_pos) in table_bucket_data_get()
268 table_entry_id_get(struct table *t, struct table_bucket *b, size_t bucket_key_pos) in table_entry_id_get()
290 struct table *t; in rte_swx_table_learner_create() local
312 struct table *t = table; in rte_swx_table_learner_free() local
325 struct table *t = table; in rte_swx_table_learner_timeout_update() local
373 struct table *t = table; in rte_swx_table_learner_lookup() local
454 struct table *t = table; in rte_swx_table_learner_rearm() local
478 struct table *t = table; in rte_swx_table_learner_rearm_new() local
[all …]
H A Drte_swx_table_em.c98 table_key(struct table *t, uint32_t key_id) in table_key()
104 table_key_data(struct table *t, uint32_t key_id) in table_key_data()
127 bkt_keycmp(struct table *t, in bkt_keycmp()
147 bkt_key_install(struct table *t, in bkt_key_install()
173 bkt_key_data_update(struct table *t, in bkt_key_data_update()
200 struct table *t; in __table_create() local
292 struct table *t = table; in table_free() local
303 struct table *t = table; in table_add() local
360 struct table *t = table; in table_del() local
409 struct table *t = table; in table_lookup_unoptimized() local
[all …]
H A Drte_table_hash_lru.c148 struct rte_table_hash *t; in rte_table_hash_lru_create() local
266 struct rte_table_hash *t = table; in rte_table_hash_lru_free() local
280 struct rte_table_hash *t = table; in rte_table_hash_lru_entry_add() local
364 struct rte_table_hash *t = table; in rte_table_hash_lru_entry_delete() local
407 struct rte_table_hash *t = (struct rte_table_hash *) table; in rte_table_hash_lru_lookup_unoptimized() local
606 #define lookup2_stage0(t, g, pkts, pkts_mask, pkt00_index, pkt01_index)\ argument
626 #define lookup2_stage0_with_odd_support(t, g, pkts, pkts_mask, pkt00_index, \ argument
650 #define lookup2_stage1(t, g, pkts, pkt10_index, pkt11_index)\ argument
687 #define lookup2_stage2(t, g, pkt20_index, pkt21_index, pkts_mask_match_many)\ argument
731 #define lookup2_stage3(t, g, pkts, pkt30_index, pkt31_index, pkts_mask_out, \ argument
[all …]
/dpdk/lib/rcu/
H A Drte_rcu_qsbr.h298 uint64_t t; in rte_rcu_qsbr_thread_online() local
451 uint64_t t; in rte_rcu_qsbr_start() local
480 uint64_t t; in rte_rcu_qsbr_quiescent() local
511 __rte_rcu_qsbr_check_selective(struct rte_rcu_qsbr * v,uint64_t t,bool wait) __rte_rcu_qsbr_check_selective() argument
585 __rte_rcu_qsbr_check_all(struct rte_rcu_qsbr * v,uint64_t t,bool wait) __rte_rcu_qsbr_check_all() argument
665 rte_rcu_qsbr_check(struct rte_rcu_qsbr * v,uint64_t t,bool wait) rte_rcu_qsbr_check() argument
[all...]
/dpdk/lib/eal/include/
H A Drte_trace_point_register.h30 __rte_trace_point_emit_header_generic(t) global() argument
33 __rte_trace_point_emit_header_fp(t) global() argument

1234