Searched refs:mv_xor_desc_slot (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/dma/ |
| D | mv_xor.c | 45 container_of(tx, struct mv_xor_desc_slot, async_tx) 50 static void mv_desc_init(struct mv_xor_desc_slot *desc, in mv_desc_init() 65 static void mv_desc_set_mode(struct mv_xor_desc_slot *desc) in mv_desc_set_mode() 83 static void mv_desc_set_next_desc(struct mv_xor_desc_slot *desc, in mv_desc_set_next_desc() 91 static void mv_desc_set_src_addr(struct mv_xor_desc_slot *desc, in mv_desc_set_src_addr() 217 struct mv_xor_desc_slot *sw_desc) in mv_chan_start_new_chain() 230 mv_desc_run_tx_complete_actions(struct mv_xor_desc_slot *desc, in mv_desc_run_tx_complete_actions() 258 struct mv_xor_desc_slot *iter, *_iter; in mv_chan_clean_completed_slots() 271 mv_desc_clean_slot(struct mv_xor_desc_slot *desc, in mv_desc_clean_slot() 292 struct mv_xor_desc_slot *iter, *_iter; in mv_chan_slot_cleanup() [all …]
|
| D | mv_xor.h | 141 struct mv_xor_desc_slot { struct 187 container_of(addr_hw_desc, struct mv_xor_desc_slot, hw_desc)
|