Home
last modified time | relevance | path

Searched refs:bslot (Results 1 – 11 of 11) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dhtc_drv_beacon.c148 vif = priv->beacon.bslot[slot]; in ath9k_htc_send_buffered()
209 vif = priv->beacon.bslot[slot]; in ath9k_htc_send_beacon()
310 if (priv->beacon.bslot[slot] == NULL) { in ath9k_htc_swba()
329 if (priv->beacon.bslot[i] == NULL) { in ath9k_htc_assign_bslot()
330 avp->bslot = i; in ath9k_htc_assign_bslot()
335 priv->beacon.bslot[avp->bslot] = vif; in ath9k_htc_assign_bslot()
339 avp->bslot); in ath9k_htc_assign_bslot()
349 priv->beacon.bslot[avp->bslot] = NULL; in ath9k_htc_remove_bslot()
353 avp->bslot); in ath9k_htc_remove_bslot()
368 if (avp->bslot == 0) in ath9k_htc_set_tsfadjust()
[all …]
Dbeacon.c203 if (sc->beacon.bslot[slot] == NULL) { in ath9k_beacon_assign_slot()
209 sc->beacon.bslot[avp->av_bslot] = vif; in ath9k_beacon_assign_slot()
240 sc->beacon.bslot[avp->av_bslot] = NULL; in ath9k_beacon_remove_slot()
372 vif = sc->beacon.bslot[slot]; in ath9k_beacon_tasklet()
Dhtc.h242 int bslot; member
408 struct ieee80211_vif *bslot[ATH9K_HTC_MAX_BCN_VIF]; member
Dinit.c345 for (i = 0; i < ARRAY_SIZE(sc->beacon.bslot); i++) in ath9k_init_misc()
346 sc->beacon.bslot[i] = NULL; in ath9k_init_misc()
Dhtc_drv_init.c523 priv->beacon.bslot[i] = NULL; in ath9k_init_priv()
Dath9k.h670 struct ieee80211_vif *bslot[ATH_BCBUF]; member
Dmain.c2055 vif = sc->beacon.bslot[0]; in ath9k_tx_last_beacon()
/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c127 avf->bslot = 0; in ath5k_add_interface()
129 if (!ah->bslot[slot]) { in ath5k_add_interface()
130 avf->bslot = slot; in ath5k_add_interface()
134 BUG_ON(ah->bslot[avf->bslot] != NULL); in ath5k_add_interface()
135 ah->bslot[avf->bslot] = vif; in ath5k_add_interface()
172 if (ah->bslot[i] == vif) { in ath5k_remove_interface()
173 ah->bslot[i] = NULL; in ath5k_remove_interface()
Dbase.h76 int bslot; member
Dbase.c1956 vif = ah->bslot[(slot + 1) % ATH_BCBUF]; in ath5k_beacon_send()
1961 vif = ah->bslot[0]; in ath5k_beacon_send()
2758 for (i = 0; i < ARRAY_SIZE(ah->bslot); i++) in ath5k_start()
2759 ah->bslot[i] = NULL; in ath5k_start()
Dath5k.h1325 struct ieee80211_vif *bslot[ATH_BCBUF]; member