Searched refs:bf_node (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/dev/ath/ |
| H A D | if_ath_beacon.c | 190 __func__, bf->bf_m, bf->bf_node); in ath_beacon_alloc() 196 if (bf->bf_node != NULL) { in ath_beacon_alloc() 197 ieee80211_free_node(bf->bf_node); in ath_beacon_alloc() 198 bf->bf_node = NULL; in ath_beacon_alloc() 257 bf->bf_node = ieee80211_ref_node(ni); in ath_beacon_alloc() 271 struct ieee80211_node *ni = bf->bf_node; in ath_beacon_setup() 722 if (ieee80211_beacon_update(bf->bf_node, m, nmcastq)) { in ath_beacon_generate() 843 if (ieee80211_beacon_update(bf->bf_node, m, 0)) { in ath_beacon_start_adhoc() 872 __func__, bf, bf->bf_m, bf->bf_node); in ath_beacon_return() 878 if (bf->bf_node != NULL) { in ath_beacon_return() [all …]
|
| H A D | if_ath_descdma.c | 423 ni = bf->bf_node; in ath_descdma_cleanup() 424 bf->bf_node = NULL; in ath_descdma_cleanup()
|
| H A D | if_ath_tx.c | 604 ath_tx_set_ratectrl(sc, bf->bf_node, bf); in ath_tx_setds_11n() 1364 ath_tx_set_ratectrl(sc, bf->bf_node, bf); in ath_tx_setds() 1396 ATH_NODE_LOCK(ATH_NODE(bf->bf_node)); in ath_tx_do_ratelookup() 1397 ath_rate_findrate(sc, ATH_NODE(bf->bf_node), bf->bf_state.bfs_shpream, in ath_tx_do_ratelookup() 1406 ath_rate_getxtxrates(sc, ATH_NODE(bf->bf_node), rix, in ath_tx_do_ratelookup() 1408 ATH_NODE_UNLOCK(ATH_NODE(bf->bf_node)); in ath_tx_do_ratelookup() 1424 struct ath_node *an = ATH_NODE(bf->bf_node); in ath_tx_update_clrdmask() 1511 struct ath_node *an = ATH_NODE(bf->bf_node); in ath_tx_xmit_normal() 1625 bf->bf_node = ni; /* NB: held reference */ in ath_tx_normal_setup() 2240 bf->bf_node = ni; /* NB: held reference */ in ath_tx_raw_start() [all …]
|
| H A D | if_ath_tx_ht.c | 224 struct ieee80211_node *ni = bf->bf_node; in ath_tx_rate_fill_rcflags() 403 struct ieee80211_node *ni = first_bf->bf_node; in ath_compute_num_delims()
|
| H A D | if_ath.c | 3260 tbf->bf_node = bf->bf_node; in ath_buf_clone() 3261 KASSERT((bf->bf_node != NULL), ("%s: bf_node=NULL!", __func__)); in ath_buf_clone() 3287 bf->bf_node = NULL; in ath_buf_clone() 3524 bf->bf_node = NULL; in ath_transmit() 4222 struct ieee80211_node *ni = bf->bf_node; in ath_tx_update_stats() 4330 if (bf->bf_node) { in ath_tx_default_comp() 4332 ath_tx_update_tim(sc, bf->bf_node, 0); in ath_tx_default_comp() 4387 struct ieee80211_node *ni = bf->bf_node; in ath_tx_process_buf_completion() 4538 ni = bf->bf_node; in ath_tx_processq() 4900 KASSERT((bf->bf_node == NULL), ("%s: bf->bf_node != NULL\n", __func__)); in ath_freebuf() [all …]
|
| H A D | if_ath_tx_edma.c | 1002 ni = bf->bf_node; in ath_edma_tx_processq()
|
| H A D | if_athvar.h | 243 struct ieee80211_node *bf_node; /* pointer to the node */ member
|
| /freebsd/sys/dev/wtap/ |
| H A D | if_wtapvar.h | 88 struct ieee80211_node *bf_node; /* pointer to the node */ member
|
| H A D | if_wtap.c | 221 avp->bf_node = ieee80211_ref_node(ni); in wtap_beacon_alloc() 254 if (ieee80211_beacon_update(avp->bf_node, m, 0)) { in wtap_beacon_intrp()
|
| /freebsd/sys/dev/malo/ |
| H A D | if_malo.c | 636 ni = bf->bf_node; in malo_txdma_cleanup() 637 bf->bf_node = NULL; in malo_txdma_cleanup() 949 ni = bf->bf_node; in malo_tx_processq() 986 bf->bf_node = NULL; in malo_tx_processq() 1136 bf->bf_node = ni; /* NB: held reference */ in malo_tx_start() 1246 bf->bf_node = NULL; in malo_start() 1592 ni = bf->bf_node; in malo_tx_draintxq() 1593 bf->bf_node = NULL; in malo_tx_draintxq() 1787 bf->bf_node = NULL; in malo_raw_xmit()
|
| H A D | if_malo.h | 470 struct ieee80211_node *bf_node; member
|
| /freebsd/sys/dev/mwl/ |
| H A D | if_mwlvar.h | 91 struct ieee80211_node *bf_node; member
|
| H A D | if_mwl.c | 1294 bf->bf_node = NULL; in mwl_puttxbuf_head() 1305 bf->bf_node = NULL; in mwl_puttxbuf_tail() 2068 KASSERT(bf->bf_node == NULL, ("node on free list")); in mwl_txdma_cleanup() 3190 bf->bf_node = ni; /* NB: held reference */ in mwl_tx_start() 3348 ni = bf->bf_node; in mwl_tx_processq() 3465 ni = bf->bf_node; in mwl_tx_draintxq() 3523 struct ieee80211_node *ni = bf->bf_node; in mwl_cleartxq() 3525 bf->bf_node = NULL; in mwl_cleartxq()
|