Searched refs:qhw_enable_error_correction (Results 1 – 6 of 6) sorted by relevance
266 .qhw_enable_error_correction = qat_dh895xcc_enable_error_correction,
291 .qhw_enable_error_correction = qat_c3xxx_enable_error_correction,
307 .qhw_enable_error_correction = qat_c62x_enable_error_correction,
307 .qhw_enable_error_correction = qat_d15xx_enable_error_correction,
735 void (*qhw_enable_error_correction)(struct qat_softc *); member
506 if (sc->sc_hw.qhw_enable_error_correction != NULL) in qat_init()507 sc->sc_hw.qhw_enable_error_correction(sc); in qat_init()