Home
last modified time | relevance | path

Searched refs:sample_node (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.c178 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()
[all …]
H A Dsample.h90 struct sample_node { struct
114 #define ATH_NODE_SAMPLE(an) ((struct sample_node *)&(an)[1]) argument
/freebsd/tools/tools/ath/athratestats/
H A Dmain.c113 struct sample_node *sn) in ath_sample_stats()
228 struct sample_node *sn = NULL; in rate_node_stats()
263 if (av->tlv_len != sizeof(struct sample_node)) { in rate_node_stats()
267 (int) sizeof(struct sample_node)); in rate_node_stats()