Lines Matching full:dfx
191 struct hpre_dfx *dfx; in hpre_add_req_to_ctx() local
202 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx()
203 if (atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value)) in hpre_add_req_to_ctx()
441 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb() local
451 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_dh_cb()
453 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_dh_cb()
457 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_dh_cb()
462 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb() local
470 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_rsa_cb()
472 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_rsa_cb()
478 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_rsa_cb()
484 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_alg_cb() local
489 atomic64_inc(&dfx[HPRE_INVALID_REQ_CNT].value); in hpre_alg_cb()
576 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send() local
581 atomic64_inc(&dfx[HPRE_SEND_CNT].value); in hpre_send()
587 atomic64_inc(&dfx[HPRE_SEND_BUSY_CNT].value); in hpre_send()
594 atomic64_inc(&dfx[HPRE_SEND_FAIL_CNT].value); in hpre_send()
1479 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_ecdh_cb() local
1490 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_ecdh_cb()
1492 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_ecdh_cb()
1501 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_ecdh_cb()
1797 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_curve25519_cb() local
1807 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_curve25519_cb()
1809 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_curve25519_cb()
1816 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_curve25519_cb()