Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ath/ath_rate/sample/
H A Dsample.c169 struct sample_node *sn = ATH_NODE_SAMPLE(an); in pick_best_rate()
255 struct sample_node *sn = ATH_NODE_SAMPLE(an); in pick_sample_rate()
375 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_update_static_rix()
403 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_pick_seed_rate_legacy()
444 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_pick_seed_rate_ht()
491 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_findrate()
670 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_getxtxrates()
693 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_setupxtxdesc()
1195 sizeof(struct sample_node)) { in ath_rate_fetch_node_stats()
1237 av.tlv_len = sizeof(struct sample_node); in ath_rate_fetch_node_stats()
[all …]
H A Dsample.h93 struct sample_node { struct
117 #define ATH_NODE_SAMPLE(an) ((struct sample_node *)&(an)[1]) argument
/freebsd-12.1/tools/tools/ath/athratestats/
H A Dmain.c115 struct sample_node *sn) in ath_sample_stats()
223 struct sample_node *sn = NULL; in rate_node_stats()
258 if (av->tlv_len != sizeof(struct sample_node)) { in rate_node_stats()
262 (int) sizeof(struct sample_node)); in rate_node_stats()