Home
last modified time | relevance | path

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

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