FreeBSD kernel ATH device code
amrr_node Struct Reference

#include <amrr.h>

Data Fields

int amn_rix
 
int amn_ticks
 
int amn_interval
 
u_int amn_tx_try0_cnt
 
u_int amn_tx_try1_cnt
 
u_int amn_tx_try2_cnt
 
u_int amn_tx_try3_cnt
 
u_int amn_tx_failure_cnt
 
u_int amn_success_threshold
 
u_int amn_success
 
u_int amn_recovery
 
u_int8_t amn_tx_rix0
 
u_int8_t amn_tx_rate0
 
u_int8_t amn_tx_rate1
 
u_int8_t amn_tx_rate2
 
u_int8_t amn_tx_rate3
 
u_int8_t amn_tx_rate0sp
 
u_int8_t amn_tx_rate1sp
 
u_int8_t amn_tx_rate2sp
 
u_int8_t amn_tx_rate3sp
 
u_int8_t amn_tx_try0
 
u_int amn_tx_try1
 
u_int amn_tx_try2
 
u_int amn_tx_try3
 

Detailed Description

Definition at line 51 of file amrr.h.

Field Documentation

◆ amn_interval

int amrr_node::amn_interval

Definition at line 54 of file amrr.h.

Referenced by ath_rate_tx_complete(), and ath_rate_update().

◆ amn_recovery

u_int amrr_node::amn_recovery

Definition at line 64 of file amrr.h.

Referenced by ath_rate_ctl(), and node_reset().

◆ amn_rix

int amrr_node::amn_rix

Definition at line 52 of file amrr.h.

Referenced by ath_rate_ctl(), and ath_rate_update().

◆ amn_success

u_int amrr_node::amn_success

Definition at line 63 of file amrr.h.

Referenced by ath_rate_ctl(), and node_reset().

◆ amn_success_threshold

u_int amrr_node::amn_success_threshold

Definition at line 62 of file amrr.h.

Referenced by ath_rate_ctl(), and node_reset().

◆ amn_ticks

int amrr_node::amn_ticks

Definition at line 53 of file amrr.h.

Referenced by ath_rate_tx_complete().

◆ amn_tx_failure_cnt

u_int amrr_node::amn_tx_failure_cnt

Definition at line 60 of file amrr.h.

Referenced by ath_rate_ctl(), ath_rate_tx_complete(), and node_reset().

◆ amn_tx_rate0

u_int8_t amrr_node::amn_tx_rate0

Definition at line 67 of file amrr.h.

Referenced by ath_rate_findrate(), ath_rate_getxtxrates(), and ath_rate_update().

◆ amn_tx_rate0sp

u_int8_t amrr_node::amn_tx_rate0sp

Definition at line 71 of file amrr.h.

Referenced by ath_rate_findrate(), and ath_rate_update().

◆ amn_tx_rate1

u_int8_t amrr_node::amn_tx_rate1

Definition at line 68 of file amrr.h.

Referenced by ath_rate_getxtxrates(), and ath_rate_update().

◆ amn_tx_rate1sp

u_int8_t amrr_node::amn_tx_rate1sp

Definition at line 72 of file amrr.h.

Referenced by ath_rate_setupxtxdesc(), and ath_rate_update().

◆ amn_tx_rate2

u_int8_t amrr_node::amn_tx_rate2

Definition at line 69 of file amrr.h.

Referenced by ath_rate_getxtxrates(), and ath_rate_update().

◆ amn_tx_rate2sp

u_int8_t amrr_node::amn_tx_rate2sp

Definition at line 73 of file amrr.h.

Referenced by ath_rate_setupxtxdesc(), and ath_rate_update().

◆ amn_tx_rate3

u_int8_t amrr_node::amn_tx_rate3

Definition at line 70 of file amrr.h.

Referenced by ath_rate_getxtxrates(), and ath_rate_update().

◆ amn_tx_rate3sp

u_int8_t amrr_node::amn_tx_rate3sp

Definition at line 74 of file amrr.h.

Referenced by ath_rate_setupxtxdesc(), and ath_rate_update().

◆ amn_tx_rix0

u_int8_t amrr_node::amn_tx_rix0

Definition at line 66 of file amrr.h.

Referenced by ath_rate_findrate(), and ath_rate_update().

◆ amn_tx_try0

u_int8_t amrr_node::amn_tx_try0

Definition at line 75 of file amrr.h.

Referenced by ath_rate_findrate(), ath_rate_getxtxrates(), and ath_rate_update().

◆ amn_tx_try0_cnt

u_int amrr_node::amn_tx_try0_cnt

Definition at line 56 of file amrr.h.

Referenced by ath_rate_ctl(), ath_rate_tx_complete(), and node_reset().

◆ amn_tx_try1

u_int amrr_node::amn_tx_try1

Definition at line 76 of file amrr.h.

Referenced by ath_rate_getxtxrates(), ath_rate_setupxtxdesc(), and ath_rate_update().

◆ amn_tx_try1_cnt

u_int amrr_node::amn_tx_try1_cnt

Definition at line 57 of file amrr.h.

Referenced by ath_rate_ctl(), ath_rate_tx_complete(), and node_reset().

◆ amn_tx_try2

u_int amrr_node::amn_tx_try2

Definition at line 77 of file amrr.h.

Referenced by ath_rate_getxtxrates(), ath_rate_setupxtxdesc(), and ath_rate_update().

◆ amn_tx_try2_cnt

u_int amrr_node::amn_tx_try2_cnt

Definition at line 58 of file amrr.h.

Referenced by ath_rate_ctl(), ath_rate_tx_complete(), and node_reset().

◆ amn_tx_try3

u_int amrr_node::amn_tx_try3

Definition at line 78 of file amrr.h.

Referenced by ath_rate_getxtxrates(), ath_rate_setupxtxdesc(), and ath_rate_update().

◆ amn_tx_try3_cnt

u_int amrr_node::amn_tx_try3_cnt

Definition at line 59 of file amrr.h.

Referenced by ath_rate_ctl(), ath_rate_tx_complete(), and node_reset().


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