FreeBSD kernel ATH device code
rate_stats Struct Reference

#include <sample.h>

Data Fields

unsigned average_tx_time
 
int successive_failures
 
uint64_t tries
 
uint64_t total_packets
 
uint64_t packets_acked
 
int ewma_pct
 
unsigned perfect_tx_time
 
int last_tx
 

Detailed Description

Definition at line 60 of file sample.h.

Field Documentation

◆ average_tx_time

unsigned rate_stats::average_tx_time

◆ ewma_pct

int rate_stats::ewma_pct

◆ last_tx

int rate_stats::last_tx

Definition at line 68 of file sample.h.

Referenced by ath_rate_ctl_reset(), pick_sample_rate(), sample_stats(), and update_stats().

◆ packets_acked

uint64_t rate_stats::packets_acked

Definition at line 65 of file sample.h.

Referenced by ath_rate_ctl_reset(), pick_best_rate(), sample_stats(), and update_stats().

◆ perfect_tx_time

unsigned rate_stats::perfect_tx_time

Definition at line 67 of file sample.h.

Referenced by ath_rate_ctl_reset(), ath_rate_findrate(), pick_sample_rate(), and update_stats().

◆ successive_failures

◆ total_packets

uint64_t rate_stats::total_packets

Definition at line 64 of file sample.h.

Referenced by ath_rate_ctl_reset(), pick_best_rate(), sample_stats(), and update_stats().

◆ tries

uint64_t rate_stats::tries

Definition at line 63 of file sample.h.

Referenced by ath_rate_ctl_reset(), sample_stats(), and update_stats().


The documentation for this struct was generated from the following file: