Lines Matching full:dfx
184 struct hpre_dfx *dfx; in hpre_add_req_to_ctx() local
195 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx()
196 if (atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value)) in hpre_add_req_to_ctx()
434 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb() local
444 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_dh_cb()
446 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_dh_cb()
450 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_dh_cb()
455 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb() local
463 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_rsa_cb()
465 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_rsa_cb()
471 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_rsa_cb()
477 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_alg_cb() local
482 atomic64_inc(&dfx[HPRE_INVALID_REQ_CNT].value); in hpre_alg_cb()
569 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send() local
574 atomic64_inc(&dfx[HPRE_SEND_CNT].value); in hpre_send()
578 atomic64_inc(&dfx[HPRE_SEND_BUSY_CNT].value); in hpre_send()
585 atomic64_inc(&dfx[HPRE_SEND_FAIL_CNT].value); in hpre_send()
1470 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_ecdh_cb() local
1481 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_ecdh_cb()
1483 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_ecdh_cb()
1492 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_ecdh_cb()
1785 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_curve25519_cb() local
1795 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_curve25519_cb()
1797 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_curve25519_cb()
1804 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_curve25519_cb()