Home
last modified time | relevance | path

Searched refs:adptr_info (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/event/octeontx/
H A Dtimvf_evdev.c40 struct rte_event_timer_adapter_info *adptr_info) in timvf_ring_info_get() argument
43 adptr_info->max_tmo_ns = timr->max_tout; in timvf_ring_info_get()
44 adptr_info->min_resolution_ns = timr->tck_nsec; in timvf_ring_info_get()
45 rte_memcpy(&adptr_info->conf, &adptr->data->conf, in timvf_ring_info_get()
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_tim_evdev.c63 struct rte_event_timer_adapter_info *adptr_info) in otx2_tim_ring_info_get() argument
67 adptr_info->max_tmo_ns = tim_ring->max_tout; in otx2_tim_ring_info_get()
68 adptr_info->min_resolution_ns = tim_ring->tck_nsec; in otx2_tim_ring_info_get()
69 rte_memcpy(&adptr_info->conf, &adptr->data->conf, in otx2_tim_ring_info_get()