Searched refs:bslot (Results 1 – 11 of 11) sorted by relevance
148 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 …]
205 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 …]
245 int bslot; member417 struct ieee80211_vif *bslot[ATH9K_HTC_MAX_BCN_VIF]; member
434 for (i = 0; i < ARRAY_SIZE(sc->beacon.bslot); i++) in ath9k_init_misc()435 sc->beacon.bslot[i] = NULL; in ath9k_init_misc()
705 struct ieee80211_vif *bslot[ATH_BCBUF]; member
675 priv->beacon.bslot[i] = NULL; in ath9k_init_priv()
2263 vif = sc->beacon.bslot[0]; in ath9k_tx_last_beacon()
127 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()
76 int bslot; member
2017 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()
1327 struct ieee80211_vif *bslot[ATH_BCBUF]; member