Searched refs:aeq_depth (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dhisi_acc_qm.h346 u16 aeq_depth; member in struct:hisi_qm
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c1025 u16 aeq_depth = qm->aeq_depth; local
1053 if (qm->status.aeq_head == aeq_depth - 1) {
3001 aeqc.dw6 = cpu_to_le32(((u32)qm->aeq_depth - 1) | (1 << QM_EQC_PHASE_SHIFT));
5316 qm_get_xqc_depth(qm, &qm->eq_depth, &qm->aeq_depth, QM_XEQ_DEPTH_CAP);
5318 QMC_ALIGN(sizeof(struct qm_aeqe) * qm->aeq_depth) +
5330 QM_INIT_BUF(qm, aeqe, qm->aeq_depth);
H A Ddebugfs.c378 xeq_depth = qm->aeq_depth;

Completed in 146 milliseconds