Searched refs:desc_tx (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/dma/ |
H A D | k3-udma-glue.h | 36 struct cppi5_host_desc_t *desc_tx, 128 u32 flow_num, struct cppi5_host_desc_t *desc_tx,
|
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_common.c | 132 struct cppi5_host_desc_t *desc_tx; in emac_tx_complete_packets() local 156 desc_tx = k3_cppi_desc_pool_dma2virt(tx_chn->desc_pool, in emac_tx_complete_packets() 158 swdata = cppi5_hdesc_get_swdata(desc_tx); in emac_tx_complete_packets() 162 prueth_xmit_free(tx_chn, desc_tx); in emac_tx_complete_packets() 167 prueth_xmit_free(tx_chn, desc_tx); in emac_tx_complete_packets() 835 struct cppi5_host_desc_t *desc_tx; in prueth_tx_cleanup() local 839 desc_tx = k3_cppi_desc_pool_dma2virt(tx_chn->desc_pool, desc_dma); in prueth_tx_cleanup() 840 swdata = cppi5_hdesc_get_swdata(desc_tx); in prueth_tx_cleanup() 842 prueth_xmit_free(tx_chn, desc_tx); in prueth_tx_cleanup()
|
/linux/drivers/spi/ |
H A D | spi-fsl-lpspi.c | 582 struct dma_async_tx_descriptor *desc_tx, *desc_rx; in fsl_lpspi_dma_transfer() local 604 desc_tx = dmaengine_prep_slave_sg(controller->dma_tx, in fsl_lpspi_dma_transfer() 607 if (!desc_tx) { in fsl_lpspi_dma_transfer() 612 desc_tx->callback = fsl_lpspi_dma_tx_callback; in fsl_lpspi_dma_transfer() 613 desc_tx->callback_param = (void *)fsl_lpspi; in fsl_lpspi_dma_transfer() 614 dmaengine_submit(desc_tx); in fsl_lpspi_dma_transfer()
|
H A D | spi-imx.c | 1458 struct dma_async_tx_descriptor *desc_tx, *desc_rx; in spi_imx_dma_transfer() local 1508 desc_tx = dmaengine_prep_slave_sg(controller->dma_tx, in spi_imx_dma_transfer() 1511 if (!desc_tx) { in spi_imx_dma_transfer() 1517 desc_tx->callback = spi_imx_dma_tx_callback; in spi_imx_dma_transfer() 1518 desc_tx->callback_param = (void *)spi_imx; in spi_imx_dma_transfer() 1519 dmaengine_submit(desc_tx); in spi_imx_dma_transfer()
|
/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-nuss.c | 754 struct cppi5_host_desc_t *desc_tx; in am65_cpsw_nuss_buf_type() local 757 desc_tx = k3_cppi_desc_pool_dma2virt(tx_chn->desc_pool, desc_dma); in am65_cpsw_nuss_buf_type() 758 desc_idx = am65_cpsw_nuss_desc_idx(tx_chn->desc_pool, desc_tx, in am65_cpsw_nuss_buf_type() 832 struct cppi5_host_desc_t *desc_tx; in am65_cpsw_nuss_tx_cleanup() local 837 desc_tx = k3_cppi_desc_pool_dma2virt(tx_chn->desc_pool, desc_dma); in am65_cpsw_nuss_tx_cleanup() 838 swdata = cppi5_hdesc_get_swdata(desc_tx); in am65_cpsw_nuss_tx_cleanup() 848 am65_cpsw_nuss_xmit_free(tx_chn, desc_tx); in am65_cpsw_nuss_tx_cleanup() 1445 struct cppi5_host_desc_t *desc_tx; in am65_cpsw_nuss_tx_compl_packet_skb() local 1449 desc_tx = k3_cppi_desc_pool_dma2virt(tx_chn->desc_pool, in am65_cpsw_nuss_tx_compl_packet_skb() 1451 swdata = cppi5_hdesc_get_swdata(desc_tx); in am65_cpsw_nuss_tx_compl_packet_skb() [all …]
|
/linux/drivers/dma/ti/ |
H A D | k3-udma-glue.c | 472 struct cppi5_host_desc_t *desc_tx, in k3_udma_glue_push_tx_chn() argument 481 cppi5_desc_set_retpolicy(&desc_tx->hdr, 0, ringtxcq_id); in k3_udma_glue_push_tx_chn()
|