Searched refs:hisi_zip_sqe (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/ |
H A D | zip_crypto.c | 10 /* hisi_zip_sqe dw3 */ 12 /* hisi_zip_sqe dw7 */ 15 /* hisi_zip_sqe dw8 */ 17 /* hisi_zip_sqe dw9 */ 101 void (*fill_addr)(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req); 102 void (*fill_buf_size)(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req); 103 void (*fill_buf_type)(struct hisi_zip_sqe *sqe, u8 buf_type); 104 void (*fill_req_type)(struct hisi_zip_sqe *sqe, u8 req_type); 105 void (*fill_tag)(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req); 106 void (*fill_sqe_type)(struct hisi_zip_sqe *sq [all...] |
H A D | zip.h | 32 struct hisi_zip_sqe { struct
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/ |
H A D | zip_crypto.c | 9 /* hisi_zip_sqe dw3 */ 11 /* hisi_zip_sqe dw7 */ 13 /* hisi_zip_sqe dw8 */ 15 /* hisi_zip_sqe dw9 */ 122 static void hisi_zip_config_buf_type(struct hisi_zip_sqe *sqe, u8 buf_type) in hisi_zip_config_buf_type() 131 static void hisi_zip_config_tag(struct hisi_zip_sqe *sqe, u32 tag) in hisi_zip_config_tag() 136 static void hisi_zip_fill_sqe(struct hisi_zip_sqe *sqe, u8 req_type, in hisi_zip_fill_sqe() 140 memset(sqe, 0, sizeof(struct hisi_zip_sqe)); in hisi_zip_fill_sqe() 352 struct hisi_zip_sqe *sqe = data; in hisi_zip_acomp_cb() 530 struct hisi_zip_sqe zip_sq in hisi_zip_do_work() [all...] |
H A D | zip.h | 32 struct hisi_zip_sqe { struct
|
Completed in 4 milliseconds