Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/
A Dqm.c779 qp->qp_status.cqc_phase = !qp->qp_status.cqc_phase; in qm_cq_head_update()
780 qp->qp_status.cq_head = 0; in qm_cq_head_update()
782 qp->qp_status.cq_head++; in qm_cq_head_update()
812 qp->qp_status.cq_head, 1); in qm_poll_qp()
956 struct hisi_qp_status *qp_status = &qp->qp_status; in qm_init_qp_status() local
958 qp_status->sq_tail = 0; in qm_init_qp_status()
959 qp_status->cq_head = 0; in qm_init_qp_status()
960 qp_status->cqc_phase = true; in qm_init_qp_status()
961 atomic_set(&qp_status->used, 0); in qm_init_qp_status()
2477 struct hisi_qp_status *qp_status = &qp->qp_status; in qm_get_avail_sqe() local
[all …]
A Dqm.h305 struct hisi_qp_status qp_status; member
/linux/drivers/crypto/hisilicon/sec2/
A Dsec_crypto.c246 atomic_inc(&qp->qp_status.used); in sec_req_cb()
269 atomic_read(&qp_ctx->qp->qp_status.used) && in sec_bd_send()
277 atomic_read(&qp_ctx->qp->qp_status.used) && !ret) { in sec_bd_send()
1378 atomic_read(&qp_ctx->qp->qp_status.used) && in sec_back_req_clear()

Completed in 26 milliseconds