Lines Matching refs:next_desc
846 struct cppi5_host_desc_t *first_desc, *next_desc;
851 next_desc = first_desc;
861 next_desc = k3_cppi_desc_pool_dma2virt(tx_chn->desc_pool,
863 cppi5_hdesc_get_obuf(next_desc, &buf_dma, &buf_dma_len);
869 next_desc_dma = cppi5_hdesc_get_next_hbdesc(next_desc);
872 k3_cppi_desc_pool_free(tx_chn->desc_pool, next_desc);
1077 struct cppi5_host_desc_t *first_desc, *next_desc, *cur_desc;
1154 next_desc = k3_cppi_desc_pool_alloc(tx_chn->desc_pool);
1155 if (!next_desc) {
1164 k3_cppi_desc_pool_free(tx_chn->desc_pool, next_desc);
1169 cppi5_hdesc_reset_hbdesc(next_desc);
1171 cppi5_hdesc_attach_buf(next_desc,
1175 next_desc);
1180 cur_desc = next_desc;