Searched refs:hisi_qp_send (Results 1 – 4 of 4) sorted by relevance
532 int hisi_qp_send(struct hisi_qp *qp, const void *msg);
583 ret = hisi_qp_send(ctx->qp, msg); in hpre_send()
2344 * hisi_qp_send() - Queue up a task in the hardware queue.2352 * It has no race with qm_irq_thread. However, during hisi_qp_send, ACC2358 int hisi_qp_send(struct hisi_qp *qp, const void *msg) in hisi_qp_send() function 2383 EXPORT_SYMBOL_GPL(hisi_qp_send);
228 ret = hisi_qp_send(qp_ctx->qp, &req->sec_sqe); in qp_send_message()