Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_common.c95 dma_addr_t buf_dma, next_desc_dma; in prueth_xmit_free() local
107 next_desc_dma = cppi5_hdesc_get_next_hbdesc(first_desc); in prueth_xmit_free()
108 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in prueth_xmit_free()
109 while (next_desc_dma) { in prueth_xmit_free()
111 next_desc_dma); in prueth_xmit_free()
118 next_desc_dma = cppi5_hdesc_get_next_hbdesc(next_desc); in prueth_xmit_free()
119 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in prueth_xmit_free()
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c797 dma_addr_t buf_dma, next_desc_dma; in am65_cpsw_nuss_xmit_free() local
808 next_desc_dma = cppi5_hdesc_get_next_hbdesc(first_desc); in am65_cpsw_nuss_xmit_free()
809 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in am65_cpsw_nuss_xmit_free()
810 while (next_desc_dma) { in am65_cpsw_nuss_xmit_free()
812 next_desc_dma); in am65_cpsw_nuss_xmit_free()
819 next_desc_dma = cppi5_hdesc_get_next_hbdesc(next_desc); in am65_cpsw_nuss_xmit_free()
820 k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); in am65_cpsw_nuss_xmit_free()