Searched defs:spacc_engine (Results 1 – 1 of 1) sorted by relevance
102 struct spacc_engine { struct103 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;[all …]