Home
last modified time | relevance | path

Searched refs:bf_in (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/io/arn/
H A Darn_beacon.c158 struct ieee80211_node *in = bf->bf_in; in arn_beacon_start_adhoc()
164 if (ieee80211_beacon_update(ic, bf->bf_in, &sc->asc_boff, mp, 0)) in arn_beacon_start_adhoc()
230 bf->bf_in = ieee80211_ref_node(in); in arn_beacon_alloc()
249 if (bf->bf_in != NULL) { in arn_beacon_return()
250 ieee80211_free_node(bf->bf_in); in arn_beacon_return()
251 bf->bf_in = NULL; in arn_beacon_return()
H A Darn_xmit.c1252 bf->bf_in = in; in ath_tx_setup_buffer()
1712 bf->bf_in = NULL; in arn_tx_draintxq()
2265 in = bf->bf_in; in arn_tx_processq()
2329 bf->bf_in = NULL; in arn_tx_processq()
2460 if (bf->bf_in == in) in arn_tx_node_cleanup()
2461 bf->bf_in = NULL; in arn_tx_node_cleanup()
H A Darn_main.c401 if (bf->bf_in != NULL) { in arn_buflist_cleanup()
402 ieee80211_free_node(bf->bf_in); in arn_buflist_cleanup()
403 bf->bf_in = NULL; in arn_buflist_cleanup()
1744 if (bf->bf_in == in) { in arn_node_free()
1745 bf->bf_in = NULL; in arn_node_free()
H A Darn_rc.c1575 struct ieee80211_node *in = (struct ieee80211_node *)(bf->bf_in); in arn_tx_status()
1620 struct ieee80211_node *in = (struct ieee80211_node *)(bf->bf_in); in arn_get_rate()
H A Darn_core.h387 struct ieee80211_node *bf_in; /* pointer to the node */ member
/titanic_50/usr/src/uts/common/io/ath/
H A Dath_main.c434 if (bf->bf_in != NULL) { in ath_buflist_cleanup()
435 ieee80211_free_node(bf->bf_in); in ath_buflist_cleanup()
436 bf->bf_in = NULL; in ath_buflist_cleanup()
744 bf->bf_in = in; in ath_tx_start()
1128 in = bf->bf_in; in ath_tx_processq()
1172 bf->bf_in = NULL; in ath_tx_processq()
1231 if (bf->bf_in == in) { in ath_node_free()
1232 bf->bf_in = NULL; in ath_node_free()
H A Dath_impl.h230 struct ieee80211_node *bf_in; /* pointer to the node */ member
H A Dath_aux.c384 bf->bf_in = NULL; in ath_drainq()
/titanic_50/usr/src/uts/common/io/rtw/
H A Drtwvar.h196 struct ieee80211_node *bf_in; /* pointer to the node */ member
H A Drtw.c2291 bf->bf_in = in; in rtw_send()