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

  /src/sys/dev/pci/
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

Completed in 23 milliseconds