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

/netbsd-current/sys/dev/pci/qat/
H A Dqat_c3xxx.c283 .qhw_init_arb = qat_arb_init,
H A Dqat_c62x.c299 .qhw_init_arb = qat_arb_init,
H A Dqat_d15xx.c299 .qhw_init_arb = qat_arb_init,
H A Dqat.c555 if (sc->sc_hw.qhw_init_arb != NULL &&
556 (error = sc->sc_hw.qhw_init_arb(sc)) != 0) {
1100 if (sc->sc_hw.qhw_init_arb != NULL)
1811 if (sc->sc_hw.qhw_init_arb != NULL)
H A Dqatvar.h760 int (*qhw_init_arb)(struct qat_softc *); member in struct:qat_hw

Completed in 132 milliseconds