Lines Matching full: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()
326 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *)vif->drv_priv; in ath9k_htc_assign_bslot() local
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()
348 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *)vif->drv_priv; in ath9k_htc_remove_bslot() local
351 priv->beacon.bslot[avp->bslot] = NULL; in ath9k_htc_remove_bslot()
355 avp->bslot); in ath9k_htc_remove_bslot()
366 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *)vif->drv_priv; in ath9k_htc_set_tsfadjust() local
370 if (avp->bslot == 0) in ath9k_htc_set_tsfadjust()
378 tsfadjust = cur_conf->beacon_interval * avp->bslot / ATH9K_HTC_MAX_BCN_VIF; in ath9k_htc_set_tsfadjust()
379 avp->tsfadjust = cpu_to_le64(TU_TO_USEC(tsfadjust)); in ath9k_htc_set_tsfadjust()
382 (unsigned long long)tsfadjust, avp->bslot); in ath9k_htc_set_tsfadjust()
388 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_beacon_iter() local
391 avp->beacon_configured) in ath9k_htc_beacon_iter()
456 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_beacon_config() local
472 avp->beacon_configured = true; in ath9k_htc_beacon_config()