Home
last modified time | relevance | path

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

/freebsd/sys/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()
339 struct onoe_node *on = ATH_NODE_ONOE(ATH_NODE(ni)); in ath_rate_ctl()
436 osc->arc.arc_space = sizeof(struct onoe_node); in ath_rate_attach()
H A Donoe.h44 struct onoe_node { struct
64 #define ATH_NODE_ONOE(an) ((struct onoe_node *)&an[1]) argument