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

  /src/sys/dev/ic/
mtd803.c 112 void mtd_stop(struct ifnet *, int);
145 ifp->if_stop = mtd_stop;
512 mtd_stop(struct ifnet *ifp, int disable) function in typeref:typename:void
544 mtd_stop(ifp, 0);
901 mtd_stop(ifp, 1);

Completed in 21 milliseconds