| if_wm.c | 901 static void wm_stop_locked(struct ifnet *, bool, bool); 7061 wm_stop_locked(ifp, false, false); 7632 wm_stop_locked(ifp, disable ? true : false, true); 7638 * However, workqueue_wait() cannot call in wm_stop_locked() 7648 wm_stop_locked(struct ifnet *ifp, bool disable, bool wait) function in typeref:typename:void
|