Home
last modified time | relevance | path

Searched refs:max_tout (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/event/octeontx/
H A Dtimvf_evdev.c43 adptr_info->max_tmo_ns = timr->max_tout; in timvf_ring_info_get()
86 tck_nsec = RTE_ALIGN_MUL_CEIL(timr->max_tout / (hbkts - 1), 10); in optimize_bucket_parameters()
92 tck_nsec = RTE_ALIGN_MUL_CEIL((timr->max_tout / (lbkts - 1)), 10); in optimize_bucket_parameters()
112 timr->tck_nsec = RTE_ALIGN_MUL_CEIL((timr->max_tout / in optimize_bucket_parameters()
201 timr->max_tout); in timvf_ring_start()
260 timr->max_tout = rcfg->max_tmo_ns; in timvf_ring_create()
261 timr->nb_bkts = (timr->max_tout / timr->tck_nsec); in timvf_ring_create()
H A Dtimvf_evdev.h176 uint64_t max_tout; member
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_tim_evdev.c67 adptr_info->max_tmo_ns = tim_ring->max_tout; in otx2_tim_ring_info_get()
81 tck_nsec = RTE_ALIGN_MUL_CEIL(tim_ring->max_tout / (hbkts - 1), 10); in tim_optimze_bkt_param()
89 tck_nsec = RTE_ALIGN_MUL_CEIL((tim_ring->max_tout / (lbkts - 1)), 10); in tim_optimze_bkt_param()
111 tim_ring->tck_nsec = RTE_ALIGN_MUL_CEIL((tim_ring->max_tout / in tim_optimze_bkt_param()
299 tim_ring->max_tout = rcfg->max_tmo_ns; in otx2_tim_ring_create()
300 tim_ring->nb_bkts = (tim_ring->max_tout / tim_ring->tck_nsec); in otx2_tim_ring_create()
H A Dotx2_tim_evdev.h162 uint64_t max_tout; member