Lines Matching refs:tx_list
282 struct list_head tx_list; member
571 list_splice_tail_init(&desc->tx_list, &chan->ld_pending); in xgene_dma_tx_submit()
600 INIT_LIST_HEAD(&desc->tx_list); in xgene_dma_alloc_descriptor()
975 list_add_tail(&new->node, &first->tx_list); in xgene_dma_prep_memcpy()
980 list_splice(&first->tx_list, &new->tx_list); in xgene_dma_prep_memcpy()
988 xgene_dma_free_tx_desc_list(chan, &first->tx_list); in xgene_dma_prep_memcpy()
1050 list_add_tail(&new->node, &first->tx_list); in xgene_dma_prep_sg()
1089 list_splice(&first->tx_list, &new->tx_list); in xgene_dma_prep_sg()
1096 xgene_dma_free_tx_desc_list(chan, &first->tx_list); in xgene_dma_prep_sg()
1131 list_add_tail(&new->node, &first->tx_list); in xgene_dma_prep_xor()
1136 list_splice(&first->tx_list, &new->tx_list); in xgene_dma_prep_xor()
1144 xgene_dma_free_tx_desc_list(chan, &first->tx_list); in xgene_dma_prep_xor()
1189 list_add_tail(&new->node, &first->tx_list); in xgene_dma_prep_pq()
1213 list_splice(&first->tx_list, &new->tx_list); in xgene_dma_prep_pq()
1221 xgene_dma_free_tx_desc_list(chan, &first->tx_list); in xgene_dma_prep_pq()