Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_poll.c69 case IFNET_MODEL_INPUT_POLL_OFF: in nx_netif_rxpoll_set_mode()
208 ifp->if_poll_mode != IFNET_MODEL_INPUT_POLL_OFF) { in netif_rxpoll_compat_update_rxpoll_stats()
209 mode = IFNET_MODEL_INPUT_POLL_OFF; in netif_rxpoll_compat_update_rxpoll_stats()
/xnu-8792.41.9/bsd/net/
H A Dkpi_interface.h839 IFNET_MODEL_INPUT_POLL_OFF = 0, enumerator
H A Ddlil.c2134 ifp->if_poll_mode = IFNET_MODEL_INPUT_POLL_OFF; in dlil_reset_rxpoll_params()
3095 m_cnt_loop, IFNET_MODEL_INPUT_POLL_OFF); in dlil_main_input_thread_cont()
3100 m_cnt, IFNET_MODEL_INPUT_POLL_OFF); in dlil_main_input_thread_cont()
3142 VERIFY(ifp->if_poll_mode == IFNET_MODEL_INPUT_POLL_OFF || in dlil_input_thread_func()
3461 ifp->if_poll_mode != IFNET_MODEL_INPUT_POLL_OFF) { in dlil_rxpoll_input_thread_cont()
3462 mode = IFNET_MODEL_INPUT_POLL_OFF; in dlil_rxpoll_input_thread_cont()
3525 case IFNET_MODEL_INPUT_POLL_OFF: in dlil_rxpoll_input_thread_cont()
6027 IFNET_MODEL_INPUT_POLL_OFF, FALSE); in dlil_input_packet_list()