Searched defs:spacc_engine (Results 1 – 1 of 1) sorted by relevance
108 struct spacc_engine { struct109 void __iomem *regs;110 struct list_head pending;111 int next_ctx;112 spinlock_t hw_lock;113 int in_flight;114 struct list_head completed;115 struct list_head in_progress;116 struct tasklet_struct complete;117 unsigned long fifo_sz;[all …]