Searched refs:IF_POLLF_READY (Results 1 – 3 of 3) sorted by relevance
467 ifp->if_poll_flags &= ~IF_POLLF_READY; in netif_rxpoll_compat_thread_cont()507 VERIFY(!(ifp->if_poll_flags & (IF_POLLF_READY | IF_POLLF_RUNNING))); in netif_rxpoll_compat_thread_func()509 ifp->if_poll_flags |= IF_POLLF_READY; in netif_rxpoll_compat_thread_func()
464 while (!(ifp->if_poll_flags & IF_POLLF_READY)) { in nx_netif_compat_na_activate()
824 #define IF_POLLF_READY 0x1 /* poll thread is ready */ macro