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

/netbsd-current/sys/dev/pci/qat/
H A Dqat_c3xxx.c287 .qhw_set_ssm_wdtimer = qat_set_ssm_wdtimer,
H A Dqat_c62x.c303 .qhw_set_ssm_wdtimer = qat_set_ssm_wdtimer,
H A Dqat_d15xx.c303 .qhw_set_ssm_wdtimer = qat_set_ssm_wdtimer,
H A Dqatvar.h767 int (*qhw_set_ssm_wdtimer)(struct qat_softc *); member in struct:qat_hw
H A Dqat.c600 if (sc->sc_hw.qhw_set_ssm_wdtimer != NULL &&
601 (error = sc->sc_hw.qhw_set_ssm_wdtimer(sc)) != 0) {

Completed in 135 milliseconds