Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Dn2_core.c80 static unsigned long spu_next_offset(struct spu_queue *q, unsigned long off) in spu_next_offset() function
137 for (off = q->head; off != new_head; off = spu_next_offset(q, off)) { in cwq_intr()
174 return q->q + spu_next_offset(q, cur - q->q); in spu_queue_next()
206 new_tail = spu_next_offset(q, last - q->q); in spu_queue_submit()