Home
last modified time | relevance | path

Searched defs:adptr (Results 1 – 6 of 6) 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()
67 timvf_timer_arm_burst_sp(const struct rte_event_timer_adapter *adptr, in timvf_timer_arm_burst_sp()
91 timvf_timer_arm_burst_sp_stats(const struct rte_event_timer_adapter *adptr, in timvf_timer_arm_burst_sp_stats()
104 timvf_timer_arm_burst_mp(const struct rte_event_timer_adapter *adptr, in timvf_timer_arm_burst_mp()
127 timvf_timer_arm_burst_mp_stats(const struct rte_event_timer_adapter *adptr, in timvf_timer_arm_burst_mp_stats()
140 timvf_timer_arm_tmo_brst(const struct rte_event_timer_adapter *adptr, in timvf_timer_arm_tmo_brst()
178 timvf_timer_arm_tmo_brst_stats(const struct rte_event_timer_adapter *adptr, in timvf_timer_arm_tmo_brst_stats()
H A Dtimvf_evdev.c39 timvf_ring_info_get(const struct rte_event_timer_adapter *adptr, in timvf_ring_info_get()
118 timvf_ring_start(const struct rte_event_timer_adapter *adptr) in timvf_ring_start()
211 timvf_ring_stop(const struct rte_event_timer_adapter *adptr) in timvf_ring_stop()
226 timvf_ring_create(struct rte_event_timer_adapter *adptr) in timvf_ring_create()
365 timvf_ring_free(struct rte_event_timer_adapter *adptr) in timvf_ring_free()
/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()
97 tim_timer_arm_tmo_brst(const struct rte_event_timer_adapter *adptr, in tim_timer_arm_tmo_brst()
165 otx2_tim_timer_cancel_burst(const struct rte_event_timer_adapter *adptr, in otx2_tim_timer_cancel_burst()
H A Dotx2_tim_evdev.c62 otx2_tim_ring_info_get(const struct rte_event_timer_adapter *adptr, in otx2_tim_ring_info_get()
248 otx2_tim_ring_create(struct rte_event_timer_adapter *adptr) in otx2_tim_ring_create()
427 otx2_tim_ring_start(const struct rte_event_timer_adapter *adptr) in otx2_tim_ring_start()
470 otx2_tim_ring_stop(const struct rte_event_timer_adapter *adptr) in otx2_tim_ring_stop()
493 otx2_tim_ring_free(struct rte_event_timer_adapter *adptr) in otx2_tim_ring_free()
/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
157 struct rte_event_timer_adapter **adptr = t->timer_adptr; in perf_event_timer_producer_burst() local
/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()