Home
last modified time | relevance | path

Searched refs:ATH_NODE (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/dev/ic/
H A Dathrate-onoe.c190 struct ath_node *an = ATH_NODE(ni); in ath_rate_update()
378 struct onoe_node *on = ATH_NODE_ONOE(ATH_NODE(ni)); in ath_rate_ctl()
H A Dathrate-amrr.c200 struct ath_node *an = ATH_NODE(ni); in ath_rate_update()
388 struct amrr_node *amn = ATH_NODE_AMRR(ATH_NODE (ni)); in ath_rate_ctl()
H A Dathrate-sample.c652 struct ath_node *an = ATH_NODE(ni); in ath_rate_ctl_reset()
749 ath_rate_newassoc(sc, ATH_NODE(ni), 1); in rate_cb()
767 ath_rate_newassoc(sc, ATH_NODE(ic->ic_bss), 1); in ath_rate_newstate()
H A Dathvar.h101 #define ATH_NODE(ni) ((struct ath_node *)(ni)) macro
H A Dath.c2839 ath_rate_node_cleanup(sc, ATH_NODE(ni)); in ath_node_free()
3266 an = ATH_NODE(ni); in ath_rx_proc()
3761 an = ATH_NODE(ni); in ath_tx_start()
4153 an = ATH_NODE(ni); in ath_tx_processq()
4939 ath_rate_newassoc(sc, ATH_NODE(ni), isnew); in ath_newassoc()