Home
last modified time | relevance | path

Searched refs:ATH_NODE_SAMPLE (Results 1 – 2 of 2) 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()
724 struct sample_node *sn = ATH_NODE_SAMPLE(an); in update_stats()
865 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_tx_complete()
[all …]
H A Dsample.h117 #define ATH_NODE_SAMPLE(an) ((struct sample_node *)&(an)[1]) macro