Searched refs:eq_depth (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/crypto/hisilicon/ |
D | qm.c | 986 u16 eq_depth = qm->eq_depth; in qm_get_complete_eqe_num() local 995 if (qm->status.eq_head == eq_depth - 1) { in qm_get_complete_eqe_num() 1004 if (eqe_num == (eq_depth >> 1) - 1) in qm_get_complete_eqe_num() 2154 if (!strcmp(name, "EQE") && xeqe_id >= qm->eq_depth) { in qm_eq_aeq_dump() 2155 dev_err(dev, "Please input eqe num (0-%u)", qm->eq_depth - 1); in qm_eq_aeq_dump() 2158 dev_err(dev, "Please input aeqe num (0-%u)", qm->eq_depth - 1); in qm_eq_aeq_dump() 3881 eqc->dw6 = cpu_to_le32(((u32)qm->eq_depth - 1) | (1 << QM_EQC_PHASE_SHIFT)); in qm_eq_ctx_cfg() 6328 qm_get_xqc_depth(qm, &qm->eq_depth, &qm->aeq_depth, QM_XEQ_DEPTH_CAP); in hisi_qm_memory_init() 6329 qm->qdma.size = QMC_ALIGN(sizeof(struct qm_eqe) * qm->eq_depth) + in hisi_qm_memory_init() 6341 QM_INIT_BUF(qm, eqe, qm->eq_depth); in hisi_qm_memory_init()
|
/Linux-v6.1/include/linux/ |
D | hisi_acc_qm.h | 293 u16 eq_depth; member
|