Lines Matching refs:ar

6248 int ath10k_wmi_attach(struct ath10k *ar);
6249 void ath10k_wmi_detach(struct ath10k *ar);
6250 void ath10k_wmi_free_host_mem(struct ath10k *ar);
6251 int ath10k_wmi_wait_for_service_ready(struct ath10k *ar);
6252 int ath10k_wmi_wait_for_unified_ready(struct ath10k *ar);
6254 struct sk_buff *ath10k_wmi_alloc_skb(struct ath10k *ar, u32 len);
6255 int ath10k_wmi_connect(struct ath10k *ar);
6257 struct sk_buff *ath10k_wmi_alloc_skb(struct ath10k *ar, u32 len);
6258 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id);
6259 int ath10k_wmi_cmd_send_nowait(struct ath10k *ar, struct sk_buff *skb,
6261 void ath10k_wmi_start_scan_init(struct ath10k *ar, struct wmi_start_scan_arg *);
6273 void ath10k_wmi_put_host_mem_chunks(struct ath10k *ar,
6283 int ath10k_wmi_event_scan(struct ath10k *ar, struct sk_buff *skb);
6284 int ath10k_wmi_event_mgmt_rx(struct ath10k *ar, struct sk_buff *skb);
6285 void ath10k_wmi_event_chan_info(struct ath10k *ar, struct sk_buff *skb);
6286 void ath10k_wmi_event_echo(struct ath10k *ar, struct sk_buff *skb);
6287 int ath10k_wmi_event_debug_mesg(struct ath10k *ar, struct sk_buff *skb);
6288 void ath10k_wmi_event_update_stats(struct ath10k *ar, struct sk_buff *skb);
6289 void ath10k_wmi_event_vdev_start_resp(struct ath10k *ar, struct sk_buff *skb);
6290 void ath10k_wmi_event_vdev_stopped(struct ath10k *ar, struct sk_buff *skb);
6291 void ath10k_wmi_event_peer_sta_kickout(struct ath10k *ar, struct sk_buff *skb);
6292 void ath10k_wmi_event_host_swba(struct ath10k *ar, struct sk_buff *skb);
6293 void ath10k_wmi_event_tbttoffset_update(struct ath10k *ar, struct sk_buff *skb);
6294 void ath10k_wmi_event_dfs(struct ath10k *ar,
6296 void ath10k_wmi_event_spectral_scan(struct ath10k *ar,
6299 void ath10k_wmi_event_phyerr(struct ath10k *ar, struct sk_buff *skb);
6300 void ath10k_wmi_event_roam(struct ath10k *ar, struct sk_buff *skb);
6301 void ath10k_wmi_event_profile_match(struct ath10k *ar, struct sk_buff *skb);
6302 void ath10k_wmi_event_debug_print(struct ath10k *ar, struct sk_buff *skb);
6303 void ath10k_wmi_event_pdev_qvit(struct ath10k *ar, struct sk_buff *skb);
6304 void ath10k_wmi_event_wlan_profile_data(struct ath10k *ar, struct sk_buff *skb);
6305 void ath10k_wmi_event_rtt_measurement_report(struct ath10k *ar,
6307 void ath10k_wmi_event_tsf_measurement_report(struct ath10k *ar,
6309 void ath10k_wmi_event_rtt_error_report(struct ath10k *ar, struct sk_buff *skb);
6310 void ath10k_wmi_event_wow_wakeup_host(struct ath10k *ar, struct sk_buff *skb);
6311 void ath10k_wmi_event_dcs_interference(struct ath10k *ar, struct sk_buff *skb);
6312 void ath10k_wmi_event_pdev_tpc_config(struct ath10k *ar, struct sk_buff *skb);
6313 void ath10k_wmi_event_pdev_ftm_intg(struct ath10k *ar, struct sk_buff *skb);
6314 void ath10k_wmi_event_gtk_offload_status(struct ath10k *ar,
6316 void ath10k_wmi_event_gtk_rekey_fail(struct ath10k *ar, struct sk_buff *skb);
6317 void ath10k_wmi_event_delba_complete(struct ath10k *ar, struct sk_buff *skb);
6318 void ath10k_wmi_event_addba_complete(struct ath10k *ar, struct sk_buff *skb);
6319 void ath10k_wmi_event_vdev_install_key_complete(struct ath10k *ar,
6321 void ath10k_wmi_event_inst_rssi_stats(struct ath10k *ar, struct sk_buff *skb);
6322 void ath10k_wmi_event_vdev_standby_req(struct ath10k *ar, struct sk_buff *skb);
6323 void ath10k_wmi_event_vdev_resume_req(struct ath10k *ar, struct sk_buff *skb);
6324 void ath10k_wmi_event_service_ready(struct ath10k *ar, struct sk_buff *skb);
6325 int ath10k_wmi_event_ready(struct ath10k *ar, struct sk_buff *skb);
6326 int ath10k_wmi_op_pull_phyerr_ev(struct ath10k *ar, const void *phyerr_buf,
6328 void ath10k_wmi_main_op_fw_stats_fill(struct ath10k *ar,
6331 void ath10k_wmi_10x_op_fw_stats_fill(struct ath10k *ar,
6336 void ath10k_wmi_10_4_op_fw_stats_fill(struct ath10k *ar,