HomeSort by: relevance | last modified time | path
    Searched defs:aha_init (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aha.c 96 static int aha_init(struct aha_softc *);
272 if (aha_init(sc) != 0) {
488 * by aha_init(). We return the number of CCBs successfully created.
849 aha_init(struct aha_softc *sc) function in typeref:typename:int
1056 printf("aha_init: soft reset failed\n");
1061 printf("aha_init: inquire command failed\n");
aha.c 96 static int aha_init(struct aha_softc *);
272 if (aha_init(sc) != 0) {
488 * by aha_init(). We return the number of CCBs successfully created.
849 aha_init(struct aha_softc *sc) function in typeref:typename:int
1056 printf("aha_init: soft reset failed\n");
1061 printf("aha_init: inquire command failed\n");
aha.c 96 static int aha_init(struct aha_softc *);
272 if (aha_init(sc) != 0) {
488 * by aha_init(). We return the number of CCBs successfully created.
849 aha_init(struct aha_softc *sc) function in typeref:typename:int
1056 printf("aha_init: soft reset failed\n");
1061 printf("aha_init: inquire command failed\n");

Completed in 141 milliseconds