Lines Matching refs:dfx
174 struct hpre_dfx *dfx; in hpre_add_req_to_ctx() local
185 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx()
186 if (atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value)) in hpre_add_req_to_ctx()
424 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb() local
434 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_dh_cb()
436 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_dh_cb()
440 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_dh_cb()
445 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb() local
453 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_rsa_cb()
455 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_rsa_cb()
461 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_rsa_cb()
467 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_alg_cb() local
472 atomic64_inc(&dfx[HPRE_INVALID_REQ_CNT].value); in hpre_alg_cb()
559 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send() local
564 atomic64_inc(&dfx[HPRE_SEND_CNT].value); in hpre_send()
568 atomic64_inc(&dfx[HPRE_SEND_BUSY_CNT].value); in hpre_send()
575 atomic64_inc(&dfx[HPRE_SEND_FAIL_CNT].value); in hpre_send()
1449 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_ecdh_cb() local
1460 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_ecdh_cb()
1462 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_ecdh_cb()
1471 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_ecdh_cb()
1758 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_curve25519_cb() local
1768 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_curve25519_cb()
1770 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_curve25519_cb()
1777 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_curve25519_cb()