Searched refs:qhw_enable_error_correction (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/pci/qat/
H A Dqat_c3xxx.c285 .qhw_enable_error_correction = qat_c3xxx_enable_error_correction,
H A Dqat_c62x.c301 .qhw_enable_error_correction = qat_c62x_enable_error_correction,
H A Dqat_d15xx.c301 .qhw_enable_error_correction = qat_d15xx_enable_error_correction,
H A Dqatvar.h762 void (*qhw_enable_error_correction)(struct qat_softc *); member in struct:qat_hw
H A Dqat.c596 if (sc->sc_hw.qhw_enable_error_correction != NULL)
597 sc->sc_hw.qhw_enable_error_correction(sc);

Completed in 197 milliseconds