Lines Matching defs:sqe
148 static void hisi_zip_fill_addr(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req) in hisi_zip_fill_addr()
156 static void hisi_zip_fill_buf_size(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req) in hisi_zip_fill_buf_size()
164 static void hisi_zip_fill_buf_type(struct hisi_zip_sqe *sqe, u8 buf_type) in hisi_zip_fill_buf_type()
173 static void hisi_zip_fill_req_type(struct hisi_zip_sqe *sqe, u8 req_type) in hisi_zip_fill_req_type()
182 static void hisi_zip_fill_tag(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req) in hisi_zip_fill_tag()
187 static void hisi_zip_fill_sqe_type(struct hisi_zip_sqe *sqe, u8 sqe_type) in hisi_zip_fill_sqe_type()
196 static void hisi_zip_fill_sqe(struct hisi_zip_ctx *ctx, struct hisi_zip_sqe *sqe, in hisi_zip_fill_sqe()
267 static u32 hisi_zip_get_tag(struct hisi_zip_sqe *sqe) in hisi_zip_get_tag()
272 static u32 hisi_zip_get_status(struct hisi_zip_sqe *sqe) in hisi_zip_get_status()
277 static u32 hisi_zip_get_dstlen(struct hisi_zip_sqe *sqe) in hisi_zip_get_dstlen()
289 struct hisi_zip_sqe *sqe = data; in hisi_zip_acomp_cb() local