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;
127 if (ieee80211_beacon_update(ic, bf->bf_in, &sc->asc_boff, mp, 0))
193 bf->bf_in = ieee80211_ref_node(in);
212 if (bf->bf_in != NULL) {
213 ieee80211_free_node(bf->bf_in);
214 bf->bf_in = NULL;
H A Darn_xmit.c1208 bf->bf_in = in;
1668 bf->bf_in = NULL;
2221 in = bf->bf_in;
2285 bf->bf_in = NULL;
2416 if (bf->bf_in == in)
2417 bf->bf_in = NULL;
H A Darn_main.c401 if (bf->bf_in != NULL) {
402 ieee80211_free_node(bf->bf_in);
403 bf->bf_in = NULL;
1697 if (bf->bf_in == in) {
1698 bf->bf_in = NULL;
H A Darn_rc.c1575 struct ieee80211_node *in = (struct ieee80211_node *)(bf->bf_in);
1620 struct ieee80211_node *in = (struct ieee80211_node *)(bf->bf_in);
H A Darn_core.h387 struct ieee80211_node *bf_in; /* pointer to the node */ member in struct:ath_buf
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h230 struct ieee80211_node *bf_in; /* pointer to the node */ member in struct:ath_buf
H A Dath_main.c434 if (bf->bf_in != NULL) {
435 ieee80211_free_node(bf->bf_in);
436 bf->bf_in = NULL;
744 bf->bf_in = in;
1128 in = bf->bf_in;
1172 bf->bf_in = NULL;
1231 if (bf->bf_in == in) {
1232 bf->bf_in = NULL;
H A Dath_aux.c384 bf->bf_in = NULL;
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h196 struct ieee80211_node *bf_in; /* pointer to the node */ member in struct:rtw_txbuf
H A Drtw.c2291 bf->bf_in = in;

Completed in 104 milliseconds