/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 156 struct ath_vif *avp; in ath_is_go_chanctx_present() local 165 list_for_each_entry(avp, &ctx->vifs, list) { in ath_is_go_chanctx_present() 166 vif = avp->vif; in ath_is_go_chanctx_present() 233 struct ath_vif *avp; in ath_chanctx_check_active() local 262 list_for_each_entry(avp, &ctx->vifs, list) { in ath_chanctx_check_active() 263 struct ieee80211_vif *vif = avp->vif; in ath_chanctx_check_active() 268 if (avp->assoc) in ath_chanctx_check_active() 371 struct ath_vif *avp) in ath_chanctx_handle_bmiss() argument 380 avp->noa_duration = 0; in ath_chanctx_handle_bmiss() 389 avp->noa_duration = 0; in ath_chanctx_handle_bmiss() [all …]
|
D | beacon.c | 118 struct ath_vif *avp = (void *)vif->drv_priv; in ath9k_beacon_generate() local 125 if (avp->av_bcbuf == NULL) in ath9k_beacon_generate() 128 bf = avp->av_bcbuf; in ath9k_beacon_generate() 145 mgmt_hdr->u.beacon.timestamp = avp->tsf_adjust; in ath9k_beacon_generate() 152 ath9k_beacon_add_noa(sc, avp, skb); in ath9k_beacon_generate() 197 struct ath_vif *avp = (void *)vif->drv_priv; in ath9k_beacon_assign_slot() local 200 avp->av_bcbuf = list_first_entry(&sc->beacon.bbuf, struct ath_buf, list); in ath9k_beacon_assign_slot() 201 list_del(&avp->av_bcbuf->list); in ath9k_beacon_assign_slot() 205 avp->av_bslot = slot; in ath9k_beacon_assign_slot() 210 sc->beacon.bslot[avp->av_bslot] = vif; in ath9k_beacon_assign_slot() [all …]
|
D | htc_drv_beacon.c | 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() [all …]
|
D | main.c | 917 struct ath_vif *avp = (struct ath_vif *)vif->drv_priv; in ath9k_vif_iter() local 938 if (avp->assoc && !iter_data->primary_sta) in ath9k_vif_iter() 967 struct ath_vif *avp; in ath9k_update_bssid_mask() local 973 list_for_each_entry(avp, &ctx->vifs, list) { in ath9k_update_bssid_mask() 977 if (!avp->vif->p2p || !iter_data->has_hw_macaddr) in ath9k_update_bssid_mask() 980 ether_addr_copy(common->curbssid, avp->bssid); in ath9k_update_bssid_mask() 995 struct ath_vif *avp; in ath9k_calculate_iter_data() local 1005 list_for_each_entry(avp, &ctx->vifs, list) in ath9k_calculate_iter_data() 1006 ath9k_vif_iter(iter_data, avp->vif->addr, avp->vif); in ath9k_calculate_iter_data() 1015 struct ath_vif *avp = (struct ath_vif *)vif->drv_priv; in ath9k_set_assoc_state() local [all …]
|
D | htc_drv_main.c | 475 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_add_station() local 506 tsta.vif_index = avp->index; in ath9k_htc_add_station() 524 avp->index, tsta.sta_index); in ath9k_htc_add_station() 530 priv->vif_sta_pos[avp->index] = sta_idx; in ath9k_htc_add_station() 540 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_remove_station() local 549 sta_idx = priv->vif_sta_pos[avp->index]; in ath9k_htc_remove_station() 568 avp->index, sta_idx); in ath9k_htc_remove_station() 1041 struct ath9k_htc_vif *avp = (void *)vif->drv_priv; in ath9k_htc_add_interface() local 1074 avp->index = hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_interface() 1092 priv->vif_slot |= (1 << avp->index); in ath9k_htc_add_interface() [all …]
|
D | tx99.c | 57 struct ath_vif *avp; in ath9k_build_tx99_skb() local 62 avp = (struct ath_vif *)sc->tx99_vif->drv_priv; in ath9k_build_tx99_skb() 80 hdr->seq_ctrl |= cpu_to_le16(avp->seq_no); in ath9k_build_tx99_skb()
|
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() 344 struct ath9k_htc_vif *avp = NULL; in ath9k_htc_tx_start() local 354 avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_tx_start() 355 vif_idx = avp->index; in ath9k_htc_tx_start() 380 ath9k_htc_tx_mgmt(priv, avp, skb, in ath9k_htc_tx_start()
|
D | xmit.c | 110 struct ath_vif *avp = (struct ath_vif *) tid->an->vif->drv_priv; in ath_tx_queue_tid() local 111 struct ath_chanctx *ctx = avp->chanctx; in ath_tx_queue_tid() 2204 struct ath_vif *avp; in ath_assign_seq() local 2212 avp = (struct ath_vif *)vif->drv_priv; in ath_assign_seq() 2215 avp->seq_no += 0x10; in ath_assign_seq() 2218 hdr->seq_ctrl |= cpu_to_le16(avp->seq_no); in ath_assign_seq() 2228 struct ath_vif *avp; in ath_tx_prepare() local 2237 avp = (void *)vif->drv_priv; in ath_tx_prepare() 2238 txctl->an = &avp->mcast_node; in ath_tx_prepare() 2276 struct ath_vif *avp = NULL; in ath_tx_start() local [all …]
|
D | ath9k.h | 455 void ath9k_beacon_add_noa(struct ath_softc *sc, struct ath_vif *avp, 524 static inline void ath9k_beacon_add_noa(struct ath_softc *sc, struct ath_vif *avp, in ath9k_beacon_add_noa() argument
|
/linux-4.4.14/sound/synth/emux/ |
D | soundfont.c | 57 static void init_voice_info(struct soundfont_voice_info *avp); 60 struct soundfont_voice_info *avp); 614 init_voice_info(struct soundfont_voice_info *avp) in init_voice_info() argument 616 memset(avp, 0, sizeof(*avp)); in init_voice_info() 618 avp->root = 60; in init_voice_info() 619 avp->high = 127; in init_voice_info() 620 avp->velhigh = 127; in init_voice_info() 621 avp->fixkey = -1; in init_voice_info() 622 avp->fixvel = -1; in init_voice_info() 623 avp->fixpan = -1; in init_voice_info() [all …]
|
/linux-4.4.14/net/dccp/ccids/ |
D | ccid2.c | 508 struct dccp_ackvec_parsed *avp; in ccid2_hc_tx_packet_recv() local 581 list_for_each_entry(avp, &hc->tx_av_chunks, node) { in ccid2_hc_tx_packet_recv() 583 for (; avp->len--; avp->vec++) { in ccid2_hc_tx_packet_recv() 585 dccp_ackvec_runlen(avp->vec)); in ccid2_hc_tx_packet_recv() 589 dccp_ackvec_state(avp->vec) >> 6, in ccid2_hc_tx_packet_recv() 590 dccp_ackvec_runlen(avp->vec)); in ccid2_hc_tx_packet_recv() 609 const u8 state = dccp_ackvec_state(avp->vec); in ccid2_hc_tx_packet_recv()
|