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