Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_beacon.c121 struct ieee80211_node *in = bf->bf_in; in arn_beacon_start_adhoc()
127 if (ieee80211_beacon_update(ic, bf->bf_in, &sc->asc_boff, mp, 0)) in arn_beacon_start_adhoc()
193 bf->bf_in = ieee80211_ref_node(in); in arn_beacon_alloc()
212 if (bf->bf_in != NULL) { in arn_beacon_return()
213 ieee80211_free_node(bf->bf_in); in arn_beacon_return()
214 bf->bf_in = NULL; in arn_beacon_return()
H A Darn_xmit.c1208 bf->bf_in = in; in ath_tx_setup_buffer()
1668 bf->bf_in = NULL; in arn_tx_draintxq()
2221 in = bf->bf_in; in arn_tx_processq()
2285 bf->bf_in = NULL; in arn_tx_processq()
2416 if (bf->bf_in == in) in arn_tx_node_cleanup()
2417 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()
1697 if (bf->bf_in == in) { in arn_node_free()
1698 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
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h198 struct ieee80211_node *bf_in; /* pointer to the node */ member
H A Drtw.c2291 bf->bf_in = in; in rtw_send()