Lines Matching refs:first
842 struct xgene_dma_desc_sw *first = NULL, *new;
862 if (!first)
863 first = new;
869 list_add_tail(&new->node, &first->tx_list);
874 list_splice(&first->tx_list, &new->tx_list);
879 if (!first)
882 xgene_dma_free_desc_list(chan, &first->tx_list);
890 struct xgene_dma_desc_sw *first = NULL, *new;
920 if (!first)
921 first = new;
927 list_add_tail(&new->node, &first->tx_list);
951 list_splice(&first->tx_list, &new->tx_list);
956 if (!first)
959 xgene_dma_free_desc_list(chan, &first->tx_list);