if_ni.c | 147 static int failtest(struct ni_softc *, int, int, int, const char *); 204 failtest(struct ni_softc *sc, int reg, int mask, int test, const char *str) function in typeref:typename:int 304 if (failtest(sc, NI_PSR, PSR_STATE, PSR_UNDEF, "not undefined state")) 317 if (failtest(sc, NI_PSR, PSR_INITED, PSR_INITED, "failed initialize")) 328 if (failtest(sc, NI_PSR, PSR_STATE, PSR_ENABLED, "failed enable"))
|