Home
last modified time | relevance | path

Searched refs:adptr (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/event/octeontx/
H A Dtimvf_worker.c40 timvf_timer_cancel_burst(const struct rte_event_timer_adapter *adptr, in timvf_timer_cancel_burst() argument
43 RTE_SET_USED(adptr); in timvf_timer_cancel_burst()
73 struct timvf_ring *timr = adptr->data->adapter_priv; in timvf_timer_arm_burst_sp()
95 struct timvf_ring *timr = adptr->data->adapter_priv; in timvf_timer_arm_burst_sp_stats()
97 ret = timvf_timer_arm_burst_sp(adptr, tim, nb_timers); in timvf_timer_arm_burst_sp_stats()
110 struct timvf_ring *timr = adptr->data->adapter_priv; in timvf_timer_arm_burst_mp()
131 struct timvf_ring *timr = adptr->data->adapter_priv; in timvf_timer_arm_burst_mp_stats()
133 ret = timvf_timer_arm_burst_mp(adptr, tim, nb_timers); in timvf_timer_arm_burst_mp_stats()
148 struct timvf_ring *timr = adptr->data->adapter_priv; in timvf_timer_arm_tmo_brst()
183 struct timvf_ring *timr = adptr->data->adapter_priv; in timvf_timer_arm_tmo_brst_stats()
[all …]
H A Dtimvf_evdev.c39 timvf_ring_info_get(const struct rte_event_timer_adapter *adptr, in timvf_ring_info_get() argument
42 struct timvf_ring *timr = adptr->data->adapter_priv; in timvf_ring_info_get()
45 rte_memcpy(&adptr_info->conf, &adptr->data->conf, in timvf_ring_info_get()
118 timvf_ring_start(const struct rte_event_timer_adapter *adptr) in timvf_ring_start() argument
126 struct timvf_ring *timr = adptr->data->adapter_priv; in timvf_ring_start()
213 struct timvf_ring *timr = adptr->data->adapter_priv; in timvf_ring_stop()
226 timvf_ring_create(struct rte_event_timer_adapter *adptr) in timvf_ring_create() argument
248 adptr->data->adapter_priv = timr; in timvf_ring_create()
365 timvf_ring_free(struct rte_event_timer_adapter *adptr) in timvf_ring_free() argument
367 struct timvf_ring *timr = adptr->data->adapter_priv; in timvf_ring_free()
[all …]
H A Dtimvf_evdev.h202 uint16_t timvf_timer_cancel_burst(const struct rte_event_timer_adapter *adptr,
204 uint16_t timvf_timer_arm_burst_sp(const struct rte_event_timer_adapter *adptr,
207 const struct rte_event_timer_adapter *adptr,
209 uint16_t timvf_timer_arm_burst_mp(const struct rte_event_timer_adapter *adptr,
212 const struct rte_event_timer_adapter *adptr,
214 uint16_t timvf_timer_arm_tmo_brst(const struct rte_event_timer_adapter *adptr,
218 const struct rte_event_timer_adapter *adptr,
/dpdk/drivers/event/cnxk/
H A Dcnxk_tim_worker.c59 cnxk_tim_timer_arm_burst(const struct rte_event_timer_adapter *adptr, in cnxk_tim_timer_arm_burst() argument
63 struct cnxk_tim_ring *tim_ring = adptr->data->adapter_priv; in cnxk_tim_timer_arm_burst()
97 const struct rte_event_timer_adapter *adptr, \
100 return cnxk_tim_timer_arm_burst(adptr, tim, nb_timers, \
107 cnxk_tim_timer_arm_tmo_brst(const struct rte_event_timer_adapter *adptr, in cnxk_tim_timer_arm_tmo_brst() argument
113 struct cnxk_tim_ring *tim_ring = adptr->data->adapter_priv; in cnxk_tim_timer_arm_tmo_brst()
153 const struct rte_event_timer_adapter *adptr, \
157 return cnxk_tim_timer_arm_tmo_brst(adptr, tim, timeout_tick, \
164 cnxk_tim_timer_cancel_burst(const struct rte_event_timer_adapter *adptr, in cnxk_tim_timer_cancel_burst() argument
171 RTE_SET_USED(adptr); in cnxk_tim_timer_cancel_burst()
H A Dcnxk_tim_evdev.c112 struct cnxk_tim_ring *tim_ring = adptr->data->adapter_priv; in cnxk_tim_ring_info_get()
118 rte_memcpy(&adptr_info->conf, &adptr->data->conf, in cnxk_tim_ring_info_get()
197 cnxk_tim_ring_create(struct rte_event_timer_adapter *adptr) in cnxk_tim_ring_create() argument
210 if (adptr->data->id >= dev->nb_rings) in cnxk_tim_ring_create()
217 rc = roc_tim_lf_alloc(&dev->tim, adptr->data->id, NULL); in cnxk_tim_ring_create()
291 tim_ring->ring_id = adptr->data->id; in cnxk_tim_ring_create()
363 adptr->data->adapter_priv = tim_ring; in cnxk_tim_ring_create()
378 cnxk_tim_ring_free(struct rte_event_timer_adapter *adptr) in cnxk_tim_ring_free() argument
380 struct cnxk_tim_ring *tim_ring = adptr->data->adapter_priv; in cnxk_tim_ring_free()
422 struct cnxk_tim_ring *tim_ring = adptr->data->adapter_priv; in cnxk_tim_ring_start()
[all …]
H A Dcnxk_tim_evdev.h273 const struct rte_event_timer_adapter *adptr, \
280 const struct rte_event_timer_adapter *adptr, \
287 cnxk_tim_timer_cancel_burst(const struct rte_event_timer_adapter *adptr,
/dpdk/app/test-eventdev/
H A Dtest_perf_common.c162 struct rte_event_timer_adapter **adptr = t->timer_adptr; in perf_event_timer_producer() local
194 adptr[flow_counter % nb_timer_adptrs], in perf_event_timer_producer()
228 struct rte_event_timer_adapter **adptr = t->timer_adptr; in perf_event_timer_producer_burst() local
261 adptr[flow_counter % nb_timer_adptrs], in perf_event_timer_producer_burst()
/dpdk/app/test/
H A Dtest_event_timer_adapter.c198 setup_adapter_service(struct rte_event_timer_adapter *adptr) in setup_adapter_service() argument
204 TEST_ASSERT_SUCCESS(rte_event_timer_adapter_service_id_get(adptr, in setup_adapter_service()