Searched refs:eqresp (Results 1 – 5 of 5) sorted by relevance
500 dpio_dev->eqresp = rte_zmalloc(NULL, MAX_EQ_RESP_ENTRIES * in dpaa2_create_dpio_device()504 if (!dpio_dev->eqresp) { in dpaa2_create_dpio_device()508 dpio_dev->eqresp_meta = (struct eqresp_metadata *)(dpio_dev->eqresp + in dpaa2_create_dpio_device()538 rte_free(dpio_dev->eqresp); in dpaa2_create_dpio_device()597 struct qbman_result *eqresp; in dpaa2_free_eq_descriptors() local602 eqresp = &dpio_dev->eqresp[dpio_dev->eqresp_ci]; in dpaa2_free_eq_descriptors()605 if (!qbman_result_eqresp_rspid(eqresp)) in dpaa2_free_eq_descriptors()608 if (qbman_result_eqresp_rc(eqresp)) { in dpaa2_free_eq_descriptors()612 qbman_result_eqresp_set_rspid(eqresp, 0); in dpaa2_free_eq_descriptors()
105 struct qbman_result *eqresp; member
1028 struct qbman_fd *qbman_result_eqresp_fd(struct qbman_result *eqresp);1039 void qbman_result_eqresp_set_rspid(struct qbman_result *eqresp, uint8_t val);1052 uint8_t qbman_result_eqresp_rspid(struct qbman_result *eqresp);1061 uint8_t qbman_result_eqresp_rc(struct qbman_result *eqresp);
2455 struct qbman_fd *qbman_result_eqresp_fd(struct qbman_result *eqresp) in qbman_result_eqresp_fd() argument2457 return (struct qbman_fd *)&eqresp->eq_resp.fd[0]; in qbman_result_eqresp_fd()2460 void qbman_result_eqresp_set_rspid(struct qbman_result *eqresp, uint8_t val) in qbman_result_eqresp_set_rspid() argument2462 eqresp->eq_resp.rspid = val; in qbman_result_eqresp_set_rspid()2465 uint8_t qbman_result_eqresp_rspid(struct qbman_result *eqresp) in qbman_result_eqresp_rspid() argument2467 return eqresp->eq_resp.rspid; in qbman_result_eqresp_rspid()2470 uint8_t qbman_result_eqresp_rc(struct qbman_result *eqresp) in qbman_result_eqresp_rc() argument2472 if (eqresp->eq_resp.rc == 0xE) in qbman_result_eqresp_rc()
1223 fd = qbman_result_eqresp_fd(&dpio_dev->eqresp[eqresp_ci]); in dpaa2_dev_free_eqresp_buf()1253 DPAA2_VADDR_TO_IOVA(&dpio_dev->eqresp[ in dpaa2_set_enqueue_descriptor()