Home
last modified time | relevance | path

Searched refs:qhw_set_ssm_wdtimer (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat_c2xxx/
H A Dqatvar.h733 int (*qhw_set_ssm_wdtimer)(struct qat_softc *); member
H A Dqat.c473 if (sc->sc_hw.qhw_set_ssm_wdtimer != NULL && in qat_init()
474 (error = sc->sc_hw.qhw_set_ssm_wdtimer(sc)) != 0) { in qat_init()