Searched refs:modulo_inc (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf_reqmgr.c | 62 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 D | otx_cptvf_reqmgr.c | 74 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()
|