Home
last modified time | relevance | path

Searched refs:eqresp_ci (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_dpio.c601 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()
H A Ddpaa2_hw_pvt.h103 uint16_t eqresp_ci; member
150 typedef void (dpaa2_queue_cb_eqresp_free_t)(uint16_t eqresp_ci);
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.h226 void dpaa2_dev_free_eqresp_buf(uint16_t eqresp_ci);
H A Ddpaa2_rxtx.c1217 dpaa2_dev_free_eqresp_buf(uint16_t eqresp_ci) in dpaa2_dev_free_eqresp_buf() argument
1223 fd = qbman_result_eqresp_fd(&dpio_dev->eqresp[eqresp_ci]); in dpaa2_dev_free_eqresp_buf()