Searched refs:eqresp_ci (Results 1 – 4 of 4) sorted by relevance
601 while (dpio_dev->eqresp_ci != dpio_dev->eqresp_pi) { in dpaa2_free_eq_descriptors()602 eqresp = &dpio_dev->eqresp[dpio_dev->eqresp_ci]; in dpaa2_free_eq_descriptors()603 eqresp_meta = &dpio_dev->eqresp_meta[dpio_dev->eqresp_ci]; in dpaa2_free_eq_descriptors()610 txq->cb_eqresp_free(dpio_dev->eqresp_ci); in dpaa2_free_eq_descriptors()614 dpio_dev->eqresp_ci + 1 < MAX_EQ_RESP_ENTRIES ? in dpaa2_free_eq_descriptors()615 dpio_dev->eqresp_ci++ : (dpio_dev->eqresp_ci = 0); in dpaa2_free_eq_descriptors()621 if (dpio_dev->eqresp_ci > dpio_dev->eqresp_pi) in dpaa2_free_eq_descriptors()622 return dpio_dev->eqresp_ci - dpio_dev->eqresp_pi - 1; in dpaa2_free_eq_descriptors()624 return dpio_dev->eqresp_ci - dpio_dev->eqresp_pi + in dpaa2_free_eq_descriptors()
103 uint16_t eqresp_ci; member150 typedef void (dpaa2_queue_cb_eqresp_free_t)(uint16_t eqresp_ci);
226 void dpaa2_dev_free_eqresp_buf(uint16_t eqresp_ci);
1217 dpaa2_dev_free_eqresp_buf(uint16_t eqresp_ci) in dpaa2_dev_free_eqresp_buf() argument1223 fd = qbman_result_eqresp_fd(&dpio_dev->eqresp[eqresp_ci]); in dpaa2_dev_free_eqresp_buf()