Lines Matching refs:sample_node
178 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_sample_find_min_pktlength()
317 struct sample_node *sn = ATH_NODE_SAMPLE(an); in pick_best_rate()
419 struct sample_node *sn = ATH_NODE_SAMPLE(an); in pick_sample_rate()
551 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_update_static_rix()
579 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_pick_seed_rate_legacy()
620 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_pick_seed_rate_ht()
667 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_findrate()
900 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_getxtxrates()
928 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_setupxtxdesc()
968 struct sample_node *sn = ATH_NODE_SAMPLE(an); in update_stats()
1096 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_tx_complete()
1300 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_ctl_reset()
1432 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_fetch_node_stats()
1450 sizeof(struct sample_node)) { in ath_rate_fetch_node_stats()
1496 av.tlv_len = sizeof(struct sample_node); in ath_rate_fetch_node_stats()
1505 error = copyout(sn, rs->buf + o, sizeof(struct sample_node)); in ath_rate_fetch_node_stats()
1508 o += sizeof(struct sample_node); in ath_rate_fetch_node_stats()
1520 struct sample_node *sn = ATH_NODE_SAMPLE(ATH_NODE(ni)); in sample_stats()
1645 ssc->arc.arc_space = sizeof(struct sample_node); in ath_rate_attach()