Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_poll.c70 case IFNET_MODEL_INPUT_POLL_OFF: in nx_netif_rxpoll_set_mode()
209 ifp->if_poll_mode != IFNET_MODEL_INPUT_POLL_OFF) { in netif_rxpoll_compat_update_rxpoll_stats()
210 mode = IFNET_MODEL_INPUT_POLL_OFF; in netif_rxpoll_compat_update_rxpoll_stats()
/xnu-12377.81.4/bsd/net/
H A Ddlil_input.c304 IFNET_MODEL_INPUT_POLL_OFF, FALSE); in dlil_input_packet_list()
1123 VERIFY(ifp->if_poll_mode == IFNET_MODEL_INPUT_POLL_OFF || in dlil_input_thread_func()
1422 m_cnt_loop, IFNET_MODEL_INPUT_POLL_OFF); in dlil_main_input_thread_cont()
1427 m_cnt, IFNET_MODEL_INPUT_POLL_OFF); in dlil_main_input_thread_cont()
1647 ifp->if_poll_mode != IFNET_MODEL_INPUT_POLL_OFF) { in dlil_rxpoll_input_thread_cont()
1648 mode = IFNET_MODEL_INPUT_POLL_OFF; in dlil_rxpoll_input_thread_cont()
1711 case IFNET_MODEL_INPUT_POLL_OFF: in dlil_rxpoll_input_thread_cont()
H A Dkpi_interface.h883 IFNET_MODEL_INPUT_POLL_OFF = 0, enumerator
H A Ddlil.c1304 ifp->if_poll_mode = IFNET_MODEL_INPUT_POLL_OFF; in dlil_reset_rxpoll_params()