Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/
Dn2_core.c53 struct spu_queue { struct
73 struct spu_queue *queue; argument
77 static struct spu_queue **cpu_to_cwq;
78 static struct spu_queue **cpu_to_mau;
80 static unsigned long spu_next_offset(struct spu_queue *q, unsigned long off) in spu_next_offset()
104 static inline bool job_finished(struct spu_queue *q, unsigned int offset, in job_finished()
125 struct spu_queue *q = dev_id; in cwq_intr()
152 struct spu_queue *q = dev_id; in mau_intr()
172 static void *spu_queue_next(struct spu_queue *q, void *cur) in spu_queue_next()
177 static int spu_queue_num_free(struct spu_queue *q) in spu_queue_num_free()
[all …]