Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/
Dfsl_raid.c90 struct fsl_re_chan *re_chan; in fsl_re_tx_submit()
95 re_chan = container_of(tx->chan, struct fsl_re_chan, chan); in fsl_re_tx_submit()
108 struct fsl_re_chan *re_chan; in fsl_re_issue_pending()
113 re_chan = container_of(chan, struct fsl_re_chan, chan); in fsl_re_issue_pending()
143 static void fsl_re_cleanup_descs(struct fsl_re_chan *re_chan) in fsl_re_cleanup_descs()
160 struct fsl_re_chan *re_chan = from_tasklet(re_chan, t, irqtask); in fsl_re_dequeue()
204 struct fsl_re_chan *re_chan; in fsl_re_isr()
250 static struct fsl_re_desc *fsl_re_init_desc(struct fsl_re_chan *re_chan, in fsl_re_init_desc()
271 static struct fsl_re_desc *fsl_re_chan_alloc_desc(struct fsl_re_chan *re_chan, in fsl_re_chan_alloc_desc()
320 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