HomeSort by: relevance | last modified time | path
    Searched refs:qhw_enable_error_correction (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/qat/
qat_c3xxx.c 285 .qhw_enable_error_correction = qat_c3xxx_enable_error_correction,
qat_c62x.c 301 .qhw_enable_error_correction = qat_c62x_enable_error_correction,
qat_d15xx.c 301 .qhw_enable_error_correction = qat_d15xx_enable_error_correction,
qatvar.h 762 void (*qhw_enable_error_correction)(struct qat_softc *); member in struct:qat_hw
qat.c 596 if (sc->sc_hw.qhw_enable_error_correction != NULL)
597 sc->sc_hw.qhw_enable_error_correction(sc);

Completed in 16 milliseconds