Searched refs:eqresp_ci (Results 1 – 5 of 5) sorted by relevance
608 while (dpio_dev->eqresp_ci != dpio_dev->eqresp_pi) { in dpaa2_free_eq_descriptors()609 eqresp = &dpio_dev->eqresp[dpio_dev->eqresp_ci]; in dpaa2_free_eq_descriptors()610 eqresp_meta = &dpio_dev->eqresp_meta[dpio_dev->eqresp_ci]; in dpaa2_free_eq_descriptors()617 txq->cb_eqresp_free(dpio_dev->eqresp_ci, txq); in dpaa2_free_eq_descriptors()621 dpio_dev->eqresp_ci + 1 < MAX_EQ_RESP_ENTRIES ? in dpaa2_free_eq_descriptors()622 dpio_dev->eqresp_ci++ : (dpio_dev->eqresp_ci = 0); in dpaa2_free_eq_descriptors()628 if (dpio_dev->eqresp_ci > dpio_dev->eqresp_pi) in dpaa2_free_eq_descriptors()629 return dpio_dev->eqresp_ci - dpio_dev->eqresp_pi - 1; in dpaa2_free_eq_descriptors()631 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,
267 void dpaa2_dev_free_eqresp_buf(uint16_t eqresp_ci, struct dpaa2_queue *dpaa2_q);
1459 dpaa2_dev_free_eqresp_buf(uint16_t eqresp_ci, in dpaa2_dev_free_eqresp_buf() argument1466 fd = qbman_result_eqresp_fd(&dpio_dev->eqresp[eqresp_ci]); in dpaa2_dev_free_eqresp_buf()
1749 dpaa2_sec_free_eqresp_buf(uint16_t eqresp_ci, in dpaa2_sec_free_eqresp_buf() argument1758 fd = qbman_result_eqresp_fd(&dpio_dev->eqresp[eqresp_ci]); in dpaa2_sec_free_eqresp_buf()