Lines Matching refs:avp
196 struct ath9k_htc_vif *avp; in ath9k_htc_send_beacon() local
210 avp = (struct ath9k_htc_vif *)vif->drv_priv; in ath9k_htc_send_beacon()
229 mgmt->u.beacon.timestamp = avp->tsfadjust; in ath9k_htc_send_beacon()
235 avp->seq_no += 0x10; in ath9k_htc_send_beacon()
237 hdr->seq_ctrl |= cpu_to_le16(avp->seq_no); in ath9k_htc_send_beacon()
246 beacon_hdr.vif_index = avp->index; in ath9k_htc_send_beacon()
324 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *)vif->drv_priv; in ath9k_htc_assign_bslot() local
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()
346 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *)vif->drv_priv; in ath9k_htc_remove_bslot() local
349 priv->beacon.bslot[avp->bslot] = NULL; in ath9k_htc_remove_bslot()
353 avp->bslot); in ath9k_htc_remove_bslot()
364 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *)vif->drv_priv; in ath9k_htc_set_tsfadjust() local
368 if (avp->bslot == 0) in ath9k_htc_set_tsfadjust()
376 tsfadjust = cur_conf->beacon_interval * avp->bslot / ATH9K_HTC_MAX_BCN_VIF; in ath9k_htc_set_tsfadjust()
377 avp->tsfadjust = cpu_to_le64(TU_TO_USEC(tsfadjust)); in ath9k_htc_set_tsfadjust()
380 (unsigned long long)tsfadjust, avp->bslot); in ath9k_htc_set_tsfadjust()
386 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_beacon_iter() local
389 avp->beacon_configured) in ath9k_htc_beacon_iter()
454 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_beacon_config() local
470 avp->beacon_configured = true; in ath9k_htc_beacon_config()