Home
last modified time | relevance | path

Searched refs:IFNET_IS_UP_RUNNING (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/net80211/
HDieee80211_proto.c2085 if (IFNET_IS_UP_RUNNING(ifp)) /* NB: avoid recursion */ in ieee80211_start_all()
2143 if (IFNET_IS_UP_RUNNING(ifp)) /* NB: avoid recursion */ in ieee80211_stop_all()
2163 if (IFNET_IS_UP_RUNNING(ifp)) { /* NB: avoid recursion */ in ieee80211_suspend_all()
2184 if (!IFNET_IS_UP_RUNNING(ifp) && in ieee80211_resume_all()
HDieee80211_freebsd.h265 #define IFNET_IS_UP_RUNNING(_ifp) \ macro
HDieee80211_ioctl.c63 (IFNET_IS_UP_RUNNING((_vap)->iv_ifp) && \
2015 if (IFNET_IS_UP_RUNNING(vap->iv_ifp)) { in setcurchan()
3550 error = IFNET_IS_UP_RUNNING(vap->iv_ifp) ? in ieee80211_ioctl_set80211()
HDieee80211_output.c783 if (!IFNET_IS_UP_RUNNING(ifp)) in ieee80211_output()