Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_poll.c102 uint32_t m_cnt, m_size, poll_req = 0; in netif_rxpoll_compat_update_rxpoll_stats() local
219 poll_req++; in netif_rxpoll_compat_update_rxpoll_stats()
241 if (poll_req != 0) { in netif_rxpoll_compat_update_rxpoll_stats()
/xnu-8796.141.3/bsd/net/
H A Dif_var_private.h710 u_int16_t poll_req; member
730 #define if_poll_req rxpoll_params.poll_req
H A Ddlil.c3324 uint32_t m_cnt, poll_req = 0; in dlil_rxpoll_input_thread_cont() local
3475 poll_req++; in dlil_rxpoll_input_thread_cont()
3497 if (poll_req != 0 && ifnet_is_attached(ifp, 1)) { in dlil_rxpoll_input_thread_cont()