Lines Matching refs:dfx

168 	struct hpre_dfx *dfx;  in hpre_add_req_to_ctx()  local
179 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx()
180 if (atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value)) in hpre_add_req_to_ctx()
418 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb() local
428 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_dh_cb()
430 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_dh_cb()
434 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_dh_cb()
439 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb() local
447 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_rsa_cb()
449 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_rsa_cb()
455 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_rsa_cb()
461 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_alg_cb() local
466 atomic64_inc(&dfx[HPRE_INVALID_REQ_CNT].value); in hpre_alg_cb()
553 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send() local
558 atomic64_inc(&dfx[HPRE_SEND_CNT].value); in hpre_send()
562 atomic64_inc(&dfx[HPRE_SEND_BUSY_CNT].value); in hpre_send()
569 atomic64_inc(&dfx[HPRE_SEND_FAIL_CNT].value); in hpre_send()
1446 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_ecdh_cb() local
1457 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_ecdh_cb()
1459 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_ecdh_cb()
1468 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_ecdh_cb()
1755 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_curve25519_cb() local
1765 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_curve25519_cb()
1767 atomic64_inc(&dfx[HPRE_OVER_THRHLD_CNT].value); in hpre_curve25519_cb()
1774 atomic64_inc(&dfx[HPRE_RECV_CNT].value); in hpre_curve25519_cb()