Lines Matching refs:avp
448 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_add_station() local
476 tsta.vif_index = avp->index; in ath9k_htc_add_station()
497 avp->index, tsta.sta_index); in ath9k_htc_add_station()
503 priv->vif_sta_pos[avp->index] = sta_idx; in ath9k_htc_add_station()
513 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_remove_station() local
522 sta_idx = priv->vif_sta_pos[avp->index]; in ath9k_htc_remove_station()
541 avp->index, sta_idx); in ath9k_htc_remove_station()
1214 struct ath9k_htc_vif *avp = (void *)vif->drv_priv; in ath9k_htc_add_interface() local
1264 avp->index = hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_interface()
1282 priv->vif_slot |= (1 << avp->index); in ath9k_htc_add_interface()
1294 "Attach a VIF of type: %d at idx: %d\n", vif->type, avp->index); in ath9k_htc_add_interface()
1308 struct ath9k_htc_vif *avp = (void *)vif->drv_priv; in ath9k_htc_remove_interface() local
1318 hvif.index = avp->index; in ath9k_htc_remove_interface()
1321 priv->vif_slot &= ~(1 << avp->index); in ath9k_htc_remove_interface()
1340 ath_dbg(common, ATH_DBG_CONFIG, "Detach Interface at idx: %d\n", avp->index); in ath9k_htc_remove_interface()