Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dathvar.h167 struct ath_node { struct
175 #define ATH_NODE(_n) ((struct ath_node *)(_n)) argument
H A Dath.c1618 struct ath_node *an; in ath_node_alloc()
1651 sizeof(struct ath_node) - sizeof(struct ieee80211_node)); in ath_node_copy()
1658 const struct ath_node *an = ATH_NODE(ni); in ath_node_getrssi()
1784 struct ath_node *an; in ath_rx_proc()
2005 struct ath_node *an; in ath_tx_start()
2367 struct ath_node *an; in ath_tx_proc()
2395 an = (struct ath_node *) ni; in ath_tx_proc()
3031 struct ath_node *an = ATH_NODE(ni); in ath_rssadapt_updatenode()