Home
last modified time | relevance | path

Searched refs:tsi721_tx_desc (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/rapidio/devices/
Dtsi721_dma.c43 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()
[all …]
Dtsi721.h647 struct tsi721_tx_desc { struct
675 struct tsi721_tx_desc *tx_desc; argument