Home
last modified time | relevance | path

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

/linux-6.1.9/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()
312 if (priv->beacon.bslot[slot] == NULL) { in ath9k_htc_swba()
331 if (priv->beacon.bslot[i] == NULL) { in ath9k_htc_assign_bslot()
332 avp->bslot = i; in ath9k_htc_assign_bslot()
337 priv->beacon.bslot[avp->bslot] = vif; in ath9k_htc_assign_bslot()
341 avp->bslot); in ath9k_htc_assign_bslot()
351 priv->beacon.bslot[avp->bslot] = NULL; in ath9k_htc_remove_bslot()
355 avp->bslot); in ath9k_htc_remove_bslot()
370 if (avp->bslot == 0) in ath9k_htc_set_tsfadjust()
[all …]
Dbeacon.c205 if (sc->beacon.bslot[slot] == NULL) { in ath9k_beacon_assign_slot()
211 sc->beacon.bslot[avp->av_bslot] = vif; in ath9k_beacon_assign_slot()
238 sc->beacon.bslot[avp->av_bslot] = NULL; in ath9k_beacon_remove_slot()
258 if (sc->beacon.bslot[slot]) { in ath9k_beacon_ensure_primary_slot()
269 vif = sc->beacon.bslot[slot + first_slot]; in ath9k_beacon_ensure_primary_slot()
270 sc->beacon.bslot[slot] = vif; in ath9k_beacon_ensure_primary_slot()
277 sc->beacon.bslot[slot] = NULL; in ath9k_beacon_ensure_primary_slot()
281 vif = sc->beacon.bslot[0]; in ath9k_beacon_ensure_primary_slot()
344 if (!sc->beacon.bslot[slot]) in ath9k_set_tsfadjust()
347 avp = (void *)sc->beacon.bslot[slot]->drv_priv; in ath9k_set_tsfadjust()
[all …]
Dhtc.h245 int bslot; member
417 struct ieee80211_vif *bslot[ATH9K_HTC_MAX_BCN_VIF]; member
Dinit.c434 for (i = 0; i < ARRAY_SIZE(sc->beacon.bslot); i++) in ath9k_init_misc()
435 sc->beacon.bslot[i] = NULL; in ath9k_init_misc()
Dath9k.h705 struct ieee80211_vif *bslot[ATH_BCBUF]; member
Dhtc_drv_init.c675 priv->beacon.bslot[i] = NULL; in ath9k_init_priv()
Dmain.c2263 vif = sc->beacon.bslot[0]; in ath9k_tx_last_beacon()
/linux-6.1.9/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.c2017 vif = ah->bslot[(slot + 1) % ATH_BCBUF]; in ath5k_beacon_send()
2022 vif = ah->bslot[0]; in ath5k_beacon_send()
2820 for (i = 0; i < ARRAY_SIZE(ah->bslot); i++) in ath5k_start()
2821 ah->bslot[i] = NULL; in ath5k_start()
Dath5k.h1327 struct ieee80211_vif *bslot[ATH_BCBUF]; member