Searched refs:avf (Results 1 – 5 of 5) sorted by relevance
106 avf->opmode = vif->type; in ath5k_add_interface()125 list_del(&avf->bbuf->list); in ath5k_add_interface()127 avf->bslot = 0; in ath5k_add_interface()130 avf->bslot = slot; in ath5k_add_interface()135 ah->bslot[avf->bslot] = vif; in ath5k_add_interface()136 if (avf->opmode == NL80211_IFTYPE_AP) in ath5k_add_interface()168 if (avf->bbuf) { in ath5k_remove_interface()169 ath5k_txbuf_free_skb(ah, avf->bbuf); in ath5k_remove_interface()177 avf->bbuf = NULL; in ath5k_remove_interface()179 if (avf->opmode == NL80211_IFTYPE_AP) in ath5k_remove_interface()[all …]
498 if (avf->assoc) in ath5k_vif_iter()507 if (avf->opmode == NL80211_IFTYPE_AP) in ath5k_vif_iter()513 iter_data->opmode = avf->opmode; in ath5k_vif_iter()1895 struct ath5k_vif *avf; in ath5k_beacon_update() local1910 avf = (void *)vif->drv_priv; in ath5k_beacon_update()1911 ath5k_txbuf_free_skb(ah, avf->bbuf); in ath5k_beacon_update()1912 avf->bbuf->skb = skb; in ath5k_beacon_update()1913 ret = ath5k_beacon_setup(ah, avf->bbuf); in ath5k_beacon_update()1930 struct ath5k_vif *avf; in ath5k_beacon_send() local1981 avf = (void *)vif->drv_priv; in ath5k_beacon_send()[all …]
853 u8 avf[4]; member
1110 .avf = { 0 },
9518 F: include/linux/avf/virtchnl.h
Completed in 32 milliseconds