Lines Matching defs:first
841 struct xgene_dma_desc_sw *first = NULL, *new;
861 if (!first)
862 first = new;
868 list_add_tail(&new->node, &first->tx_list);
873 list_splice(&first->tx_list, &new->tx_list);
878 if (!first)
881 xgene_dma_free_desc_list(chan, &first->tx_list);
889 struct xgene_dma_desc_sw *first = NULL, *new;
919 if (!first)
920 first = new;
926 list_add_tail(&new->node, &first->tx_list);
950 list_splice(&first->tx_list, &new->tx_list);
955 if (!first)
958 xgene_dma_free_desc_list(chan, &first->tx_list);