Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dath.c1201 bf->bf_node = NULL; in ath_beacon_alloc()
1328 bf->bf_node = NULL; in ath_beacon_free()
1638 if (bf->bf_node == ni) in ath_node_free()
1639 bf->bf_node = NULL; in ath_node_free()
2125 bf->bf_node = ni; /* NB: held reference */ in ath_tx_start()
2393 ni = bf->bf_node; in ath_tx_proc()
2431 bf->bf_node = NULL; in ath_tx_proc()
2490 ni = bf->bf_node; in ath_draintxq()
2491 bf->bf_node = NULL; in ath_draintxq()
H A Dathvar.h186 struct ieee80211_node *bf_node; /* pointer to the node */ member