Searched refs:arvif (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 37 static int ath10k_send_key(struct ath10k_vif *arvif, in ath10k_send_key() argument 42 struct ath10k *ar = arvif->ar; in ath10k_send_key() 44 .vdev_id = arvif->vdev_id, in ath10k_send_key() 51 lockdep_assert_held(&arvif->ar->conf_mutex); in ath10k_send_key() 73 if (memcmp(macaddr, arvif->vif->addr, ETH_ALEN)) in ath10k_send_key() 92 return ath10k_wmi_vdev_install_key(arvif->ar, &arg); in ath10k_send_key() 95 static int ath10k_install_key(struct ath10k_vif *arvif, in ath10k_install_key() argument 100 struct ath10k *ar = arvif->ar; in ath10k_install_key() 107 ret = ath10k_send_key(arvif, key, cmd, macaddr, def_idx); in ath10k_install_key() 118 static int ath10k_install_peer_wep_keys(struct ath10k_vif *arvif, in ath10k_install_peer_wep_keys() argument [all …]
|
D | mac.h | 44 void ath10k_mac_vif_beacon_free(struct ath10k_vif *arvif); 59 struct ath10k_vif *arvif = ath10k_vif_to_arvif(vif); in ath10k_tx_h_seq_no() local 62 if (arvif->tx_seq_no == 0) in ath10k_tx_h_seq_no() 63 arvif->tx_seq_no = 0x1000; in ath10k_tx_h_seq_no() 66 arvif->tx_seq_no += 0x10; in ath10k_tx_h_seq_no() 68 hdr->seq_ctrl |= cpu_to_le16(arvif->tx_seq_no); in ath10k_tx_h_seq_no()
|
D | spectral.c | 158 struct ath10k_vif *arvif; in ath10k_get_spectral_vdev() local 166 list_for_each_entry(arvif, &ar->arvifs, list) in ath10k_get_spectral_vdev() 167 if (arvif->spectral_enabled) in ath10k_get_spectral_vdev() 168 return arvif; in ath10k_get_spectral_vdev() 171 return list_first_entry(&ar->arvifs, typeof(*arvif), list); in ath10k_get_spectral_vdev() 176 struct ath10k_vif *arvif; in ath10k_spectral_scan_trigger() local 182 arvif = ath10k_get_spectral_vdev(ar); in ath10k_spectral_scan_trigger() 183 if (!arvif) in ath10k_spectral_scan_trigger() 185 vdev_id = arvif->vdev_id; in ath10k_spectral_scan_trigger() 209 struct ath10k_vif *arvif; in ath10k_spectral_scan_config() local [all …]
|
D | debugfs_sta.c | 27 struct ath10k *ar = arsta->arvif->ar; in ath10k_dbg_sta_read_aggr_mode() 46 struct ath10k *ar = arsta->arvif->ar; in ath10k_dbg_sta_write_aggr_mode() 63 ret = ath10k_wmi_addba_clear_resp(ar, arsta->arvif->vdev_id, sta->addr); in ath10k_dbg_sta_write_aggr_mode() 89 struct ath10k *ar = arsta->arvif->ar; in ath10k_dbg_sta_write_addba() 114 ret = ath10k_wmi_addba_send(ar, arsta->arvif->vdev_id, sta->addr, in ath10k_dbg_sta_write_addba() 118 arsta->arvif->vdev_id, sta->addr, tid, buf_size); in ath10k_dbg_sta_write_addba() 140 struct ath10k *ar = arsta->arvif->ar; in ath10k_dbg_sta_write_addba_resp() 165 ret = ath10k_wmi_addba_set_resp(ar, arsta->arvif->vdev_id, sta->addr, in ath10k_dbg_sta_write_addba_resp() 169 arsta->arvif->vdev_id, sta->addr, tid, status); in ath10k_dbg_sta_write_addba_resp() 190 struct ath10k *ar = arsta->arvif->ar; in ath10k_dbg_sta_write_delba() [all …]
|
D | thermal.c | 29 struct ath10k_vif *arvif; in ath10k_thermal_get_active_vifs() local 34 list_for_each_entry(arvif, &ar->arvifs, list) { in ath10k_thermal_get_active_vifs() 35 if (!arvif->is_started) in ath10k_thermal_get_active_vifs() 38 if (!arvif->is_up) in ath10k_thermal_get_active_vifs() 41 if (arvif->vdev_type != type) in ath10k_thermal_get_active_vifs()
|
D | spectral.h | 54 int ath10k_spectral_vif_stop(struct ath10k_vif *arvif); 74 static inline int ath10k_spectral_vif_stop(struct ath10k_vif *arvif) in ath10k_spectral_vif_stop() argument
|
D | wmi.c | 957 static void ath10k_wmi_tx_beacon_nowait(struct ath10k_vif *arvif) in ath10k_wmi_tx_beacon_nowait() argument 959 struct ath10k *ar = arvif->ar; in ath10k_wmi_tx_beacon_nowait() 966 bcn = arvif->beacon; in ath10k_wmi_tx_beacon_nowait() 973 switch (arvif->beacon_state) { in ath10k_wmi_tx_beacon_nowait() 978 arvif->beacon_state = ATH10K_BEACON_SENDING; in ath10k_wmi_tx_beacon_nowait() 981 ret = ath10k_wmi_beacon_send_ref_nowait(arvif->ar, in ath10k_wmi_tx_beacon_nowait() 982 arvif->vdev_id, in ath10k_wmi_tx_beacon_nowait() 991 arvif->beacon_state = ATH10K_BEACON_SENT; in ath10k_wmi_tx_beacon_nowait() 993 arvif->beacon_state = ATH10K_BEACON_SCHEDULED; in ath10k_wmi_tx_beacon_nowait() 1003 struct ath10k_vif *arvif = ath10k_vif_to_arvif(vif); in ath10k_wmi_tx_beacons_iter() local [all …]
|
D | htt_rx.c | 1627 struct ath10k_vif *arvif; in ath10k_htt_rx_addba() local 1647 arvif = ath10k_get_arvif(ar, peer->vdev_id); in ath10k_htt_rx_addba() 1648 if (!arvif) { in ath10k_htt_rx_addba() 1659 ieee80211_start_rx_ba_session_offl(arvif->vif, peer->addr, tid); in ath10k_htt_rx_addba() 1667 struct ath10k_vif *arvif; in ath10k_htt_rx_delba() local 1687 arvif = ath10k_get_arvif(ar, peer->vdev_id); in ath10k_htt_rx_delba() 1688 if (!arvif) { in ath10k_htt_rx_delba() 1699 ieee80211_stop_rx_ba_session_offl(arvif->vif, peer->addr, tid); in ath10k_htt_rx_delba()
|
D | core.h | 267 struct ath10k_vif *arvif; member 348 struct ath10k_vif *arvif; member
|