Home
last modified time | relevance | path

Searched refs:hisi_zip_dfx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/crypto/hisilicon/zip/
Dzip.h17 struct hisi_zip_dfx { struct
29 struct hisi_zip_dfx dfx; argument
Dzip_main.c138 {"send_cnt", offsetof(struct hisi_zip_dfx, send_cnt)},
139 {"recv_cnt", offsetof(struct hisi_zip_dfx, recv_cnt)},
140 {"send_busy_cnt", offsetof(struct hisi_zip_dfx, send_busy_cnt)},
141 {"err_bd_cnt", offsetof(struct hisi_zip_dfx, err_bd_cnt)},
625 struct hisi_zip_dfx *dfx = &zip->dfx; in hisi_zip_dfx_debug_init()
Dzip_crypto.c334 struct hisi_zip_dfx *dfx = &qp_ctx->zip_dev->dfx; in hisi_zip_do_work()
407 struct hisi_zip_dfx *dfx = &qp_ctx->zip_dev->dfx; in hisi_zip_acomp_cb()