Searched defs:spacc_engine (Results 1 – 1 of 1) sorted by relevance
114 struct spacc_engine { struct115 void __iomem *regs;116 struct list_head pending;117 int next_ctx;118 spinlock_t hw_lock;119 int in_flight;120 struct list_head completed;121 struct list_head in_progress;122 struct tasklet_struct complete;123 unsigned long fifo_sz;[all …]