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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c71 static unsigned long spu_next_offset(struct spu_queue *q, unsigned long off) function
128 for (off = q->head; off != new_head; off = spu_next_offset(q, off)) {
164 return q->q + spu_next_offset(q, cur - q->q);
196 new_tail = spu_next_offset(q, last - q->q);

Completed in 51 milliseconds