Searched refs:avp (Results 1 – 9 of 9) sorted by relevance
| /drivers/net/wireless/ath/ath9k/ |
| A D | channel.c | 170 vif = avp->vif; in ath_is_go_chanctx_present() 281 if (avp->assoc) in ath_chanctx_check_active() 463 avp->noa_start, in ath_chanctx_set_periodic_noa() 464 avp->noa_index, in ath_chanctx_set_periodic_noa() 484 avp->noa_start, in ath_chanctx_set_oneshot_noa() 485 avp->noa_index, in ath_chanctx_set_oneshot_noa() 612 if (avp->noa_duration && tsf_time - avp->noa_start > BIT(30)) in ath_chanctx_event() 1427 if (!avp || !avp->noa.has_next_tsf) in ath9k_update_p2p_ps_timer() 1512 if (!avp->offchannel_duration && !avp->noa_duration) in ath9k_beacon_add_noa() 1515 noa_desc = !!avp->offchannel_duration + !!avp->noa_duration; in ath9k_beacon_add_noa() [all …]
|
| A D | beacon.c | 125 if (avp->av_bcbuf == NULL) in ath9k_beacon_generate() 128 bf = avp->av_bcbuf; in ath9k_beacon_generate() 206 avp->av_bslot = slot; in ath9k_beacon_assign_slot() 214 avp->av_bslot); in ath9k_beacon_assign_slot() 224 avp->av_bslot); in ath9k_beacon_remove_slot() 237 avp->av_bcbuf = NULL; in ath9k_beacon_remove_slot() 248 struct ath_vif *avp; in ath9k_beacon_ensure_primary_slot() local 274 avp->av_bslot = slot; in ath9k_beacon_ensure_primary_slot() 342 struct ath_vif *avp; in ath9k_set_tsfadjust() local 630 struct ath_vif *avp; in ath9k_beacon_config() local [all …]
|
| A D | htc_drv_beacon.c | 196 struct ath9k_htc_vif *avp; in ath9k_htc_send_beacon() local 235 avp->seq_no += 0x10; in ath9k_htc_send_beacon() 246 beacon_hdr.vif_index = avp->index; in ath9k_htc_send_beacon() 335 avp->bslot = i; in ath9k_htc_assign_bslot() 340 priv->beacon.bslot[avp->bslot] = vif; in ath9k_htc_assign_bslot() 344 avp->bslot); in ath9k_htc_assign_bslot() 354 priv->beacon.bslot[avp->bslot] = NULL; in ath9k_htc_remove_bslot() 358 avp->bslot); in ath9k_htc_remove_bslot() 373 if (avp->bslot == 0) in ath9k_htc_set_tsfadjust() 394 avp->beacon_configured) in ath9k_htc_beacon_iter() [all …]
|
| A D | main.c | 1069 struct ath_vif *avp; in ath9k_update_bssid_mask() local 1097 struct ath_vif *avp; in ath9k_calculate_iter_data() local 1108 ath9k_vif_iter(iter_data, avp->vif->addr, avp->vif); in ath9k_calculate_iter_data() 1356 avp->vif = vif; in ath9k_add_interface() 1359 list_add_tail(&avp->list, &avp->chanctx->vifs); in ath9k_add_interface() 2257 struct ath_vif *avp; in ath9k_tx_last_beacon() local 2275 bf = avp->av_bcbuf; in ath9k_tx_last_beacon() 2635 avp->chanctx = ctx; in ath9k_assign_vif_chanctx() 2667 avp->chanctx = NULL; in ath9k_unassign_vif_chanctx() 2693 if (!avp->chanctx) in ath9k_mgd_prepare_tx() [all …]
|
| A D | htc_drv_main.c | 503 tsta.vif_index = avp->index; in ath9k_htc_add_station() 521 avp->index, tsta.sta_index); in ath9k_htc_add_station() 527 priv->vif_sta_pos[avp->index] = sta_idx; in ath9k_htc_add_station() 546 sta_idx = priv->vif_sta_pos[avp->index]; in ath9k_htc_remove_station() 565 avp->index, sta_idx); in ath9k_htc_remove_station() 1089 priv->vif_slot |= (1 << avp->index); in ath9k_htc_add_interface() 1108 vif->type, avp->index); in ath9k_htc_add_interface() 1132 hvif.index = avp->index; in ath9k_htc_remove_interface() 1136 avp->index); in ath9k_htc_remove_interface() 1139 priv->vif_slot &= ~(1 << avp->index); in ath9k_htc_remove_interface() [all …]
|
| A D | tx99.c | 57 struct ath_vif *avp; in ath9k_build_tx99_skb() local 76 avp = (struct ath_vif *) sc->tx99_vif->drv_priv; in ath9k_build_tx99_skb() 77 hdr->seq_ctrl |= cpu_to_le16(avp->seq_no); in ath9k_build_tx99_skb()
|
| A D | htc_drv_txrx.c | 215 struct ath9k_htc_vif *avp, in ath9k_htc_tx_mgmt() argument 236 if (avp && unlikely(ieee80211_is_probe_resp(hdr->frame_control))) { in ath9k_htc_tx_mgmt() 238 mgmt->u.probe_resp.timestamp = avp->tsfadjust; in ath9k_htc_tx_mgmt() 349 struct ath9k_htc_vif *avp = NULL; in ath9k_htc_tx_start() local 359 avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_tx_start() 360 vif_idx = avp->index; in ath9k_htc_tx_start() 385 ath9k_htc_tx_mgmt(priv, avp, skb, in ath9k_htc_tx_start()
|
| A D | ath9k.h | 476 void ath9k_beacon_add_noa(struct ath_softc *sc, struct ath_vif *avp, 545 static inline void ath9k_beacon_add_noa(struct ath_softc *sc, struct ath_vif *avp, in ath9k_beacon_add_noa() argument
|
| A D | xmit.c | 2270 struct ath_vif *avp; in ath_assign_seq() local 2278 avp = (struct ath_vif *)vif->drv_priv; in ath_assign_seq() 2281 avp->seq_no += 0x10; in ath_assign_seq() 2284 hdr->seq_ctrl |= cpu_to_le16(avp->seq_no); in ath_assign_seq()
|
Completed in 714 milliseconds