Home
last modified time | relevance | path

Searched refs:poll_ival (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_poll.c102 uint32_t poll_thresh = 0, poll_ival = 0; in netif_rxpoll_compat_update_rxpoll_stats() local
248 (poll_ival = if_rxpoll_interval_pkts) > 0) { in netif_rxpoll_compat_update_rxpoll_stats()
251 if (poll_thresh != 0 && poll_ival > 0 && in netif_rxpoll_compat_update_rxpoll_stats()
252 (--poll_thresh % poll_ival) == 0) { in netif_rxpoll_compat_update_rxpoll_stats()
/xnu-12377.61.12/bsd/net/
H A Ddlil_input.c777 u_int32_t poll_thresh = 0, poll_ival = 0; in dlil_input_packet_list_common() local
784 (poll_ival = if_rxpoll_interval_pkts) > 0) { in dlil_input_packet_list_common()
805 poll_ival > 0 && (--poll_thresh % poll_ival) == 0) { in dlil_input_packet_list_common()