Home
last modified time | relevance | path

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

/f-stack/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.h201 uint16_t timvf_timer_cancel_burst(const struct rte_event_timer_adapter *adptr,
203 uint16_t timvf_timer_arm_burst_sp(const struct rte_event_timer_adapter *adptr,
206 const struct rte_event_timer_adapter *adptr,
208 uint16_t timvf_timer_arm_burst_mp(const struct rte_event_timer_adapter *adptr,
211 const struct rte_event_timer_adapter *adptr,
213 uint16_t timvf_timer_arm_tmo_brst(const struct rte_event_timer_adapter *adptr,
217 const struct rte_event_timer_adapter *adptr,
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_tim_worker.c59 tim_timer_arm_burst(const struct rte_event_timer_adapter *adptr, in tim_timer_arm_burst() argument
64 struct otx2_tim_ring *tim_ring = adptr->data->adapter_priv; in tim_timer_arm_burst()
97 tim_timer_arm_tmo_brst(const struct rte_event_timer_adapter *adptr, in tim_timer_arm_tmo_brst() argument
103 struct otx2_tim_ring *tim_ring = adptr->data->adapter_priv; in tim_timer_arm_tmo_brst()
141 otx2_tim_arm_burst_ ## _name(const struct rte_event_timer_adapter *adptr, \
145 return tim_timer_arm_burst(adptr, tim, nb_timers, _flags); \
153 const struct rte_event_timer_adapter *adptr, \
158 return tim_timer_arm_tmo_brst(adptr, tim, timeout_tick, \
165 otx2_tim_timer_cancel_burst(const struct rte_event_timer_adapter *adptr, in otx2_tim_timer_cancel_burst() argument
172 RTE_SET_USED(adptr); in otx2_tim_timer_cancel_burst()
H A Dotx2_tim_evdev.c65 struct otx2_tim_ring *tim_ring = adptr->data->adapter_priv; in otx2_tim_ring_info_get()
69 rte_memcpy(&adptr_info->conf, &adptr->data->conf, in otx2_tim_ring_info_get()
248 otx2_tim_ring_create(struct rte_event_timer_adapter *adptr) in otx2_tim_ring_create() argument
262 if (adptr->data->id >= dev->nb_rings) in otx2_tim_ring_create()
268 req->ring = adptr->data->id; in otx2_tim_ring_create()
293 adptr->data->adapter_priv = tim_ring; in otx2_tim_ring_create()
297 tim_ring->ring_id = adptr->data->id; in otx2_tim_ring_create()
396 free_req->ring = adptr->data->id; in otx2_tim_ring_create()
429 struct otx2_tim_ring *tim_ring = adptr->data->adapter_priv; in otx2_tim_ring_start()
493 otx2_tim_ring_free(struct rte_event_timer_adapter *adptr) in otx2_tim_ring_free() argument
[all …]
H A Dotx2_tim_evdev.h223 otx2_tim_arm_burst_ ## _name(const struct rte_event_timer_adapter *adptr, \
232 const struct rte_event_timer_adapter *adptr, \
239 const struct rte_event_timer_adapter *adptr,
/f-stack/dpdk/app/test-eventdev/
H A Dtest_perf_common.c93 struct rte_event_timer_adapter **adptr = t->timer_adptr; in perf_event_timer_producer() local
123 adptr[flow_counter % nb_timer_adptrs], in perf_event_timer_producer()
157 struct rte_event_timer_adapter **adptr = t->timer_adptr; in perf_event_timer_producer_burst() local
188 adptr[flow_counter % nb_timer_adptrs], in perf_event_timer_producer_burst()
/f-stack/dpdk/app/test/
H A Dtest_event_timer_adapter.c186 setup_adapter_service(struct rte_event_timer_adapter *adptr) in setup_adapter_service() argument
192 TEST_ASSERT_SUCCESS(rte_event_timer_adapter_service_id_get(adptr, in setup_adapter_service()