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

/linux-4.1.27/drivers/crypto/
H A Dn2_core.c49 struct spu_queue { struct
68 static struct spu_queue **cpu_to_cwq;
69 static struct spu_queue **cpu_to_mau;
71 static unsigned long spu_next_offset(struct spu_queue *q, unsigned long off) spu_next_offset()
95 static inline bool job_finished(struct spu_queue *q, unsigned int offset, job_finished()
116 struct spu_queue *q = dev_id; cwq_intr()
143 struct spu_queue *q = dev_id; mau_intr()
163 static void *spu_queue_next(struct spu_queue *q, void *cur) spu_queue_next()
168 static int spu_queue_num_free(struct spu_queue *q) spu_queue_num_free()
183 static void *spu_queue_alloc(struct spu_queue *q, int num_entries) spu_queue_alloc()
193 static unsigned long spu_queue_submit(struct spu_queue *q, void *last) spu_queue_submit()
233 static inline bool n2_should_run_async(struct spu_queue *qp, int this_len)
477 static unsigned long wait_for_tail(struct spu_queue *qp) wait_for_tail()
495 static unsigned long submit_and_wait_for_tail(struct spu_queue *qp, submit_and_wait_for_tail()
514 struct spu_queue *qp; n2_do_async_digest()
827 struct spu_queue *qp, bool encrypt) __n2_crypt_chunk()
978 struct spu_queue *qp; n2_do_ecb()
1030 struct spu_queue *qp; n2_do_chaining()
1592 const char *irq_name, struct spu_queue *p, spu_map_ino()
1655 static int spu_queue_register(struct spu_queue *p, unsigned long q_type) spu_queue_register()
1682 static int spu_queue_setup(struct spu_queue *p) spu_queue_setup()
1699 static void spu_queue_destroy(struct spu_queue *p) spu_queue_destroy()
1714 struct spu_queue *p, *n; spu_list_destroy()
1739 u64 node, struct spu_queue *p, spu_mdesc_walk_arcs()
1740 struct spu_queue **table) spu_mdesc_walk_arcs()
1767 irq_handler_t handler, struct spu_queue **table) handle_exec_unit()
1769 struct spu_queue *p; handle_exec_unit()
1772 p = kzalloc(sizeof(struct spu_queue), GFP_KERNEL); handle_exec_unit()
1799 irq_handler_t handler, struct spu_queue **table) spu_mdesc_scan()
1927 cpu_to_cwq = kzalloc(sizeof(struct spu_queue *) * NR_CPUS, grab_global_resources()
1932 cpu_to_mau = kzalloc(sizeof(struct spu_queue *) * NR_CPUS, grab_global_resources()

Completed in 68 milliseconds