• Home
  • Raw
  • Download

Lines Matching refs:avp

352 	struct ath9k_htc_vif *avp;  in ath9k_htc_send_beacon()  local
366 avp = (struct ath9k_htc_vif *)vif->drv_priv; in ath9k_htc_send_beacon()
385 mgmt->u.beacon.timestamp = avp->tsfadjust; in ath9k_htc_send_beacon()
391 avp->seq_no += 0x10; in ath9k_htc_send_beacon()
393 hdr->seq_ctrl |= cpu_to_le16(avp->seq_no); in ath9k_htc_send_beacon()
402 beacon_hdr.vif_index = avp->index; in ath9k_htc_send_beacon()
480 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *)vif->drv_priv; in ath9k_htc_assign_bslot() local
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()
502 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *)vif->drv_priv; in ath9k_htc_remove_bslot() local
505 priv->cur_beacon_conf.bslot[avp->bslot] = NULL; in ath9k_htc_remove_bslot()
509 avp->bslot); in ath9k_htc_remove_bslot()
520 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *)vif->drv_priv; in ath9k_htc_set_tsfadjust() local
524 if (avp->bslot == 0) in ath9k_htc_set_tsfadjust()
532 tsfadjust = cur_conf->beacon_interval * avp->bslot / ATH9K_HTC_MAX_BCN_VIF; in ath9k_htc_set_tsfadjust()
533 avp->tsfadjust = cpu_to_le64(TU_TO_USEC(tsfadjust)); in ath9k_htc_set_tsfadjust()
536 (unsigned long long)tsfadjust, avp->bslot); in ath9k_htc_set_tsfadjust()
542 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_beacon_iter() local
545 avp->beacon_configured) in ath9k_htc_beacon_iter()
610 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_beacon_config() local
626 avp->beacon_configured = true; in ath9k_htc_beacon_config()