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

  /src/sys/net80211/
ieee80211_ioctl.c 80 #define IS_UP(_ic) \
85 #define IS_UP(_ic) \
90 (IS_UP(_ic) && (_ic)->ic_roaming == IEEE80211_ROAMING_AUTO)
490 if (!IS_UP(ic))
549 error = IS_UP(ic) ? ic->ic_reset(ic->ic_ifp) : 0;
596 error = IS_UP(ic) ? ic->ic_reset(ic->ic_ifp) : 0;
644 error = IS_UP(ic) ? ic->ic_reset(ic->ic_ifp) : 0;
711 error = IS_UP(ic) ? ic->ic_reset(ic->ic_ifp) : 0;
716 error = IS_UP(ic) ? ic->ic_reset(ic->ic_ifp) : 0;
725 error = IS_UP(ic) ? ic->ic_reset(ic->ic_ifp) : 0
    [all...]
  /src/sys/dev/ic/
ath.c 1489 #define IS_UP(ifp) \
1495 if (IS_UP(ifp))
1500 #undef IS_UP

Completed in 15 milliseconds