Searched refs:hisi_zip_ctx (Results 1 – 1 of 1) sorted by relevance
91 struct hisi_zip_ctx *ctx;94 struct hisi_zip_ctx { struct180 static int hisi_zip_ctx_init(struct hisi_zip_ctx *hisi_zip_ctx, u8 req_type, int node) in hisi_zip_ctx_init() argument196 ret = hisi_zip_start_qp(qps[i], &hisi_zip_ctx->qp_ctx[i], i, in hisi_zip_ctx_init()200 hisi_qm_stop_qp(hisi_zip_ctx->qp_ctx[j].qp); in hisi_zip_ctx_init()206 hisi_zip_ctx->qp_ctx[i].zip_dev = hisi_zip; in hisi_zip_ctx_init()212 static void hisi_zip_ctx_exit(struct hisi_zip_ctx *hisi_zip_ctx) in hisi_zip_ctx_exit() argument217 hisi_zip_release_qp(&hisi_zip_ctx->qp_ctx[i]); in hisi_zip_ctx_exit()252 static int hisi_zip_create_req_q(struct hisi_zip_ctx *ctx) in hisi_zip_create_req_q()294 static void hisi_zip_release_req_q(struct hisi_zip_ctx *ctx) in hisi_zip_release_req_q()[all …]