Lines Matching full:dfx

187 	struct hpre_dfx *dfx;  in hpre_add_req_to_ctx()  local
198 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx()
199 if (atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value)) in hpre_add_req_to_ctx()
437 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb() local
447 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_dh_cb()
449 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_dh_cb()
453 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_dh_cb()
458 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb() local
466 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_rsa_cb()
468 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_rsa_cb()
474 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_rsa_cb()
480 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_alg_cb() local
485 atomic64_inc(&dfx[HPRE_INVALID_REQ_CNT].value); in hpre_alg_cb()
572 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send() local
577 atomic64_inc(&dfx[HPRE_SEND_CNT].value); in hpre_send()
583 atomic64_inc(&dfx[HPRE_SEND_BUSY_CNT].value); in hpre_send()
590 atomic64_inc(&dfx[HPRE_SEND_FAIL_CNT].value); in hpre_send()
1475 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_ecdh_cb() local
1486 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_ecdh_cb()
1488 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_ecdh_cb()
1497 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_ecdh_cb()
1790 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_curve25519_cb() local
1800 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_curve25519_cb()
1802 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_curve25519_cb()
1809 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_curve25519_cb()