Searched refs:next_desc_dma (Results 1 – 1 of 1) sorted by relevance
807 dma_addr_t buf_dma, next_desc_dma; in am65_cpsw_nuss_xmit_free() local818 next_desc_dma = cppi5_hdesc_get_next_hbdesc(first_desc); in am65_cpsw_nuss_xmit_free()819 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in am65_cpsw_nuss_xmit_free()820 while (next_desc_dma) { in am65_cpsw_nuss_xmit_free()822 next_desc_dma); in am65_cpsw_nuss_xmit_free()829 next_desc_dma = cppi5_hdesc_get_next_hbdesc(next_desc); in am65_cpsw_nuss_xmit_free()830 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in am65_cpsw_nuss_xmit_free()