Searched refs:total_packets (Results 1 – 8 of 8) sorted by relevance
66 u_int total_packets; member71 #define SYN_TIME(sc,c) (((sc)->total_packets >= (c)) ? \72 ((sc)->total_packets - (c)) : \73 ((c) - (sc)->total_packets))
704 sc->total_packets = 0; in pms_synaptics_enable() 1276 sc->total_packets++; in pms_synaptics_parse() 1323 sc->total_packets--; in pms_synaptics_parse() 1449 sc->total_packets--; in pms_synaptics_parse() 1903 sc->gesture_start_packet = sc->total_packets; in synaptics_gesture_detect() 1944 sc->gesture_tap_packet = sc->total_packets; in synaptics_gesture_detect() 2009 sc->gesture_tap_packet, sc->total_packets); in synaptics_gesture_detect()
442 if (sn->stats[size_bin][ndx0].total_packets < (100 / (100 - ssc->ath_smoothing_rate))) { in update_stats()445 int packets = sn->stats[size_bin][ndx0].total_packets; in update_stats()465 sn->stats[y][ndx0].total_packets++; in update_stats()473 sn->stats[size_bin][ndx0].total_packets++; in update_stats()710 sn->stats[y][x].total_packets = 0; in ath_rate_ctl_reset()
67 int total_packets; member
388 struct evcnt total_packets; member
657 evcnt_detach(&txr->total_packets); in ixv_detach()2735 evcnt_attach_dynamic(&txr->total_packets, EVCNT_TYPE_MISC, in ixv_add_stats_sysctls()2837 IXGBE_EVC_STORE(&txr->total_packets, 0); in ixv_clear_evcnt()
1967 evcnt_attach_dynamic(&txr->total_packets, EVCNT_TYPE_MISC, in ixgbe_add_hw_stats()2183 IXGBE_EVC_STORE(&txr->total_packets, 0); in ixgbe_clear_evcnt()3799 evcnt_detach(&txr->total_packets); in ixgbe_detach()
560 IXGBE_EVC_ADD(&txr->total_packets, 1); in ixgbe_xmit()