Home
last modified time | relevance | path

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

/dpdk/drivers/event/cnxk/
H A Dcnxk_tim_worker.h373 : [crem] "r"(&bkt->w1) in cnxk_tim_add_entry_mp()
453 int16_t rem, crem; in cnxk_tim_add_entry_brst() local
520 crem = tim_ring->nb_chunk_slots - chunk_remainder; in cnxk_tim_add_entry_brst()
521 if (chunk_remainder && crem) { in cnxk_tim_add_entry_brst()
524 crem; in cnxk_tim_add_entry_brst()
541 return crem; in cnxk_tim_add_entry_brst()
/dpdk/drivers/event/octeontx/
H A Dtimvf_worker.h377 int16_t crem; in timvf_add_entry_brst() local
407 crem = nb_chunk_slots - chunk_remainder; in timvf_add_entry_brst()
408 if (chunk_remainder && crem) { in timvf_add_entry_brst()
410 (uintptr_t)bkt->current_chunk) + crem; in timvf_add_entry_brst()
425 return crem; in timvf_add_entry_brst()