Searched refs:mv_xor_desc_slot (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/dma/ |
D | mv_xor.c | 43 container_of(tx, struct mv_xor_desc_slot, async_tx) 48 static void mv_desc_init(struct mv_xor_desc_slot *desc, in mv_desc_init() 63 static void mv_desc_set_mode(struct mv_xor_desc_slot *desc) in mv_desc_set_mode() 81 static void mv_desc_set_next_desc(struct mv_xor_desc_slot *desc, in mv_desc_set_next_desc() 89 static void mv_desc_set_src_addr(struct mv_xor_desc_slot *desc, in mv_desc_set_src_addr() 179 struct mv_xor_desc_slot *sw_desc) in mv_chan_start_new_chain() 192 mv_desc_run_tx_complete_actions(struct mv_xor_desc_slot *desc, in mv_desc_run_tx_complete_actions() 217 struct mv_xor_desc_slot *iter, *_iter; in mv_chan_clean_completed_slots() 235 mv_desc_clean_slot(struct mv_xor_desc_slot *desc, in mv_desc_clean_slot() 265 struct mv_xor_desc_slot *iter, *_iter; in mv_chan_slot_cleanup() [all …]
|
D | mv_xor.h | 141 struct mv_xor_desc_slot { struct 188 container_of(addr_hw_desc, struct mv_xor_desc_slot, hw_desc)
|