Home
last modified time | relevance | path

Searched refs:fsl_re_chan (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/dma/
Dfsl_raid.c89 struct fsl_re_chan *re_chan; in fsl_re_tx_submit()
94 re_chan = container_of(tx->chan, struct fsl_re_chan, chan); in fsl_re_tx_submit()
107 struct fsl_re_chan *re_chan; in fsl_re_issue_pending()
112 re_chan = container_of(chan, struct fsl_re_chan, chan); in fsl_re_issue_pending()
142 static void fsl_re_cleanup_descs(struct fsl_re_chan *re_chan) in fsl_re_cleanup_descs()
159 struct fsl_re_chan *re_chan = from_tasklet(re_chan, t, irqtask); in fsl_re_dequeue()
203 struct fsl_re_chan *re_chan; in fsl_re_isr()
249 static struct fsl_re_desc *fsl_re_init_desc(struct fsl_re_chan *re_chan, in fsl_re_init_desc()
270 static struct fsl_re_desc *fsl_re_chan_alloc_desc(struct fsl_re_chan *re_chan, in fsl_re_chan_alloc_desc()
319 struct fsl_re_chan *re_chan; in fsl_re_prep_dma_genq()
[all …]
Dfsl_raid.h260 struct fsl_re_chan *re_jrs[FSL_RE_MAX_CHANS];
266 struct fsl_re_chan { struct
297 struct fsl_re_chan *re_chan; argument