Lines Matching refs:tsi721_tx_desc
43 static int tsi721_submit_sg(struct tsi721_tx_desc *desc);
61 struct tsi721_tx_desc *to_tsi721_desc(struct dma_async_tx_descriptor *txd) in to_tsi721_desc()
63 return container_of(txd, struct tsi721_tx_desc, txd); in to_tsi721_desc()
67 struct tsi721_tx_desc *tsi721_dma_first_active( in tsi721_dma_first_active()
71 struct tsi721_tx_desc, desc_node); in tsi721_dma_first_active()
336 tsi721_desc_fill_init(struct tsi721_tx_desc *desc, in tsi721_desc_fill_init()
378 struct tsi721_tx_desc *desc) in tsi721_dma_tx_err()
414 static int tsi721_submit_sg(struct tsi721_tx_desc *desc) in tsi721_submit_sg()
539 struct tsi721_tx_desc *desc; in tsi721_advance_work()
593 struct tsi721_tx_desc *desc; in tsi721_dma_tasklet()
626 struct tsi721_tx_desc *desc = to_tsi721_desc(txd); in tsi721_tx_submit()
655 struct tsi721_tx_desc *desc = NULL; in tsi721_alloc_chan_resources()
672 desc = kcalloc(TSI721_DMA_TX_QUEUE_SZ, sizeof(struct tsi721_tx_desc), in tsi721_alloc_chan_resources()
762 struct tsi721_tx_desc *desc, *_d; in tsi721_prep_rio_sg()
821 struct tsi721_tx_desc *desc, *_d; in tsi721_terminate_all()