Searched refs:rsa_qp (Results 1 – 1 of 1) sorted by relevance
78 struct hisi_qp *rsa_qp = NULL; in hpre_rsa_do_task() local82 rsa_qp = hpre_create_qp(HISI_QM_CHANNEL_TYPE0); in hpre_rsa_do_task()83 if (!rsa_qp) { in hpre_rsa_do_task()88 rsa_qp->fill_sqe = hpre_rsa_fill_sqe; in hpre_rsa_do_task()89 rsa_qp->parse_sqe = hpre_rsa_parse_sqe; in hpre_rsa_do_task()90 ret = hisi_qp_send(rsa_qp, msg); in hpre_rsa_do_task()97 ret = hisi_qp_recv_sync(rsa_qp, msg); in hpre_rsa_do_task()105 hisi_qm_release_qp(rsa_qp); in hpre_rsa_do_task()