Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dfsl_raid.c90 struct fsl_re_chan *re_chan; in fsl_re_tx_submit() local
95 re_chan = container_of(tx->chan, struct fsl_re_chan, chan); in fsl_re_tx_submit()
97 spin_lock_irqsave(&re_chan->desc_lock, flags); in fsl_re_tx_submit()
99 list_add_tail(&desc->node, &re_chan->submit_q); in fsl_re_tx_submit()
100 spin_unlock_irqrestore(&re_chan->desc_lock, flags); in fsl_re_tx_submit()
108 struct fsl_re_chan *re_chan; in fsl_re_issue_pending() local
113 re_chan = container_of(chan, struct fsl_re_chan, chan); in fsl_re_issue_pending()
115 spin_lock_irqsave(&re_chan->desc_lock, flags); in fsl_re_issue_pending()
117 in_be32(&re_chan->jrregs->inbring_slot_avail)); in fsl_re_issue_pending()
119 list_for_each_entry_safe(desc, _desc, &re_chan->submit_q, node) { in fsl_re_issue_pending()
[all …]
H A Dfsl_raid.h297 struct fsl_re_chan *re_chan; member