Lines Matching refs:next_desc
553 struct cppi5_host_desc_t *first_desc, *next_desc; in am65_cpsw_nuss_xmit_free() local
558 next_desc = first_desc; in am65_cpsw_nuss_xmit_free()
568 next_desc = k3_cppi_desc_pool_dma2virt(tx_chn->desc_pool, in am65_cpsw_nuss_xmit_free()
570 cppi5_hdesc_get_obuf(next_desc, &buf_dma, &buf_dma_len); in am65_cpsw_nuss_xmit_free()
576 next_desc_dma = cppi5_hdesc_get_next_hbdesc(next_desc); in am65_cpsw_nuss_xmit_free()
579 k3_cppi_desc_pool_free(tx_chn->desc_pool, next_desc); in am65_cpsw_nuss_xmit_free()
1573 struct cppi5_host_desc_t *first_desc, *next_desc, *cur_desc; in am65_cpsw_nuss_ndo_slave_xmit() local
1653 next_desc = k3_cppi_desc_pool_alloc(tx_chn->desc_pool); in am65_cpsw_nuss_ndo_slave_xmit()
1654 if (!next_desc) { in am65_cpsw_nuss_ndo_slave_xmit()
1659 am65_cpsw_nuss_set_buf_type(tx_chn, next_desc, in am65_cpsw_nuss_ndo_slave_xmit()
1666 k3_cppi_desc_pool_free(tx_chn->desc_pool, next_desc); in am65_cpsw_nuss_ndo_slave_xmit()
1671 cppi5_hdesc_reset_hbdesc(next_desc); in am65_cpsw_nuss_ndo_slave_xmit()
1673 cppi5_hdesc_attach_buf(next_desc, in am65_cpsw_nuss_ndo_slave_xmit()
1677 next_desc); in am65_cpsw_nuss_ndo_slave_xmit()
1682 cur_desc = next_desc; in am65_cpsw_nuss_ndo_slave_xmit()