Searched refs:bf_node (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/sys/dev/ath/ |
| D | if_ath_beacon.c | 185 __func__, bf->bf_m, bf->bf_node); in ath_beacon_alloc() 191 if (bf->bf_node != NULL) { in ath_beacon_alloc() 192 ieee80211_free_node(bf->bf_node); in ath_beacon_alloc() 193 bf->bf_node = NULL; in ath_beacon_alloc() 252 bf->bf_node = ieee80211_ref_node(ni); in ath_beacon_alloc() 266 struct ieee80211_node *ni = bf->bf_node; in ath_beacon_setup() 715 if (ieee80211_beacon_update(bf->bf_node, &avp->av_boff, m, nmcastq)) { in ath_beacon_generate() 826 if (ieee80211_beacon_update(bf->bf_node, &avp->av_boff, m, 0)) { in ath_beacon_start_adhoc() 855 __func__, bf, bf->bf_m, bf->bf_node); in ath_beacon_return() 861 if (bf->bf_node != NULL) { in ath_beacon_return() [all …]
|
| D | if_ath_tx.c | 605 ath_tx_set_ratectrl(sc, bf->bf_node, bf); in ath_tx_setds_11n() 1366 ath_tx_set_ratectrl(sc, bf->bf_node, bf); in ath_tx_setds() 1395 ATH_NODE_LOCK(ATH_NODE(bf->bf_node)); in ath_tx_do_ratelookup() 1396 ath_rate_findrate(sc, ATH_NODE(bf->bf_node), bf->bf_state.bfs_shpream, in ath_tx_do_ratelookup() 1405 ath_rate_getxtxrates(sc, ATH_NODE(bf->bf_node), rix, in ath_tx_do_ratelookup() 1407 ATH_NODE_UNLOCK(ATH_NODE(bf->bf_node)); in ath_tx_do_ratelookup() 1422 struct ath_node *an = ATH_NODE(bf->bf_node); in ath_tx_update_clrdmask() 1510 struct ath_node *an = ATH_NODE(bf->bf_node); in ath_tx_xmit_normal() 1616 bf->bf_node = ni; /* NB: held reference */ in ath_tx_normal_setup() 2166 bf->bf_node = ni; /* NB: held reference */ in ath_tx_raw_start() [all …]
|
| D | if_ath_tx_ht.c | 224 struct ieee80211_node *ni = bf->bf_node; in ath_tx_rate_fill_rcflags() 352 struct ieee80211_node *ni = first_bf->bf_node; in ath_compute_num_delims()
|
| D | if_ath.c | 2639 tbf->bf_node = bf->bf_node; in ath_buf_clone() 2665 bf->bf_node = NULL; in ath_buf_clone() 2920 bf->bf_node = NULL; in ath_transmit() 3503 ni = bf->bf_node; in ath_descdma_cleanup() 3504 bf->bf_node = NULL; in ath_descdma_cleanup() 3892 struct ieee80211_node *ni = bf->bf_node; in ath_tx_update_stats() 3993 if (bf->bf_node) { in ath_tx_default_comp() 3995 ath_tx_update_tim(sc, bf->bf_node, 0); in ath_tx_default_comp() 4043 struct ieee80211_node *ni = bf->bf_node; in ath_tx_process_buf_completion() 4193 ni = bf->bf_node; in ath_tx_processq() [all …]
|
| D | if_ath_tx_edma.c | 807 ni = bf->bf_node; in ath_edma_tx_processq()
|
| D | if_athvar.h | 222 struct ieee80211_node *bf_node; /* pointer to the node */ member
|
| /freebsd-10-stable/sys/dev/wtap/ |
| D | if_wtapvar.h | 118 struct ieee80211_node *bf_node; /* pointer to the node */ member
|
| D | if_wtap.c | 214 avp->bf_node = ieee80211_ref_node(ni); in wtap_beacon_alloc() 245 if (ieee80211_beacon_update(avp->bf_node, &avp->av_boff, m, 0)) { in wtap_beacon_intrp()
|
| /freebsd-10-stable/sys/dev/malo/ |
| D | if_malo.c | 676 ni = bf->bf_node; in malo_txdma_cleanup() 677 bf->bf_node = NULL; in malo_txdma_cleanup() 997 ni = bf->bf_node; in malo_tx_processq() 1047 bf->bf_node = NULL; in malo_tx_processq() 1207 bf->bf_node = ni; /* NB: held reference */ in malo_tx_start() 1302 bf->bf_node = NULL; in malo_start() 1666 ni = bf->bf_node; in malo_tx_draintxq() 1667 bf->bf_node = NULL; in malo_tx_draintxq() 1888 bf->bf_node = NULL; in malo_raw_xmit()
|
| D | if_malo.h | 470 struct ieee80211_node *bf_node; member
|
| /freebsd-10-stable/sys/dev/mwl/ |
| D | if_mwlvar.h | 90 struct ieee80211_node *bf_node; member
|
| D | if_mwl.c | 1374 bf->bf_node = NULL; in mwl_puttxbuf_head() 1385 bf->bf_node = NULL; in mwl_puttxbuf_tail() 2171 KASSERT(bf->bf_node == NULL, ("node on free list")); in mwl_txdma_cleanup() 3321 bf->bf_node = ni; /* NB: held reference */ in mwl_tx_start() 3485 ni = bf->bf_node; in mwl_tx_processq() 3617 ni = bf->bf_node; in mwl_tx_draintxq() 3677 struct ieee80211_node *ni = bf->bf_node; in mwl_cleartxq() 3679 bf->bf_node = NULL; in mwl_cleartxq()
|