Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhisi_qm.c363 size_t cq_size = sizeof(struct qm_cqe) * HISI_QM_Q_DEPTH; in qp_alloc() local
373 qp->cqe = memalign(HISI_QM_ALIGN32, cq_size); in qp_alloc()