Home
last modified time | relevance | path

Searched defs:rate_stats (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/ath/ath_rate/sample/
H A Dsample.h60 struct rate_stats { struct
61 unsigned average_tx_time;
62 int successive_failures;
63 uint64_t tries;
64 uint64_t total_packets; /* pkts total since assoc */
65 uint64_t packets_acked; /* pkts acked since assoc */
66 int ewma_pct; /* EWMA percentage */
67 unsigned perfect_tx_time; /* transmit time for 0 retries */
68 int last_tx;
/freebsd-13.1/sys/dev/netmap/
H A Dnetmap_generic.c140 struct rate_stats { struct
154 struct rate_stats new; argument