Lines Matching defs:spacc_engine
101 struct spacc_engine { struct
102 void __iomem *regs;
103 struct list_head pending;
104 int next_ctx;
105 spinlock_t hw_lock;
106 int in_flight;
107 struct list_head completed;
108 struct list_head in_progress;
109 struct tasklet_struct complete;
110 unsigned long fifo_sz;
111 void __iomem *cipher_ctx_base;
112 void __iomem *hash_key_base;
113 struct spacc_alg *algs;
114 unsigned num_algs;
138 struct spacc_engine *engine; argument