Searched refs:sec_dfx (Results 1 – 3 of 3) sorted by relevance
| /drivers/crypto/hisilicon/sec2/ |
| A D | sec_main.c | 277 {"send_cnt", offsetof(struct sec_dfx, send_cnt)}, 278 {"recv_cnt", offsetof(struct sec_dfx, recv_cnt)}, 279 {"send_busy_cnt", offsetof(struct sec_dfx, send_busy_cnt)}, 280 {"recv_busy_cnt", offsetof(struct sec_dfx, recv_busy_cnt)}, 281 {"err_bd_cnt", offsetof(struct sec_dfx, err_bd_cnt)}, 282 {"invalid_req_cnt", offsetof(struct sec_dfx, invalid_req_cnt)}, 283 {"done_flag_cnt", offsetof(struct sec_dfx, done_flag_cnt)}, 889 struct sec_dfx *dfx = &sec->debug.dfx; in sec_core_debug_init()
|
| A D | sec.h | 220 struct sec_dfx { struct 231 struct sec_dfx dfx; argument
|
| A D | sec_crypto.c | 296 struct sec_dfx *dfx = &qp_ctx->ctx->sec->debug.dfx; in sec_req_cb()
|
Completed in 17 milliseconds