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

  /src/sys/dev/ic/
athn.c 78 #define IS_UP_AND_RUNNING(ifp) \
549 if (!IS_UP_AND_RUNNING(ifp))
577 if (!IS_UP_AND_RUNNING(ifp))
2469 if (IS_UP_AND_RUNNING(ifp)) {
2807 if (IS_UP_AND_RUNNING(ifp))
2819 if (IS_UP_AND_RUNNING(ifp) &&
  /src/sys/dev/usb/
if_athn_usb.c 81 #define IS_UP_AND_RUNNING(ifp) \
1408 if (error == ENETRESET && IS_UP_AND_RUNNING(ifp)) {
1867 if (!IS_UP_AND_RUNNING(ifp))
2724 if (IS_UP_AND_RUNNING(ifp))
2736 if (IS_UP_AND_RUNNING(ifp) &&

Completed in 15 milliseconds