Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhisi_acc_qm.h369 u16 eq_depth; member
/linux-6.15/drivers/crypto/hisilicon/
H A Dqm.c979 u16 eq_depth = qm->eq_depth; in qm_get_complete_eqe_num() local
998 if (qm->status.eq_head == eq_depth - 1) { in qm_get_complete_eqe_num()
1007 if (eqe_num == (eq_depth >> 1) - 1) in qm_get_complete_eqe_num()
3160 eqc.dw6 = cpu_to_le32(((u32)qm->eq_depth - 1) | (1 << QM_EQC_PHASE_SHIFT)); in qm_eq_ctx_cfg()
5547 qm_get_xqc_depth(qm, &qm->eq_depth, &qm->aeq_depth, QM_XEQ_DEPTH_CAP); in hisi_qm_memory_init()
5548 qm->qdma.size = QMC_ALIGN(sizeof(struct qm_eqe) * qm->eq_depth) + in hisi_qm_memory_init()
5560 QM_INIT_BUF(qm, eqe, qm->eq_depth); in hisi_qm_memory_init()
H A Ddebugfs.c383 xeq_depth = qm->eq_depth; in qm_eq_aeq_dump()