Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/onoe/
H A Donoe.c117 struct onoe_node *on = ATH_NODE_ONOE(an); in ath_rate_findrate()
139 struct onoe_node *on = ATH_NODE_ONOE(an); in ath_rate_getxtxrates()
158 struct onoe_node *on = ATH_NODE_ONOE(an); in ath_rate_setupxtxdesc()
172 struct onoe_node *on = ATH_NODE_ONOE(an); in ath_rate_tx_complete()
202 struct onoe_node *on = ATH_NODE_ONOE(an); in ath_rate_update()
337 struct onoe_node *on = ATH_NODE_ONOE(ATH_NODE(ni)); in ath_rate_ctl()
H A Donoe.h64 #define ATH_NODE_ONOE(an) ((struct onoe_node *)&an[1]) macro