Home
last modified time | relevance | path

Searched refs:smc91cxx_start (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dsmc91cxx.c184 static void smc91cxx_start(struct ifnet *);
302 ifp->if_start = smc91cxx_start; in smc91cxx_attach()
600 smc91cxx_start(ifp); in smc91cxx_init()
610 smc91cxx_start(struct ifnet *ifp) in smc91cxx_start() function