Home
last modified time | relevance | path

Searched refs:ATH_NODE_SAMPLE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Dathrate-sample.c258 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_findrate()
369 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_setupxtxdesc()
403 struct sample_node *sn = ATH_NODE_SAMPLE(an); in update_stats()
493 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_tx_complete()
653 struct sample_node *sn = ATH_NODE_SAMPLE(an); in ath_rate_ctl_reset()
Dathrate-sample.h100 #define ATH_NODE_SAMPLE(an) ((struct sample_node *)&an[1]) macro