Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qat/
Dqat_dh895xcc.c266 .qhw_enable_error_correction = qat_dh895xcc_enable_error_correction,
Dqat_c3xxx.c291 .qhw_enable_error_correction = qat_c3xxx_enable_error_correction,
Dqat_c62x.c307 .qhw_enable_error_correction = qat_c62x_enable_error_correction,
Dqat_d15xx.c307 .qhw_enable_error_correction = qat_d15xx_enable_error_correction,
Dqatvar.h735 void (*qhw_enable_error_correction)(struct qat_softc *); member
Dqat.c506 if (sc->sc_hw.qhw_enable_error_correction != NULL) in qat_init()
507 sc->sc_hw.qhw_enable_error_correction(sc); in qat_init()