Searched defs:xgene_dma_chan (Results 1 – 1 of 1) sorted by relevance
269 struct xgene_dma_chan { struct270 struct dma_chan dma_chan;271 struct xgene_dma *pdma;272 struct device *dev;273 int id;274 int rx_irq;275 char name[10];276 spinlock_t lock;277 int pending;278 int max_outstanding;[all …]