Searched refs:ath12k_vif (Results 1 – 12 of 12) sorted by relevance
/drivers/net/wireless/ath/ath12k/ |
D | mac.c | 526 struct ath12k_vif *arvif = (void *)vif->drv_priv; in ath12k_get_arvif_iter() 532 struct ath12k_vif *ath12k_mac_get_arvif(struct ath12k *ar, u32 vdev_id) in ath12k_mac_get_arvif() 552 struct ath12k_vif *ath12k_mac_get_arvif_by_vdev_id(struct ath12k_base *ab, in ath12k_mac_get_arvif_by_vdev_id() 557 struct ath12k_vif *arvif; in ath12k_mac_get_arvif_by_vdev_id() 631 struct ath12k_vif *arvif; in ath12k_mac_txpower_recalc() 685 static int ath12k_recalc_rtscts_prot(struct ath12k_vif *arvif) in ath12k_recalc_rtscts_prot() 724 static int ath12k_mac_set_kickout(struct ath12k_vif *arvif) in ath12k_mac_set_kickout() 1120 static int ath12k_mac_setup_bcn_tmpl(struct ath12k_vif *arvif) in ath12k_mac_setup_bcn_tmpl() 1163 static void ath12k_control_beaconing(struct ath12k_vif *arvif, in ath12k_control_beaconing() 1211 struct ath12k_vif *arvif = (void *)vif->drv_priv; in ath12k_peer_assoc_h_basic() [all …]
|
D | mac.h | 64 struct ath12k_vif *ath12k_mac_get_arvif(struct ath12k *ar, u32 vdev_id); 65 struct ath12k_vif *ath12k_mac_get_arvif_by_vdev_id(struct ath12k_base *ab,
|
D | core.h | 192 struct ath12k_vif { struct 248 struct ath12k_vif *arvif; argument 384 struct ath12k_vif *arvif; 830 static inline struct ath12k_vif *ath12k_vif_to_arvif(struct ieee80211_vif *vif) in ath12k_vif_to_arvif() 832 return (struct ath12k_vif *)vif->drv_priv; in ath12k_vif_to_arvif()
|
D | dp_tx.h | 19 int ath12k_dp_tx(struct ath12k *ar, struct ath12k_vif *arvif,
|
D | peer.h | 62 int ath12k_peer_create(struct ath12k *ar, struct ath12k_vif *arvif,
|
D | dp_rx.h | 91 int ath12k_dp_rx_peer_pn_replay_config(struct ath12k_vif *arvif,
|
D | dp.c | 325 u32 ath12k_dp_tx_get_vdev_bank_config(struct ath12k_base *ab, struct ath12k_vif *arvif) in ath12k_dp_tx_get_vdev_bank_config() 363 static int ath12k_dp_tx_get_bank_profile(struct ath12k_base *ab, struct ath12k_vif *arvif, in ath12k_dp_tx_get_bank_profile() 1089 static void ath12k_dp_update_vdev_search(struct ath12k_vif *arvif) in ath12k_dp_update_vdev_search() 1110 void ath12k_dp_vdev_tx_attach(struct ath12k *ar, struct ath12k_vif *arvif) in ath12k_dp_vdev_tx_attach()
|
D | peer.c | 264 int ath12k_peer_create(struct ath12k *ar, struct ath12k_vif *arvif, in ath12k_peer_create()
|
D | dp.h | 18 struct ath12k_vif; 1792 void ath12k_dp_vdev_tx_attach(struct ath12k *ar, struct ath12k_vif *arvif);
|
D | dp_tx.c | 13 ath12k_dp_tx_get_encap_type(struct ath12k_vif *arvif, struct sk_buff *skb) in ath12k_dp_tx_get_encap_type() 128 int ath12k_dp_tx(struct ath12k *ar, struct ath12k_vif *arvif, in ath12k_dp_tx()
|
D | wmi.c | 6403 struct ath12k_vif *arvif; in ath12k_wmi_process_csa_switch_count_event() 6811 struct ath12k_vif *arvif; in ath12k_wmi_simulate_radar()
|
D | dp_rx.c | 1107 int ath12k_dp_rx_peer_pn_replay_config(struct ath12k_vif *arvif, in ath12k_dp_rx_peer_pn_replay_config()
|