Lines Matching refs:next_desc
868 struct cppi5_host_desc_t *first_desc, *next_desc;
873 next_desc = first_desc;
882 next_desc = k3_cppi_desc_pool_dma2virt(tx_chn->desc_pool,
884 cppi5_hdesc_get_obuf(next_desc, &buf_dma, &buf_dma_len);
889 next_desc_dma = cppi5_hdesc_get_next_hbdesc(next_desc);
891 k3_cppi_desc_pool_free(tx_chn->desc_pool, next_desc);
1029 struct cppi5_host_desc_t *first_desc, *next_desc, *cur_desc;
1104 next_desc = k3_cppi_desc_pool_alloc(tx_chn->desc_pool);
1105 if (!next_desc) {
1114 k3_cppi_desc_pool_free(tx_chn->desc_pool, next_desc);
1119 cppi5_hdesc_reset_hbdesc(next_desc);
1120 cppi5_hdesc_attach_buf(next_desc,
1124 next_desc);
1128 cur_desc = next_desc;