Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/hisilicon/
H A Dqm.c922 qp->qp_status.cqc_phase = !qp->qp_status.cqc_phase; in qm_cq_head_update()
923 qp->qp_status.cq_head = 0; in qm_cq_head_update()
925 qp->qp_status.cq_head++; in qm_cq_head_update()
941 qp->qp_status.cq_head, 0); in qm_poll_req_cb()
1146 struct hisi_qp_status *qp_status = &qp->qp_status; in qm_init_qp_status() local
1148 qp_status->sq_tail = 0; in qm_init_qp_status()
1149 qp_status->cq_head = 0; in qm_init_qp_status()
1150 qp_status->cqc_phase = true; in qm_init_qp_status()
1151 atomic_set(&qp_status->used, 0); in qm_init_qp_status()
1978 struct hisi_qp_status *qp_status = &qp->qp_status; in qm_get_avail_sqe() local
[all …]
/linux-6.15/include/linux/
H A Dhisi_acc_qm.h452 struct hisi_qp_status qp_status; member
/linux-6.15/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c259 atomic_inc(&qp->qp_status.used); in sec_req_cb()
282 atomic_read(&qp_ctx->qp->qp_status.used) && in sec_bd_send()
289 atomic_read(&qp_ctx->qp->qp_status.used) && !ret) { in sec_bd_send()
1403 atomic_read(&qp_ctx->qp->qp_status.used) && in sec_back_req_clear()