Searched refs:next_desc_dma (Results 1 – 2 of 2) sorted by relevance
172 dma_addr_t buf_dma, next_desc_dma; in prueth_xmit_free() local188 next_desc_dma = cppi5_hdesc_get_next_hbdesc(first_desc); in prueth_xmit_free()189 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in prueth_xmit_free()190 while (next_desc_dma) { in prueth_xmit_free()192 next_desc_dma); in prueth_xmit_free()199 next_desc_dma = cppi5_hdesc_get_next_hbdesc(next_desc); in prueth_xmit_free()200 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in prueth_xmit_free()
798 dma_addr_t buf_dma, next_desc_dma; in am65_cpsw_nuss_xmit_free() local809 next_desc_dma = cppi5_hdesc_get_next_hbdesc(first_desc); in am65_cpsw_nuss_xmit_free()810 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in am65_cpsw_nuss_xmit_free()811 while (next_desc_dma) { in am65_cpsw_nuss_xmit_free()813 next_desc_dma); in am65_cpsw_nuss_xmit_free()820 next_desc_dma = cppi5_hdesc_get_next_hbdesc(next_desc); in am65_cpsw_nuss_xmit_free()821 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in am65_cpsw_nuss_xmit_free()