Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_rate/amrr/
H A Damrr.h49 struct amrr_node { struct
50 int amn_rix; /* current rate index */
51 int amn_ticks; /* time of last update */
52 int amn_interval; /* update interval (ticks) */
54 u_int amn_tx_try0_cnt;
78 #define ATH_NODE_AMRR(an) ((struct amrr_node *)&an[1]) argument