Home
last modified time | relevance | path

Searched refs:hisi_qp_send (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/linux/
Dhisi_acc_qm.h480 int hisi_qp_send(struct hisi_qp *qp, const void *msg);
/Linux-v6.6/drivers/crypto/hisilicon/zip/
Dzip_crypto.c369 ret = hisi_qp_send(qp, &zip_sqe); in hisi_zip_do_work()
/Linux-v6.6/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c575 ret = hisi_qp_send(ctx->qp, msg); in hpre_send()
/Linux-v6.6/drivers/crypto/hisilicon/
Dqm.c2251 int hisi_qp_send(struct hisi_qp *qp, const void *msg) in hisi_qp_send() function
2276 EXPORT_SYMBOL_GPL(hisi_qp_send);
/Linux-v6.6/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c285 ret = hisi_qp_send(qp_ctx->qp, &req->sec_sqe); in sec_bd_send()