Home
last modified time | relevance | path

Searched refs:mv_chan (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dmv_xor.c176 * Caller must hold &mv_chan->lock while calling this function
178 static void mv_chan_start_new_chain(struct mv_xor_chan *mv_chan, in mv_chan_start_new_chain() argument
181 dev_dbg(mv_chan_to_devp(mv_chan), "%s %d: sw_desc %p\n", in mv_chan_start_new_chain()
185 mv_chan_set_next_descriptor(mv_chan, sw_desc->async_tx.phys); in mv_chan_start_new_chain()
187 mv_chan->pending++; in mv_chan_start_new_chain()
188 mv_xor_issue_pending(&mv_chan->dmachan); in mv_chan_start_new_chain()
193 struct mv_xor_chan *mv_chan, in mv_desc_run_tx_complete_actions()
215 mv_chan_clean_completed_slots(struct mv_xor_chan *mv_chan) in mv_chan_clean_completed_slots() argument
219 dev_dbg(mv_chan_to_devp(mv_chan), "%s %d\n", __func__, __LINE__); in mv_chan_clean_completed_slots()
220 list_for_each_entry_safe(iter, _iter, &mv_chan in mv_chan_clean_completed_slots()
192 mv_desc_run_tx_complete_actions(struct mv_xor_desc_slot *desc, struct mv_xor_chan *mv_chan, dma_cookie_t cookie) mv_desc_run_tx_complete_actions() argument
235 mv_desc_clean_slot(struct mv_xor_desc_slot *desc, struct mv_xor_chan *mv_chan) mv_desc_clean_slot() argument
263 mv_chan_slot_cleanup(struct mv_xor_chan *mv_chan) mv_chan_slot_cleanup() argument
349 mv_chan_alloc_slot(struct mv_xor_chan *mv_chan) mv_chan_alloc_slot() argument
385 struct mv_xor_chan *mv_chan = to_mv_xor_chan(tx->chan); mv_xor_tx_submit() local
439 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); mv_xor_alloc_chan_resources() local
483 mv_xor_add_io_win(struct mv_xor_chan *mv_chan, u32 addr) mv_xor_add_io_win() argument
558 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); mv_xor_prep_dma_xor() local
612 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); mv_xor_prep_dma_interrupt() local
629 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); mv_xor_free_chan_resources() local
678 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); mv_xor_status() local
749 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); mv_xor_issue_pending() local
761 mv_chan_memcpy_self_test(struct mv_xor_chan *mv_chan) mv_chan_memcpy_self_test() argument
872 mv_chan_xor_self_test(struct mv_xor_chan *mv_chan) mv_chan_xor_self_test() argument
1009 mv_xor_channel_remove(struct mv_xor_chan *mv_chan) mv_xor_channel_remove() argument
1039 struct mv_xor_chan *mv_chan; mv_xor_channel_add() local
1237 struct mv_xor_chan *mv_chan = xordev->channels[i]; mv_xor_suspend() local
1258 struct mv_xor_chan *mv_chan = xordev->channels[i]; mv_xor_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dmv_xor.c176 * Caller must hold &mv_chan->lock while calling this function
178 static void mv_chan_start_new_chain(struct mv_xor_chan *mv_chan, in mv_chan_start_new_chain() argument
181 dev_dbg(mv_chan_to_devp(mv_chan), "%s %d: sw_desc %p\n", in mv_chan_start_new_chain()
185 mv_chan_set_next_descriptor(mv_chan, sw_desc->async_tx.phys); in mv_chan_start_new_chain()
187 mv_chan->pending++; in mv_chan_start_new_chain()
188 mv_xor_issue_pending(&mv_chan->dmachan); in mv_chan_start_new_chain()
193 struct mv_xor_chan *mv_chan, in mv_desc_run_tx_complete_actions()
215 mv_chan_clean_completed_slots(struct mv_xor_chan *mv_chan) in mv_chan_clean_completed_slots() argument
219 dev_dbg(mv_chan_to_devp(mv_chan), "%s %d\n", __func__, __LINE__); in mv_chan_clean_completed_slots()
220 list_for_each_entry_safe(iter, _iter, &mv_chan in mv_chan_clean_completed_slots()
192 mv_desc_run_tx_complete_actions(struct mv_xor_desc_slot *desc, struct mv_xor_chan *mv_chan, dma_cookie_t cookie) mv_desc_run_tx_complete_actions() argument
235 mv_desc_clean_slot(struct mv_xor_desc_slot *desc, struct mv_xor_chan *mv_chan) mv_desc_clean_slot() argument
263 mv_chan_slot_cleanup(struct mv_xor_chan *mv_chan) mv_chan_slot_cleanup() argument
349 mv_chan_alloc_slot(struct mv_xor_chan *mv_chan) mv_chan_alloc_slot() argument
385 struct mv_xor_chan *mv_chan = to_mv_xor_chan(tx->chan); mv_xor_tx_submit() local
439 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); mv_xor_alloc_chan_resources() local
483 mv_xor_add_io_win(struct mv_xor_chan *mv_chan, u32 addr) mv_xor_add_io_win() argument
558 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); mv_xor_prep_dma_xor() local
612 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); mv_xor_prep_dma_interrupt() local
629 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); mv_xor_free_chan_resources() local
678 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); mv_xor_status() local
749 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); mv_xor_issue_pending() local
761 mv_chan_memcpy_self_test(struct mv_xor_chan *mv_chan) mv_chan_memcpy_self_test() argument
872 mv_chan_xor_self_test(struct mv_xor_chan *mv_chan) mv_chan_xor_self_test() argument
1009 mv_xor_channel_remove(struct mv_xor_chan *mv_chan) mv_xor_channel_remove() argument
1039 struct mv_xor_chan *mv_chan; mv_xor_channel_add() local
1237 struct mv_xor_chan *mv_chan = xordev->channels[i]; mv_xor_suspend() local
1258 struct mv_xor_chan *mv_chan = xordev->channels[i]; mv_xor_resume() local
[all...]

Completed in 3 milliseconds