Lines Matching refs:sample_node
174 struct sample_node *sn = ATH_NODE_SAMPLE(an); in pick_best_rate()
260 struct sample_node *sn = ATH_NODE_SAMPLE(an); in pick_sample_rate()
380 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_update_static_rix()
408 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_pick_seed_rate_legacy()
449 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_pick_seed_rate_ht()
496 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_findrate()
675 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_getxtxrates()
698 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_setupxtxdesc()
729 struct sample_node *sn = ATH_NODE_SAMPLE(an); in update_stats()
866 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_tx_complete()
1048 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_ctl_reset()
1185 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_fetch_node_stats()
1201 sizeof(struct sample_node)) { in ath_rate_fetch_node_stats()
1248 av.tlv_len = sizeof(struct sample_node); in ath_rate_fetch_node_stats()
1255 copyout(sn, rs->buf + o, sizeof(struct sample_node)); in ath_rate_fetch_node_stats()
1256 o += sizeof(struct sample_node); in ath_rate_fetch_node_stats()
1268 struct sample_node *sn = ATH_NODE_SAMPLE(ATH_NODE(ni)); in sample_stats()
1397 ssc->arc.arc_space = sizeof(struct sample_node); in ath_rate_attach()