Searched refs:cqc (Results 1 – 2 of 2) sorted by relevance
392 free(xqc->cqc); in hisi_qm_free_xqc()426 xqc->cqc = memalign(HISI_QM_ALIGN32, cqc_size); in hisi_qm_alloc_xqc()427 if (!xqc->cqc) { in hisi_qm_alloc_xqc()432 memset(xqc->cqc, 0, cqc_size); in hisi_qm_alloc_xqc()433 xqc->cqc_dma = virt_to_phys(xqc->cqc); in hisi_qm_alloc_xqc()437 free(xqc->cqc); in hisi_qm_alloc_xqc()685 struct qm_cqc *cqc = qm->cfg_xqc.cqc; in qm_cqc_cfg() local689 memset(cqc, 0, sizeof(struct qm_cqc)); in qm_cqc_cfg()690 reg_pair_from_64(qp->cqe_dma, &cqc->base_h, &cqc->base_l); in qm_cqc_cfg()691 cqc->dw3 = (HISI_QM_Q_DEPTH - 1) | in qm_cqc_cfg()[all …]
152 struct qm_cqc *cqc; member