Home
last modified time | relevance | path

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

/drivers/crypto/hisilicon/sec2/
Dsec_main.c193 {"send_cnt", offsetof(struct sec_dfx, send_cnt)},
194 {"recv_cnt", offsetof(struct sec_dfx, recv_cnt)},
195 {"send_busy_cnt", offsetof(struct sec_dfx, send_busy_cnt)},
196 {"recv_busy_cnt", offsetof(struct sec_dfx, recv_busy_cnt)},
197 {"err_bd_cnt", offsetof(struct sec_dfx, err_bd_cnt)},
198 {"invalid_req_cnt", offsetof(struct sec_dfx, invalid_req_cnt)},
199 {"done_flag_cnt", offsetof(struct sec_dfx, done_flag_cnt)},
706 struct sec_dfx *dfx = &sec->debug.dfx; in sec_core_debug_init()
Dsec.h172 struct sec_dfx { struct
183 struct sec_dfx dfx; argument
Dsec_crypto.c222 struct sec_dfx *dfx = &qp_ctx->ctx->sec->debug.dfx; in sec_req_cb()