Searched refs:bslot (Results 1 – 11 of 11) sorted by relevance
304 vif = priv->cur_beacon_conf.bslot[slot]; in ath9k_htc_send_buffered()365 vif = priv->cur_beacon_conf.bslot[slot]; in ath9k_htc_send_beacon()466 if (priv->cur_beacon_conf.bslot[slot] == NULL) { in ath9k_htc_swba()485 if (priv->cur_beacon_conf.bslot[i] == NULL) { in ath9k_htc_assign_bslot()486 avp->bslot = i; in ath9k_htc_assign_bslot()491 priv->cur_beacon_conf.bslot[avp->bslot] = vif; in ath9k_htc_assign_bslot()495 avp->bslot); in ath9k_htc_assign_bslot()505 priv->cur_beacon_conf.bslot[avp->bslot] = NULL; in ath9k_htc_remove_bslot()509 avp->bslot); in ath9k_htc_remove_bslot()524 if (avp->bslot == 0) in ath9k_htc_set_tsfadjust()[all …]
226 if (sc->beacon.bslot[slot] == NULL) { in ath9k_beacon_assign_slot()232 sc->beacon.bslot[avp->av_bslot] = vif; in ath9k_beacon_assign_slot()260 sc->beacon.bslot[avp->av_bslot] = NULL; in ath9k_beacon_remove_slot()357 vif = sc->beacon.bslot[slot]; in ath9k_beacon_tasklet()
236 int bslot; member388 struct ieee80211_vif *bslot[ATH9K_HTC_MAX_BCN_VIF]; member
499 for (i = 0; i < ARRAY_SIZE(sc->beacon.bslot); i++) in ath9k_init_misc()500 sc->beacon.bslot[i] = NULL; in ath9k_init_misc()
403 struct ieee80211_vif *bslot[ATH_BCBUF]; member
678 priv->cur_beacon_conf.bslot[i] = NULL; in ath9k_init_priv()
1870 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()
74 int bslot; member
1874 vif = ah->bslot[(slot + 1) % ATH_BCBUF]; in ath5k_beacon_send()1879 vif = ah->bslot[0]; in ath5k_beacon_send()2674 for (i = 0; i < ARRAY_SIZE(ah->bslot); i++) in ath5k_start()2675 ah->bslot[i] = NULL; in ath5k_start()
1323 struct ieee80211_vif *bslot[ATH_BCBUF]; member