Searched refs:desc_tx (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/include/linux/dma/ |
D | k3-udma-glue.h | 31 struct cppi5_host_desc_t *desc_tx, 118 u32 flow_num, struct cppi5_host_desc_t *desc_tx,
|
/linux-6.1.9/drivers/spi/ |
D | spi-fsl-lpspi.c | 549 struct dma_async_tx_descriptor *desc_tx, *desc_rx; in fsl_lpspi_dma_transfer() local 571 desc_tx = dmaengine_prep_slave_sg(controller->dma_tx, in fsl_lpspi_dma_transfer() 574 if (!desc_tx) { in fsl_lpspi_dma_transfer() 579 desc_tx->callback = fsl_lpspi_dma_tx_callback; in fsl_lpspi_dma_transfer() 580 desc_tx->callback_param = (void *)fsl_lpspi; in fsl_lpspi_dma_transfer() 581 dmaengine_submit(desc_tx); in fsl_lpspi_dma_transfer()
|
D | spi-topcliff-pch.c | 107 struct dma_async_tx_descriptor *desc_tx; member 776 async_tx_ack(dma->desc_tx); in pch_spi_start_transfer() 902 struct dma_async_tx_descriptor *desc_tx; in pch_spi_handle_dma() local 1077 desc_tx = dmaengine_prep_slave_sg(dma->chan_tx, in pch_spi_handle_dma() 1080 if (!desc_tx) { in pch_spi_handle_dma() 1086 desc_tx->callback = NULL; in pch_spi_handle_dma() 1087 desc_tx->callback_param = data; in pch_spi_handle_dma() 1089 dma->desc_tx = desc_tx; in pch_spi_handle_dma() 1096 desc_tx->tx_submit(desc_tx); in pch_spi_handle_dma()
|
D | spi-rspi.c | 542 struct dma_async_tx_descriptor *desc_tx = NULL, *desc_rx = NULL; in rspi_dma_transfer() local 570 desc_tx = dmaengine_prep_slave_sg(rspi->ctlr->dma_tx, tx->sgl, in rspi_dma_transfer() 573 if (!desc_tx) { in rspi_dma_transfer() 580 desc_tx->callback = NULL; in rspi_dma_transfer() 582 desc_tx->callback = rspi_dma_complete; in rspi_dma_transfer() 583 desc_tx->callback_param = rspi; in rspi_dma_transfer() 585 cookie = dmaengine_submit(desc_tx); in rspi_dma_transfer()
|
D | spi-pic32.c | 305 struct dma_async_tx_descriptor *desc_tx; in pic32_spi_dma_transfer() local 322 desc_tx = dmaengine_prep_slave_sg(master->dma_tx, in pic32_spi_dma_transfer() 327 if (!desc_tx) { in pic32_spi_dma_transfer() 341 cookie = dmaengine_submit(desc_tx); in pic32_spi_dma_transfer()
|
D | spi-sh-msiof.c | 748 struct dma_async_tx_descriptor *desc_tx = NULL, *desc_rx = NULL; in sh_msiof_dma_once() local 772 desc_tx = dmaengine_prep_slave_single(p->ctlr->dma_tx, in sh_msiof_dma_once() 775 if (!desc_tx) { in sh_msiof_dma_once() 780 desc_tx->callback = sh_msiof_dma_complete; in sh_msiof_dma_once() 781 desc_tx->callback_param = &p->done_txdma; in sh_msiof_dma_once() 782 cookie = dmaengine_submit(desc_tx); in sh_msiof_dma_once()
|
D | spi-imx.c | 1375 struct dma_async_tx_descriptor *desc_tx, *desc_rx; in spi_imx_dma_transfer() local 1425 desc_tx = dmaengine_prep_slave_sg(controller->dma_tx, in spi_imx_dma_transfer() 1428 if (!desc_tx) { in spi_imx_dma_transfer() 1434 desc_tx->callback = spi_imx_dma_tx_callback; in spi_imx_dma_transfer() 1435 desc_tx->callback_param = (void *)spi_imx; in spi_imx_dma_transfer() 1436 dmaengine_submit(desc_tx); in spi_imx_dma_transfer()
|
/linux-6.1.9/drivers/net/ethernet/ti/ |
D | am65-cpsw-nuss.c | 845 struct cppi5_host_desc_t *desc_tx; in am65_cpsw_nuss_tx_cleanup() local 849 desc_tx = k3_cppi_desc_pool_dma2virt(tx_chn->desc_pool, desc_dma); in am65_cpsw_nuss_tx_cleanup() 850 swdata = cppi5_hdesc_get_swdata(desc_tx); in am65_cpsw_nuss_tx_cleanup() 852 am65_cpsw_nuss_xmit_free(tx_chn, desc_tx); in am65_cpsw_nuss_tx_cleanup() 863 struct cppi5_host_desc_t *desc_tx; in am65_cpsw_nuss_tx_compl_packet() local 868 desc_tx = k3_cppi_desc_pool_dma2virt(tx_chn->desc_pool, in am65_cpsw_nuss_tx_compl_packet() 870 swdata = cppi5_hdesc_get_swdata(desc_tx); in am65_cpsw_nuss_tx_compl_packet() 872 am65_cpsw_nuss_xmit_free(tx_chn, desc_tx); in am65_cpsw_nuss_tx_compl_packet()
|
/linux-6.1.9/drivers/tty/serial/ |
D | atmel_serial.c | 132 struct dma_async_tx_descriptor *desc_tx; member 884 async_tx_ack(atmel_port->desc_tx); in atmel_complete_tx_dma() 886 atmel_port->desc_tx = NULL; in atmel_complete_tx_dma() 924 atmel_port->desc_tx = NULL; in atmel_release_tx_dma() 943 if (atmel_port->desc_tx != NULL) in atmel_tx_dma() 1006 atmel_port->desc_tx = desc; in atmel_tx_dma()
|
D | pch_uart.c | 224 struct dma_async_tx_descriptor *desc_tx; member 754 async_tx_ack(priv->desc_tx); in pch_dma_tx_complete() 975 priv->desc_tx = desc; in dma_handle_tx()
|
/linux-6.1.9/drivers/dma/ti/ |
D | k3-udma-glue.c | 401 struct cppi5_host_desc_t *desc_tx, in k3_udma_glue_push_tx_chn() argument 410 cppi5_desc_set_retpolicy(&desc_tx->hdr, 0, ringtxcq_id); in k3_udma_glue_push_tx_chn()
|