Home
last modified time | relevance | path

Searched refs:ath10k_vif (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.h35 struct ath10k_vif *ath10k_get_arvif(struct ath10k *ar, u32 vdev_id);
44 void ath10k_mac_vif_beacon_free(struct ath10k_vif *arvif);
64 void ath10k_mac_vif_tx_lock(struct ath10k_vif *arvif, int reason);
65 void ath10k_mac_vif_tx_unlock(struct ath10k_vif *arvif, int reason);
82 struct ath10k_vif *arvif = (void *)vif->drv_priv; in ath10k_tx_h_seq_no()
H A Dp2p.c70 static void ath10k_p2p_noa_ie_assign(struct ath10k_vif *arvif, void *ie, in ath10k_p2p_noa_ie_assign()
83 static void __ath10k_p2p_noa_update(struct ath10k_vif *arvif, in __ath10k_p2p_noa_update()
106 void ath10k_p2p_noa_update(struct ath10k_vif *arvif, in ath10k_p2p_noa_update()
124 struct ath10k_vif *arvif = (void *)vif->drv_priv; in ath10k_p2p_noa_update_vdev_iter()
H A Dp2p.h9 struct ath10k_vif;
12 void ath10k_p2p_noa_update(struct ath10k_vif *arvif,
H A Dspectral.h43 int ath10k_spectral_vif_stop(struct ath10k_vif *arvif);
63 static inline int ath10k_spectral_vif_stop(struct ath10k_vif *arvif) in ath10k_spectral_vif_stop()
H A Dmac.c236 static int ath10k_send_key(struct ath10k_vif *arvif, in ath10k_send_key()
297 static int ath10k_install_key(struct ath10k_vif *arvif, in ath10k_install_key()
324 static int ath10k_install_peer_wep_keys(struct ath10k_vif *arvif, in ath10k_install_peer_wep_keys()
412 static int ath10k_clear_peer_keys(struct ath10k_vif *arvif, in ath10k_clear_peer_keys()
478 static int ath10k_clear_vdev_key(struct ath10k_vif *arvif, in ath10k_clear_vdev_key()
526 static int ath10k_mac_vif_update_wep_key(struct ath10k_vif *arvif, in ath10k_mac_vif_update_wep_key()
732 struct ath10k_vif *arvif; in ath10k_peer_create()
783 static int ath10k_mac_set_kickout(struct ath10k_vif *arvif) in ath10k_mac_set_kickout()
828 static int ath10k_mac_set_rts(struct ath10k_vif *arvif, u32 value) in ath10k_mac_set_rts()
972 void ath10k_mac_vif_beacon_free(struct ath10k_vif *arvif) in ath10k_mac_vif_beacon_free()
[all …]
H A Dspectral.c161 static struct ath10k_vif *ath10k_get_spectral_vdev(struct ath10k *ar) in ath10k_get_spectral_vdev()
163 struct ath10k_vif *arvif; in ath10k_get_spectral_vdev()
181 struct ath10k_vif *arvif; in ath10k_spectral_scan_trigger()
214 struct ath10k_vif *arvif; in ath10k_spectral_scan_config()
507 struct ath10k_vif *arvif; in ath10k_spectral_start()
521 int ath10k_spectral_vif_stop(struct ath10k_vif *arvif) in ath10k_spectral_vif_stop()
H A Dwow.c25 static int ath10k_wow_vif_cleanup(struct ath10k_vif *arvif) in ath10k_wow_vif_cleanup()
53 struct ath10k_vif *arvif; in ath10k_wow_cleanup()
266 static int ath10k_vif_wow_set_wakeups(struct ath10k_vif *arvif, in ath10k_vif_wow_set_wakeups()
389 struct ath10k_vif *arvif; in ath10k_wow_set_wakeups()
406 static int ath10k_vif_wow_clean_nlo(struct ath10k_vif *arvif) in ath10k_vif_wow_clean_nlo()
434 struct ath10k_vif *arvif; in ath10k_wow_nlo_cleanup()
H A Dcore.h521 struct ath10k_vif *arvif;
571 struct ath10k_vif { struct
644 struct ath10k_vif *arvif; argument
1138 struct ath10k_vif *monitor_arvif;
H A Dhtt_tx.c43 struct ath10k_vif *arvif = (void *)txq->vif->drv_priv; in __ath10k_htt_tx_txq_recalc()
1157 struct ath10k_vif *arvif; in ath10k_htt_tx_get_vdev_id()
H A Dhtt_rx.c1113 struct ath10k_vif *arvif; in ath10k_htt_rx_h_peer_channel()
1154 struct ath10k_vif *arvif; in ath10k_htt_rx_h_vdev_channel()
3073 struct ath10k_vif *arvif; in ath10k_htt_rx_addba()
3113 struct ath10k_vif *arvif; in ath10k_htt_rx_delba()
H A Dwmi.c1860 static void ath10k_wmi_tx_beacon_nowait(struct ath10k_vif *arvif) in ath10k_wmi_tx_beacon_nowait()
1910 struct ath10k_vif *arvif = (void *)vif->drv_priv; in ath10k_wmi_tx_beacons_iter()
1971 struct ath10k_vif *arvif; in ath10k_wmi_op_gen_mgmt_tx()
3569 struct ath10k_vif *arvif, in ath10k_wmi_update_tim()
3666 static void ath10k_wmi_update_noa(struct ath10k *ar, struct ath10k_vif *arvif, in ath10k_wmi_update_noa()
3842 struct ath10k_vif *arvif; in ath10k_wmi_event_host_swba()
5214 struct ath10k_vif *arvif; in ath10k_wmi_handle_tdls_peer_event()
H A Dwmi-tlv.c173 struct ath10k_vif *arvif; in ath10k_wmi_tlv_event_bcn_tx_status()
561 struct ath10k_vif *arvif; in ath10k_wmi_event_tdls_peer()
3088 struct ath10k_vif *arvif; in ath10k_wmi_tlv_op_gen_mgmt_tx_send()
H A Ddebug.c1767 struct ath10k_vif *arvif; in ath10k_write_simulate_radar()
H A Dwmi.h7413 struct ath10k_vif;