Searched refs:bf_node (Results 1 – 11 of 11) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/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() 1359 ath_tx_set_ratectrl(sc, bf->bf_node, bf); in ath_tx_setds() 1391 ATH_NODE_LOCK(ATH_NODE(bf->bf_node)); in ath_tx_do_ratelookup() 1392 ath_rate_findrate(sc, ATH_NODE(bf->bf_node), bf->bf_state.bfs_shpream, in ath_tx_do_ratelookup() 1401 ath_rate_getxtxrates(sc, ATH_NODE(bf->bf_node), rix, in ath_tx_do_ratelookup() 1403 ATH_NODE_UNLOCK(ATH_NODE(bf->bf_node)); in ath_tx_do_ratelookup() 1419 struct ath_node *an = ATH_NODE(bf->bf_node); in ath_tx_update_clrdmask() 1506 struct ath_node *an = ATH_NODE(bf->bf_node); in ath_tx_xmit_normal() 1612 bf->bf_node = ni; /* NB: held reference */ in ath_tx_normal_setup() 2225 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() 408 struct ieee80211_node *ni = first_bf->bf_node; in ath_compute_num_delims()
|
H A D | if_ath.c | 3265 tbf->bf_node = bf->bf_node; in ath_buf_clone() 3266 KASSERT((bf->bf_node != NULL), ("%s: bf_node=NULL!", __func__)); in ath_buf_clone() 3292 bf->bf_node = NULL; in ath_buf_clone() 3529 bf->bf_node = NULL; in ath_transmit() 4227 struct ieee80211_node *ni = bf->bf_node; in ath_tx_update_stats() 4335 if (bf->bf_node) { in ath_tx_default_comp() 4337 ath_tx_update_tim(sc, bf->bf_node, 0); in ath_tx_default_comp() 4392 struct ieee80211_node *ni = bf->bf_node; in ath_tx_process_buf_completion() 4543 ni = bf->bf_node; in ath_tx_processq() 4905 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
|
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/ |
H A D | if_malo.c | 642 ni = bf->bf_node; in malo_txdma_cleanup() 643 bf->bf_node = NULL; in malo_txdma_cleanup() 955 ni = bf->bf_node; in malo_tx_processq() 992 bf->bf_node = NULL; in malo_tx_processq() 1142 bf->bf_node = ni; /* NB: held reference */ in malo_tx_start() 1252 bf->bf_node = NULL; in malo_start() 1598 ni = bf->bf_node; in malo_tx_draintxq() 1599 bf->bf_node = NULL; in malo_tx_draintxq() 1793 bf->bf_node = NULL; in malo_raw_xmit()
|
H A D | if_malo.h | 470 struct ieee80211_node *bf_node; member
|
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/ |
H A D | if_mwlvar.h | 91 struct ieee80211_node *bf_node; member
|
H A D | if_mwl.c | 1298 bf->bf_node = NULL; in mwl_puttxbuf_head() 1309 bf->bf_node = NULL; in mwl_puttxbuf_tail() 2073 KASSERT(bf->bf_node == NULL, ("node on free list")); in mwl_txdma_cleanup() 3194 bf->bf_node = ni; /* NB: held reference */ in mwl_tx_start() 3352 ni = bf->bf_node; in mwl_tx_processq() 3468 ni = bf->bf_node; in mwl_tx_draintxq() 3526 struct ieee80211_node *ni = bf->bf_node; in mwl_cleartxq() 3528 bf->bf_node = NULL; in mwl_cleartxq()
|