Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
HDsample.c167 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()
[all …]
HDsample.h91 struct sample_node { struct
115 #define ATH_NODE_SAMPLE(an) ((struct sample_node *)&(an)[1]) argument
/freebsd-11-stable/tools/tools/ath/athratestats/
HDmain.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()