Home
last modified time | relevance | path

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

/xnu-11215/bsd/skywalk/nexus/netif/
H A Dnx_netif_poll.c103 uint32_t m_cnt, m_size, poll_req = 0; in netif_rxpoll_compat_update_rxpoll_stats() local
220 poll_req++; in netif_rxpoll_compat_update_rxpoll_stats()
242 if (poll_req != 0) { in netif_rxpoll_compat_update_rxpoll_stats()
/xnu-11215/bsd/net/
H A Dif_var_private.h716 u_int16_t poll_req; member
736 #define if_poll_req rxpoll_params.poll_req
H A Ddlil.c3108 uint32_t m_cnt, poll_req = 0; in dlil_rxpoll_input_thread_cont() local
3259 poll_req++; in dlil_rxpoll_input_thread_cont()
3281 if (poll_req != 0 && ifnet_is_attached(ifp, 1)) { in dlil_rxpoll_input_thread_cont()