Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_var_private.h833 struct if_rxpoll_stats poll_pstats; /* polling statistics */ member
849 #define if_poll_pstats rxpoll_params.poll_pstats
857 #define if_rxpoll_offreq rxpoll_params.poll_pstats.ifi_poll_off_req
858 #define if_rxpoll_offerr rxpoll_params.poll_pstats.ifi_poll_off_err
859 #define if_rxpoll_onreq rxpoll_params.poll_pstats.ifi_poll_on_req
860 #define if_rxpoll_onerr rxpoll_params.poll_pstats.ifi_poll_on_err
861 #define if_rxpoll_wavg rxpoll_params.poll_pstats.ifi_poll_wakeups_avg
862 #define if_rxpoll_wlowat rxpoll_params.poll_pstats.ifi_poll_wakeups_lowat
863 #define if_rxpoll_whiwat rxpoll_params.poll_pstats.ifi_poll_wakeups_hiwat
864 #define if_rxpoll_pavg rxpoll_params.poll_pstats.ifi_poll_packets_avg
[all …]