Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Drtl81x9.c126 static void rtk_stop(struct ifnet *, int);
712 ifp->if_stop = rtk_stop; in rtk_attach()
1339 rtk_stop(ifp, 0); in rtk_init()
1471 rtk_stop(struct ifnet *ifp, int disable) in rtk_stop() function