Lines Matching refs:sample_node
169 struct sample_node *sn = ATH_NODE_SAMPLE(an); in pick_best_rate()
255 struct sample_node *sn = ATH_NODE_SAMPLE(an); in pick_sample_rate()
375 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_update_static_rix()
403 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_pick_seed_rate_legacy()
444 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_pick_seed_rate_ht()
491 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_findrate()
670 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_getxtxrates()
693 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_setupxtxdesc()
724 struct sample_node *sn = ATH_NODE_SAMPLE(an); in update_stats()
865 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_tx_complete()
1047 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_ctl_reset()
1179 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_fetch_node_stats()
1195 sizeof(struct sample_node)) { in ath_rate_fetch_node_stats()
1237 av.tlv_len = sizeof(struct sample_node); in ath_rate_fetch_node_stats()
1244 copyout(sn, rs->buf + o, sizeof(struct sample_node)); in ath_rate_fetch_node_stats()
1245 o += sizeof(struct sample_node); in ath_rate_fetch_node_stats()
1257 struct sample_node *sn = ATH_NODE_SAMPLE(ATH_NODE(ni)); in sample_stats()
1382 ssc->arc.arc_space = sizeof(struct sample_node); in ath_rate_attach()