vge_stop
ifp->if_stop = vge_stop;
vge_stop(ifp, 0);
vge_stop(sc);
vge_stop(&sc->sc_ethercom.ec_if, 1);
static void vge_stop(struct ifnet *, int);