• Home
  • Raw
  • Download

Lines Matching refs:avp

133 	struct ath_vif *avp = (void *)vif->drv_priv;  in ath9k_beacon_generate()  local
140 if (avp->av_bcbuf == NULL) in ath9k_beacon_generate()
143 bf = avp->av_bcbuf; in ath9k_beacon_generate()
160 mgmt_hdr->u.beacon.timestamp = avp->tsf_adjust; in ath9k_beacon_generate()
219 struct ath_vif *avp = (void *)vif->drv_priv; in ath9k_beacon_assign_slot() local
222 avp->av_bcbuf = list_first_entry(&sc->beacon.bbuf, struct ath_buf, list); in ath9k_beacon_assign_slot()
223 list_del(&avp->av_bcbuf->list); in ath9k_beacon_assign_slot()
227 avp->av_bslot = slot; in ath9k_beacon_assign_slot()
232 sc->beacon.bslot[avp->av_bslot] = vif; in ath9k_beacon_assign_slot()
236 avp->av_bslot); in ath9k_beacon_assign_slot()
242 struct ath_vif *avp = (void *)vif->drv_priv; in ath9k_beacon_remove_slot() local
243 struct ath_buf *bf = avp->av_bcbuf; in ath9k_beacon_remove_slot()
246 avp->av_bslot); in ath9k_beacon_remove_slot()
259 avp->av_bcbuf = NULL; in ath9k_beacon_remove_slot()
260 sc->beacon.bslot[avp->av_bslot] = NULL; in ath9k_beacon_remove_slot()
298 struct ath_vif *avp = (void *)vif->drv_priv; in ath9k_set_tsfadjust() local
301 if (avp->av_bslot == 0) in ath9k_set_tsfadjust()
304 tsfadjust = cur_conf->beacon_interval * avp->av_bslot / ATH_BCBUF; in ath9k_set_tsfadjust()
305 avp->tsf_adjust = cpu_to_le64(TU_TO_USEC(tsfadjust)); in ath9k_set_tsfadjust()
308 (unsigned long long)tsfadjust, avp->av_bslot); in ath9k_set_tsfadjust()
640 struct ath_vif *avp = (void *)vif->drv_priv; in ath9k_allow_beacon_config() local
654 !avp->primary_sta_vif) { in ath9k_allow_beacon_config()