Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/ti/icssg/
Dicssg_prueth.c109 dma_addr_t buf_dma, next_desc_dma; in prueth_xmit_free() local
121 next_desc_dma = cppi5_hdesc_get_next_hbdesc(first_desc); in prueth_xmit_free()
122 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in prueth_xmit_free()
123 while (next_desc_dma) { in prueth_xmit_free()
125 next_desc_dma); in prueth_xmit_free()
132 next_desc_dma = cppi5_hdesc_get_next_hbdesc(next_desc); in prueth_xmit_free()
133 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in prueth_xmit_free()
/linux-6.6.21/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c847 dma_addr_t buf_dma, next_desc_dma; in am65_cpsw_nuss_xmit_free() local
858 next_desc_dma = cppi5_hdesc_get_next_hbdesc(first_desc); in am65_cpsw_nuss_xmit_free()
859 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in am65_cpsw_nuss_xmit_free()
860 while (next_desc_dma) { in am65_cpsw_nuss_xmit_free()
862 next_desc_dma); in am65_cpsw_nuss_xmit_free()
869 next_desc_dma = cppi5_hdesc_get_next_hbdesc(next_desc); in am65_cpsw_nuss_xmit_free()
870 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in am65_cpsw_nuss_xmit_free()