Home
last modified time | relevance | path

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

/drivers/crypto/
Dn2_core.c77 static unsigned long spu_next_offset(struct spu_queue *q, unsigned long off) in spu_next_offset() function
134 for (off = q->head; off != new_head; off = spu_next_offset(q, off)) { in cwq_intr()
171 return q->q + spu_next_offset(q, cur - q->q); in spu_queue_next()
203 new_tail = spu_next_offset(q, last - q->q); in spu_queue_submit()