Lines Matching defs:sqe
39 typedef void (*hpre_cb)(struct hpre_ctx *ctx, void *sqe);
260 struct hpre_sqe *sqe = &req->req;
263 tmp = le64_to_cpu(sqe->in);
274 tmp = le64_to_cpu(sqe->out);
288 static int hpre_alg_res_post_hf(struct hpre_ctx *ctx, struct hpre_sqe *sqe,
298 id = (int)le16_to_cpu(sqe->tag);
303 err = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_ALG_BITS) &
306 done = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_DONE_SHIFT) &
413 struct hpre_sqe *sqe = resp;
414 struct hpre_asym_request *req = ctx->req_list[le16_to_cpu(sqe->tag)];