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

  /src/sys/dev/ic/
athn.c 90 Static int athn_init(struct ifnet *);
341 ifp->if_init = athn_init;
2471 error = athn_init(ifp);
2702 /* see athn_init, no need to call athn_stop here */
2704 (void)athn_init(ifp);
2781 athn_init(ifp);
2822 error = athn_init(ifp);
2831 athn_init(struct ifnet *ifp) function in typeref:typename:Static int
3028 athn_init(ifp);

Completed in 13 milliseconds