Lines Matching refs:dfx
125 struct hpre_dfx *dfx; in hpre_add_req_to_ctx() local
136 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx()
137 if (atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value)) in hpre_add_req_to_ctx()
369 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb() local
379 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_dh_cb()
381 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_dh_cb()
385 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_dh_cb()
390 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb() local
398 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_rsa_cb()
400 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_rsa_cb()
406 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_rsa_cb()
412 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_alg_cb() local
418 atomic64_inc(&dfx[HPRE_INVALID_REQ_CNT].value); in hpre_alg_cb()
492 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send() local
497 atomic64_inc(&dfx[HPRE_SEND_CNT].value); in hpre_send()
501 atomic64_inc(&dfx[HPRE_SEND_BUSY_CNT].value); in hpre_send()
508 atomic64_inc(&dfx[HPRE_SEND_FAIL_CNT].value); in hpre_send()