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

  /src/sys/dev/ic/
awi.c 114 static int awi_init(struct ifnet *);
221 ifp->if_init = awi_init;
431 awi_init(struct ifnet *ifp) function in typeref:typename:int
439 DPRINTF(("awi_init: enabled=%d\n", sc->sc_enabled));
503 DPRINTF(("awi_init: awi_mode_init failed %d\n", error));
523 DPRINTF(("awi_init: failed to start transmitter: %d\n", error));
530 DPRINTF(("awi_init: failed to start receiver: %d\n", error));
774 awi_init(ifp);
815 * do not call awi_init() here. Instead,
820 error = awi_init(ifp)
    [all...]
awi.c 114 static int awi_init(struct ifnet *);
221 ifp->if_init = awi_init;
431 awi_init(struct ifnet *ifp) function in typeref:typename:int
439 DPRINTF(("awi_init: enabled=%d\n", sc->sc_enabled));
503 DPRINTF(("awi_init: awi_mode_init failed %d\n", error));
523 DPRINTF(("awi_init: failed to start transmitter: %d\n", error));
530 DPRINTF(("awi_init: failed to start receiver: %d\n", error));
774 awi_init(ifp);
815 * do not call awi_init() here. Instead,
820 error = awi_init(ifp)
    [all...]

Completed in 25 milliseconds