Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dn2_core.c49 struct spu_queue { struct
68 static struct spu_queue **cpu_to_cwq; argument
69 static struct spu_queue **cpu_to_mau;
71 static unsigned long spu_next_offset(struct spu_queue *q, unsigned long off) in spu_next_offset()
95 static inline bool job_finished(struct spu_queue *q, unsigned int offset, in job_finished()
116 struct spu_queue *q = dev_id; in cwq_intr()
143 struct spu_queue *q = dev_id; in mau_intr()
163 static void *spu_queue_next(struct spu_queue *q, void *cur) in spu_queue_next()
168 static int spu_queue_num_free(struct spu_queue *q) in spu_queue_num_free()
183 static void *spu_queue_alloc(struct spu_queue *q, int num_entries) in spu_queue_alloc()
[all …]