Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c74 static inline u32 modulo_inc(u32 index, u32 length, u32 inc) in modulo_inc() function
567 resume_index = modulo_inc(pqueue->front, pqueue->qlen, in process_pending_queue()
593 pqueue->front = modulo_inc(pqueue->front, pqueue->qlen, 1); in process_pending_queue()