Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
Dfsl_raid.c89 struct fsl_re_chan *re_chan; in fsl_re_tx_submit() local
94 re_chan = container_of(tx->chan, struct fsl_re_chan, chan); in fsl_re_tx_submit()
96 spin_lock_irqsave(&re_chan->desc_lock, flags); in fsl_re_tx_submit()
98 list_add_tail(&desc->node, &re_chan->submit_q); in fsl_re_tx_submit()
99 spin_unlock_irqrestore(&re_chan->desc_lock, flags); in fsl_re_tx_submit()
107 struct fsl_re_chan *re_chan; in fsl_re_issue_pending() local
112 re_chan = container_of(chan, struct fsl_re_chan, chan); in fsl_re_issue_pending()
114 spin_lock_irqsave(&re_chan->desc_lock, flags); in fsl_re_issue_pending()
116 in_be32(&re_chan->jrregs->inbring_slot_avail)); in fsl_re_issue_pending()
118 list_for_each_entry_safe(desc, _desc, &re_chan->submit_q, node) { in fsl_re_issue_pending()
[all …]
Dfsl_raid.h297 struct fsl_re_chan *re_chan; member