Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhisi_acc_qm.h561 int hisi_qp_send(struct hisi_qp *qp, const void *msg);
/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c287 ret = hisi_qp_send(qp, &zip_sqe); in hisi_zip_do_work()
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c461 ret = hisi_qp_send(ctx->qp, msg); in hpre_send()
/linux/drivers/crypto/hisilicon/
H A Dqm.c2444 int hisi_qp_send(struct hisi_qp *qp, const void *msg) in hisi_qp_send() function
2477 EXPORT_SYMBOL_GPL(hisi_qp_send);
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c223 ret = hisi_qp_send(qp_ctx->qp, &req->sec_sqe); in qp_send_message()