Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_reqmgr.c62 static inline u32 modulo_inc(u32 index, u32 length, u32 inc) in modulo_inc() function
348 resume_index = modulo_inc(pqueue->front, pqueue->qlen, in process_pending_queue()
374 pqueue->front = modulo_inc(pqueue->front, pqueue->qlen, 1); in process_pending_queue()
/linux/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()