Searched refs:poll_thresh (Results 1 – 2 of 2) sorted by relevance
102 uint32_t poll_thresh = 0, poll_ival = 0; in netif_rxpoll_compat_update_rxpoll_stats() local249 poll_thresh = m_cnt; 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()
777 u_int32_t poll_thresh = 0, poll_ival = 0; in dlil_input_packet_list_common() local785 poll_thresh = cnt; in dlil_input_packet_list_common()804 (ifp->if_xflags & IFXF_LEGACY) && poll_thresh != 0 && in dlil_input_packet_list_common()805 poll_ival > 0 && (--poll_thresh % poll_ival) == 0) { in dlil_input_packet_list_common()