Lines Matching refs:tx_list
252 struct list_head tx_list; member
530 list_splice_tail_init(&desc->tx_list, &chan->ld_pending); in xgene_dma_tx_submit()
557 INIT_LIST_HEAD(&desc->tx_list); in xgene_dma_alloc_descriptor()
954 list_add_tail(&new->node, &first->tx_list); in xgene_dma_prep_sg()
993 list_splice(&first->tx_list, &new->tx_list); in xgene_dma_prep_sg()
1000 xgene_dma_free_desc_list(chan, &first->tx_list); in xgene_dma_prep_sg()
1035 list_add_tail(&new->node, &first->tx_list); in xgene_dma_prep_xor()
1040 list_splice(&first->tx_list, &new->tx_list); in xgene_dma_prep_xor()
1048 xgene_dma_free_desc_list(chan, &first->tx_list); in xgene_dma_prep_xor()
1093 list_add_tail(&new->node, &first->tx_list); in xgene_dma_prep_pq()
1117 list_splice(&first->tx_list, &new->tx_list); in xgene_dma_prep_pq()
1125 xgene_dma_free_desc_list(chan, &first->tx_list); in xgene_dma_prep_pq()