Searched refs:IFNET_IS_UP_RUNNING (Results 1 – 4 of 4) sorted by relevance
2084 if (IFNET_IS_UP_RUNNING(ifp)) /* NB: avoid recursion */ in ieee80211_start_all()2142 if (IFNET_IS_UP_RUNNING(ifp)) /* NB: avoid recursion */ in ieee80211_stop_all()2162 if (IFNET_IS_UP_RUNNING(ifp)) { /* NB: avoid recursion */ in ieee80211_suspend_all()2183 if (!IFNET_IS_UP_RUNNING(ifp) && in ieee80211_resume_all()
275 #define IFNET_IS_UP_RUNNING(_ifp) \ macro
63 (IFNET_IS_UP_RUNNING((_vap)->iv_ifp) && \2031 if (IFNET_IS_UP_RUNNING(vap->iv_ifp)) { in setcurchan()3578 error = IFNET_IS_UP_RUNNING(vap->iv_ifp) ? in ieee80211_ioctl_set80211()
782 if (!IFNET_IS_UP_RUNNING(ifp)) in ieee80211_output()