Home
last modified time | relevance | path

Searched refs:HISI_QM_Q_DEPTH (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dhisi_qm.c362 size_t sq_size = qm->sqe_size * HISI_QM_Q_DEPTH; in qp_alloc()
363 size_t cq_size = sizeof(struct qm_cqe) * HISI_QM_Q_DEPTH; in qp_alloc()
666 sqc->dw3 = (HISI_QM_Q_DEPTH - 1) | in qm_sqc_cfg()
691 cqc->dw3 = (HISI_QM_Q_DEPTH - 1) | in qm_cqc_cfg()
726 memset(qp->cqe, 0, sizeof(struct qm_cqe) * HISI_QM_Q_DEPTH); in hisi_qm_create_qp()
773 if (qp->sq_tail == HISI_QM_Q_DEPTH - 1) in qm_sq_tail_update()
818 if (qp->cq_head == HISI_QM_Q_DEPTH - 1) { in qm_cq_head_update()
H A Dhisi_qm.h24 #define HISI_QM_Q_DEPTH 8 macro