Searched defs:admac_chan (Results 1 – 1 of 1) sorted by relevance
86 struct admac_chan { struct87 unsigned int no;88 struct admac_data *host;89 struct dma_chan chan;90 struct tasklet_struct tasklet;92 u32 carveout;94 spinlock_t lock;95 struct admac_tx *current_tx;96 int nperiod_acks;104 struct list_head submitted;[all …]