Home
last modified time | relevance | path

Searched refs:net_rxpoll (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Ddlil_var_private.h184 extern unsigned int net_rxpoll;
H A Ddlil_sysctl.c404 if (net_rxpoll == 0) {
427 if (net_rxpoll == 0) {
H A Ddlil.h231 extern unsigned int net_rxpoll;
H A Ddlil_input.c91 dlil_rxpoll_input = (ifp != NULL && net_rxpoll && in dlil_create_input_thread()
152 if (ifp != NULL && net_rxpoll && (ifp->if_eflags & IFEF_RXPOLL)) { in dlil_create_input_thread()
1121 VERIFY(!(ifp->if_eflags & IFEF_RXPOLL) || !net_rxpoll || in dlil_input_thread_func()
H A Ddlil.c313 unsigned int net_rxpoll = 1; variable
1465 PE_parse_boot_argn("net_rxpoll", &net_rxpoll, sizeof(net_rxpoll)); in dlil_init()
2727 if (net_rxpoll && (ifp->if_eflags & IFEF_RXPOLL)) { in ifnet_update_rcv()
/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_poll.c108 ASSERT(net_rxpoll && (ifp->if_eflags & IFEF_RXPOLL)); in netif_rxpoll_compat_update_rxpoll_stats()
H A Dnx_netif_compat.c443 rxpoll = (net_rxpoll && (ifp->if_eflags & IFEF_RXPOLL)); in nx_netif_compat_na_activate()
594 ASSERT(net_rxpoll && (ifp->if_eflags & IFEF_RXPOLL)); in nx_netif_compat_na_activate()
1054 boolean_t ifp_rxpoll = ((ifp->if_eflags & IFEF_RXPOLL) && net_rxpoll); in nx_netif_compat_receive()