Home
last modified time | relevance | path

Searched refs:IF_POLLF_READY (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_poll.c467 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()
H A Dnx_netif_compat.c464 while (!(ifp->if_poll_flags & IF_POLLF_READY)) { in nx_netif_compat_na_activate()
/xnu-12377.61.12/bsd/net/
H A Dif_var_private.h824 #define IF_POLLF_READY 0x1 /* poll thread is ready */ macro