Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/include/common/
H A Dadf_common_drv.h177 int adf_set_ssm_wdtimer(struct adf_accel_dev *accel_dev);
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_c3xxx_hw_data.c369 hw_data->set_ssm_wdtimer = adf_set_ssm_wdtimer; in adf_init_hw_data_c3xxx()
/freebsd/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_c62x_hw_data.c374 hw_data->set_ssm_wdtimer = adf_set_ssm_wdtimer; in adf_init_hw_data_c62x()
/freebsd/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_200xx_hw_data.c496 hw_data->set_ssm_wdtimer = adf_set_ssm_wdtimer; in adf_init_hw_data_200xx()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_init.c215 adf_set_ssm_wdtimer(struct adf_accel_dev *accel_dev) in adf_set_ssm_wdtimer() function