Lines Matching refs:sample_node
167 struct sample_node *sn = ATH_NODE_SAMPLE(an); in pick_best_rate()
253 struct sample_node *sn = ATH_NODE_SAMPLE(an); in pick_sample_rate()
373 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_update_static_rix()
401 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_pick_seed_rate_legacy()
442 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_pick_seed_rate_ht()
489 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_findrate()
668 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_getxtxrates()
691 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_setupxtxdesc()
722 struct sample_node *sn = ATH_NODE_SAMPLE(an); in update_stats()
859 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_tx_complete()
1041 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_ctl_reset()
1173 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_fetch_node_stats()
1189 sizeof(struct sample_node)) { in ath_rate_fetch_node_stats()
1231 av.tlv_len = sizeof(struct sample_node); in ath_rate_fetch_node_stats()
1238 copyout(sn, rs->buf + o, sizeof(struct sample_node)); in ath_rate_fetch_node_stats()
1239 o += sizeof(struct sample_node); in ath_rate_fetch_node_stats()
1251 struct sample_node *sn = ATH_NODE_SAMPLE(ATH_NODE(ni)); in sample_stats()
1376 ssc->arc.arc_space = sizeof(struct sample_node); in ath_rate_attach()