Home
last modified time | relevance | path

Searched refs:overtime_thrhld (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c409 u64 overtime_thrhld) in hpre_is_bd_timeout() argument
420 if (time_use_us <= overtime_thrhld) in hpre_is_bd_timeout()
431 u64 overtime_thrhld; in hpre_dh_cb() local
438 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_dh_cb()
439 if (overtime_thrhld && hpre_is_bd_timeout(req, overtime_thrhld)) in hpre_dh_cb()
452 u64 overtime_thrhld; in hpre_rsa_cb() local
457 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_rsa_cb()
458 if (overtime_thrhld && hpre_is_bd_timeout(req, overtime_thrhld)) in hpre_rsa_cb()
1462 u64 overtime_thrhld; in hpre_ecdh_cb() local
1470 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_ecdh_cb()
[all …]