Home
last modified time | relevance | path

Searched refs:sample_node (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dathrate-sample.c141 rate_to_ndx(struct sample_node *sn, int rate) { in rate_to_ndx()
169 static inline int best_rate_ndx(struct sample_node *sn, int size_bin, in best_rate_ndx()
202 pick_sample_ndx(struct sample_node *sn, int size_bin) in pick_sample_ndx()
258 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_findrate()
369 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_setupxtxdesc()
403 struct sample_node *sn = ATH_NODE_SAMPLE(an); in update_stats()
493 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_tx_complete()
653 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_ctl_reset()
803 osc->arc.arc_space = sizeof(struct sample_node); in ath_rate_attach()
H A Dathrate-sample.h81 struct sample_node { struct
100 #define ATH_NODE_SAMPLE(an) ((struct sample_node *)&an[1]) argument