Searched refs:qm_cqe (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/ |
H A D | qm_common.h | 8 struct qm_cqe { struct
|
H A D | debugfs.c | 327 struct qm_cqe *cqe_curr; in qm_cq_dump() 338 dump_show(qm, cqe_curr, sizeof(struct qm_cqe), name); in qm_cq_dump()
|
H A D | qm.c | 888 struct qm_cqe *cqe = qp->cqe + qp->qp_status.cq_head; in qm_poll_req_cb() 1913 memset(qp->cqe, 0, sizeof(struct qm_cqe) * qp->cq_depth); in qm_create_qp_nolock() 2441 struct qm_cqe *cqe = qp->cqe + qp->qp_status.cq_head; in hisi_qm_is_q_updated() 2691 sizeof(struct qm_cqe) * cq_depth + PAGE_SIZE) >> in qm_alloc_uacce() 5349 qp_dma_size = qm->sqe_size * sq_depth + sizeof(struct qm_cqe) * cq_depth; in hisi_qp_alloc_memory()
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/ |
H A D | qm.h | 273 struct qm_cqe *cqe;
|
H A D | qm.c | 235 struct qm_cqe { struct 627 struct qm_cqe *cqe = qp->cqe + qp->qp_status.cq_head; in qm_poll_qp() 1336 struct qm_cqe *cqe_curr; in qm_cq_dump() 1347 ret = dump_show(qm, cqe_curr, sizeof(struct qm_cqe), "CQE"); in qm_cq_dump() 1680 memset(qp->cqe, 0, sizeof(struct qm_cqe) * QM_Q_DEPTH); in qm_create_qp_nolock() 2208 sizeof(struct qm_cqe) * QM_Q_DEPTH) >> PAGE_SHIFT; in qm_alloc_uacce() 2385 sizeof(struct qm_cqe) * QM_Q_DEPTH; in hisi_qm_memory_init()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hisi_acc_qm.h | 405 struct qm_cqe *cqe;
|
Completed in 18 milliseconds