Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath_rate/sample/
H A Dsample.h58 struct rate_stats { struct
59 unsigned average_tx_time;
60 int successive_failures;
61 uint64_t tries;
62 uint64_t total_packets; /* pkts total since assoc */
63 uint64_t packets_acked; /* pkts acked since assoc */
64 int ewma_pct; /* EWMA percentage */
65 unsigned perfect_tx_time; /* transmit time for 0 retries */
66 int last_tx;
/dflybsd-src/sys/net/netmap/
H A Dnetmap_generic.c113 struct rate_stats { struct
125 struct rate_stats new; argument