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