Searched refs:hisi_zip_dfx (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/hisilicon/zip/ |
H A D | zip.h | 17 struct hisi_zip_dfx { struct 29 struct hisi_zip_dfx dfx; argument
|
H A D | zip_main.c | 152 {"send_cnt", offsetof(struct hisi_zip_dfx, send_cnt)}, 153 {"recv_cnt", offsetof(struct hisi_zip_dfx, recv_cnt)}, 154 {"send_busy_cnt", offsetof(struct hisi_zip_dfx, send_busy_cnt)}, 155 {"err_bd_cnt", offsetof(struct hisi_zip_dfx, err_bd_cnt)}, 841 struct hisi_zip_dfx *dfx = &zip->dfx; in hisi_zip_dfx_debug_init()
|
H A D | zip_crypto.c | 215 struct hisi_zip_dfx *dfx = &qp_ctx->zip_dev->dfx; in hisi_zip_do_work() 286 struct hisi_zip_dfx *dfx = &qp_ctx->zip_dev->dfx; in hisi_zip_acomp_cb()
|