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()
420 struct sample_node *sn = ATH_NODE_SAMPLE(an); in pick_sample_rate()
552 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_update_static_rix()
580 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_pick_seed_rate_legacy()
621 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_pick_seed_rate_ht()
668 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_findrate()
906 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_getxtxrates()
934 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_setupxtxdesc()
974 struct sample_node *sn = ATH_NODE_SAMPLE(an); in update_stats()
1102 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_tx_complete()
1306 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_ctl_reset()
1439 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_fetch_node_stats()
1457 sizeof(struct sample_node)) { in ath_rate_fetch_node_stats()
1503 av.tlv_len = sizeof(struct sample_node); in ath_rate_fetch_node_stats()
1512 error = copyout(sn, rs->buf + o, sizeof(struct sample_node)); in ath_rate_fetch_node_stats()
1515 o += sizeof(struct sample_node); in ath_rate_fetch_node_stats()
1527 struct sample_node *sn = ATH_NODE_SAMPLE(ATH_NODE(ni)); in sample_stats()
1652 ssc->arc.arc_space = sizeof(struct sample_node); in ath_rate_attach()