Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_common/
H A Dadf_heartbeat.c21 unsigned int timer_val = ADF_CFG_HB_DEFAULT_VALUE; in adf_check_hb_poll_freq()
32 timer_val = ADF_CFG_HB_DEFAULT_VALUE; in adf_check_hb_poll_freq()
67 unsigned int timer_val = ADF_CFG_HB_DEFAULT_VALUE; in adf_get_hb_timer()
87 timer_val = ADF_CFG_HB_DEFAULT_VALUE; in adf_get_hb_timer()
/freebsd/sys/dev/qat/include/common/
H A Dadf_cfg_common.h213 #define ADF_CFG_HB_DEFAULT_VALUE 500 macro