Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/
Dn2_core.c79 static unsigned long spu_next_offset(struct spu_queue *q, unsigned long off) in spu_next_offset() function
136 for (off = q->head; off != new_head; off = spu_next_offset(q, off)) { in cwq_intr()
173 return q->q + spu_next_offset(q, cur - q->q); in spu_queue_next()
205 new_tail = spu_next_offset(q, last - q->q); in spu_queue_submit()