Home
last modified time | relevance | path

Searched refs:ath11k_vif (Results 1 – 18 of 18) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dmac.h152 struct ath11k_vif *ath11k_mac_get_arvif(struct ath11k *ar, u32 vdev_id);
153 struct ath11k_vif *ath11k_mac_get_arvif_by_vdev_id(struct ath11k_base *ab,
156 u8 ath11k_mac_get_target_pdev_id_from_vif(struct ath11k_vif *arvif);
157 struct ath11k_vif *ath11k_mac_get_vif_up(struct ath11k_base *ab);
173 void ath11k_mac_bcn_tx_event(struct ath11k_vif *arvif);
175 int ath11k_mac_vif_set_keepalive(struct ath11k_vif *arvif,
Dspectral.h45 int ath11k_spectral_vif_stop(struct ath11k_vif *arvif);
61 static inline int ath11k_spectral_vif_stop(struct ath11k_vif *arvif) in ath11k_spectral_vif_stop()
Dwow.c96 static int ath11k_wow_vif_cleanup(struct ath11k_vif *arvif) in ath11k_wow_vif_cleanup()
124 struct ath11k_vif *arvif; in ath11k_wow_cleanup()
337 static int ath11k_vif_wow_set_wakeups(struct ath11k_vif *arvif, in ath11k_vif_wow_set_wakeups()
466 struct ath11k_vif *arvif; in ath11k_wow_set_wakeups()
483 static int ath11k_vif_wow_clean_nlo(struct ath11k_vif *arvif) in ath11k_vif_wow_clean_nlo()
511 struct ath11k_vif *arvif; in ath11k_wow_nlo_cleanup()
530 struct ath11k_vif *arvif; in ath11k_wow_set_hw_filter()
554 struct ath11k_vif *arvif; in ath11k_wow_clear_hw_filter()
574 struct ath11k_vif *arvif; in ath11k_wow_arp_ns_offload()
597 struct ath11k_vif *arvif; in ath11k_gtk_rekey_offload()
[all …]
Ddebugfs.h309 void ath11k_debugfs_add_interface(struct ath11k_vif *arvif);
310 void ath11k_debugfs_remove_interface(struct ath11k_vif *arvif);
389 static inline void ath11k_debugfs_add_interface(struct ath11k_vif *arvif) in ath11k_debugfs_add_interface()
393 static inline void ath11k_debugfs_remove_interface(struct ath11k_vif *arvif) in ath11k_debugfs_remove_interface()
Dmac.c565 struct ath11k_vif *arvif = (void *)vif->drv_priv; in ath11k_get_arvif_iter()
571 struct ath11k_vif *ath11k_mac_get_arvif(struct ath11k *ar, u32 vdev_id) in ath11k_mac_get_arvif()
592 struct ath11k_vif *ath11k_mac_get_arvif_by_vdev_id(struct ath11k_base *ab, in ath11k_mac_get_arvif_by_vdev_id()
597 struct ath11k_vif *arvif; in ath11k_mac_get_arvif_by_vdev_id()
651 struct ath11k_vif *ath11k_mac_get_vif_up(struct ath11k_base *ab) in ath11k_mac_get_vif_up()
655 struct ath11k_vif *arvif; in ath11k_mac_get_vif_up()
677 u8 ath11k_mac_get_target_pdev_id_from_vif(struct ath11k_vif *arvif) in ath11k_mac_get_target_pdev_id_from_vif()
702 struct ath11k_vif *arvif; in ath11k_mac_get_target_pdev_id()
733 struct ath11k_vif *arvif; in ath11k_mac_txpower_recalc()
787 static int ath11k_recalc_rtscts_prot(struct ath11k_vif *arvif) in ath11k_recalc_rtscts_prot()
[all …]
Ddp_tx.h20 int ath11k_dp_tx(struct ath11k *ar, struct ath11k_vif *arvif,
Dcore.h304 struct ath11k_vif { struct
365 struct ath11k_vif *arvif; argument
471 struct ath11k_vif *arvif;
1195 static inline struct ath11k_vif *ath11k_vif_to_arvif(struct ieee80211_vif *vif) in ath11k_vif_to_arvif()
1197 return (struct ath11k_vif *)vif->drv_priv; in ath11k_vif_to_arvif()
Dpeer.h50 int ath11k_peer_create(struct ath11k *ar, struct ath11k_vif *arvif,
Dspectral.c155 static struct ath11k_vif *ath11k_spectral_get_vdev(struct ath11k *ar) in ath11k_spectral_get_vdev()
157 struct ath11k_vif *arvif; in ath11k_spectral_get_vdev()
175 struct ath11k_vif *arvif; in ath11k_spectral_scan_trigger()
208 struct ath11k_vif *arvif; in ath11k_spectral_scan_config()
892 int ath11k_spectral_vif_stop(struct ath11k_vif *arvif) in ath11k_spectral_vif_stop()
Ddp_rx.h48 int ath11k_dp_peer_rx_pn_replay_config(struct ath11k_vif *arvif,
Ddebugfs.c390 struct ath11k_vif *arvif; in ath11k_open_bcn_stats()
1645 struct ath11k_vif *arvif = file->private_data; in ath11k_write_twt_add_dialog()
1721 struct ath11k_vif *arvif = file->private_data; in ath11k_write_twt_del_dialog()
1768 struct ath11k_vif *arvif = file->private_data; in ath11k_write_twt_pause_dialog()
1807 struct ath11k_vif *arvif = file->private_data; in ath11k_write_twt_resume_dialog()
1864 void ath11k_debugfs_add_interface(struct ath11k_vif *arvif) in ath11k_debugfs_add_interface()
1888 void ath11k_debugfs_remove_interface(struct ath11k_vif *arvif) in ath11k_debugfs_remove_interface()
Ddp.h17 struct ath11k_vif;
1681 void ath11k_dp_vdev_tx_attach(struct ath11k *ar, struct ath11k_vif *arvif);
Ddp.c966 static void ath11k_dp_update_vdev_search(struct ath11k_vif *arvif) in ath11k_dp_update_vdev_search()
994 void ath11k_dp_vdev_tx_attach(struct ath11k *ar, struct ath11k_vif *arvif) in ath11k_dp_vdev_tx_attach()
Dwmi.c995 struct ath11k_vif *arvif; in ath11k_wmi_vdev_up()
1693 struct ath11k_vif *arvif = ath11k_mac_get_arvif(ar, vdev_id); in ath11k_wmi_bcn_tmpl()
3829 struct ath11k_vif *arvif; in ath11k_wmi_obss_color_collision_event()
5814 struct ath11k_vif *arvif; in ath11k_wmi_tlv_rssi_chain_parse()
5882 struct ath11k_vif *arvif; in ath11k_wmi_tlv_fw_stats_data_parse()
6245 struct ath11k_vif *arvif = ath11k_mac_get_arvif(ar, vdev->vdev_id); in ath11k_wmi_fw_vdev_stats_fill()
6319 struct ath11k_vif *arvif = ath11k_mac_get_arvif(ar, bcn->vdev_id); in ath11k_wmi_fw_bcn_stats_fill()
6784 struct ath11k_vif *arvif; in ath11k_bcn_tx_status_event()
7641 struct ath11k_vif *arvif; in ath11k_wmi_process_csa_switch_count_event()
7972 struct ath11k_vif *arvif; in ath11k_wmi_gtk_offload_status_event()
[all …]
Dpeer.c370 int ath11k_peer_create(struct ath11k *ar, struct ath11k_vif *arvif, in ath11k_peer_create()
Ddp_tx.c16 ath11k_dp_tx_get_encap_type(struct ath11k_vif *arvif, struct sk_buff *skb) in ath11k_dp_tx_get_encap_type()
82 int ath11k_dp_tx(struct ath11k *ar, struct ath11k_vif *arvif, in ath11k_dp_tx()
Dwmi.h16 struct ath11k_vif;
6144 struct ath11k_vif *arvif, bool enable);
6146 struct ath11k_vif *arvif, bool enable);
6148 struct ath11k_vif *arvif);
Ddp_rx.c1161 int ath11k_dp_peer_rx_pn_replay_config(struct ath11k_vif *arvif, in ath11k_dp_peer_rx_pn_replay_config()