Home
last modified time | relevance | path

Searched refs:group_head (Results 1 – 3 of 3) sorted by relevance

/drivers/dma/
Diop-adma.c79 if (desc->group_head && desc->unmap_len) { in iop_adma_run_tx_complete_actions()
80 struct iop_adma_desc_slot *unmap = desc->group_head; in iop_adma_run_tx_complete_actions()
113 desc->group_head = NULL; in iop_adma_run_tx_complete_actions()
371 alloc_tail->group_head = alloc_start; in iop_adma_alloc_slots()
423 grp_start = sw_desc->group_head; in iop_adma_tx_submit()
550 grp_start = sw_desc->group_head; in iop_adma_prep_dma_interrupt()
579 grp_start = sw_desc->group_head; in iop_adma_prep_dma_memcpy()
612 grp_start = sw_desc->group_head; in iop_adma_prep_dma_memset()
647 grp_start = sw_desc->group_head; in iop_adma_prep_dma_xor()
682 grp_start = sw_desc->group_head; in iop_adma_prep_dma_zero_sum()
[all …]
Dmv_xor.c305 if (desc->group_head && desc->unmap_len) { in mv_xor_run_tx_complete_actions()
306 struct mv_xor_desc_slot *unmap = desc->group_head; in mv_xor_run_tx_complete_actions()
337 desc->group_head = NULL; in mv_xor_run_tx_complete_actions()
518 alloc_tail->group_head = alloc_start; in mv_xor_alloc_slots()
562 grp_start = sw_desc->group_head; in mv_xor_tx_submit()
681 grp_start = sw_desc->group_head; in mv_xor_prep_dma_memcpy()
684 mv_desc_set_dest_addr(sw_desc->group_head, dest); in mv_xor_prep_dma_memcpy()
720 grp_start = sw_desc->group_head; in mv_xor_prep_dma_memset()
723 mv_desc_set_dest_addr(sw_desc->group_head, dest); in mv_xor_prep_dma_memset()
758 grp_start = sw_desc->group_head; in mv_xor_prep_dma_xor()
[all …]
Dmv_xor.h141 struct mv_xor_desc_slot *group_head; member