Home
last modified time | relevance | path

Searched refs:wmi (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi-ops.h240 ar->wmi.ops->rx(ar, skb); in ath10k_wmi_rx()
248 if (!ar->wmi.ops->map_svc) in ath10k_wmi_map_svc()
259 if (!ar->wmi.ops->map_svc_ext) in ath10k_wmi_map_svc_ext()
270 if (!ar->wmi.ops->pull_scan) in ath10k_wmi_pull_scan()
340 if (!ar->wmi.ops->pull_swba) in ath10k_wmi_pull_swba()
360 if (!ar->wmi.ops->pull_phyerr) in ath10k_wmi_pull_phyerr()
380 if (!ar->wmi.ops->pull_rdy) in ath10k_wmi_pull_rdy()
598 if (!ar->wmi.ops->gen_init) in ath10k_wmi_cmd_init()
1580 struct ath10k_wmi *wmi = &ar->wmi; in ath10k_wmi_pdev_bss_chan_info_request() local
1597 struct ath10k_wmi *wmi = &ar->wmi; in ath10k_wmi_echo() local
[all …]
H A Dthermal.c132 if (!test_bit(WMI_SERVICE_THERM_THROT, ar->wmi.svc_map)) in ath10k_thermal_set_throttling()
135 if (!ar->wmi.ops->gen_pdev_set_quiet_mode) in ath10k_thermal_set_throttling()
160 if (!test_bit(WMI_SERVICE_THERM_THROT, ar->wmi.svc_map)) in ath10k_thermal_register()
185 if (!(ar->wmi.ops->gen_pdev_get_temperature)) in ath10k_thermal_register()
214 if (!test_bit(WMI_SERVICE_THERM_THROT, ar->wmi.svc_map)) in ath10k_thermal_unregister()
H A Dmac.c2692 arvif->ar->wmi.peer_flags->qos)); in ath10k_peer_assoc_h_qos()
2842 ar->wmi.peer_param->smps_state, in ath10k_setup_peer_smps()
2865 param = ar->wmi.vdev_param->txbf; in ath10k_mac_vif_recalc_txbf()
3158 ar->wmi.peer_param->dummy_var, 1); in ath10k_bss_assoc()
3994 ar->wmi.svc_map)) in ath10k_mac_tx_h_get_txpath()
5230 param = ar->wmi.pdev_param->pmf_qos; in ath10k_start()
5715 ar->wmi.svc_map)) { in ath10k_add_interface()
6794 ar->wmi.peer_param->nss, nss); in ath10k_sta_rc_update_wk()
7063 ar->wmi.svc_map))) in ath10k_mac_tid_bitrate_config()
10221 ar->wmi.svc_map)) {
[all …]
H A DMakefile11 wmi.o \
12 wmi-tlv.o \
H A Dwmi.c2411 struct ath10k_wmi *wmi = &ar->wmi; in wmi_process_mgmt_tx_comp() local
2842 complete(&ar->wmi.barrier); in ath10k_wmi_event_echo()
5418 ar->wmi.num_mem_chunks++; in ath10k_wmi_alloc_chunk()
6480 memset(&ar->wmi.svc_map, 0, sizeof(ar->wmi.svc_map)); in ath10k_wmi_connect()
6500 ar->wmi.eid = conn_resp.eid; in ath10k_wmi_connect()
9565 ar->wmi.ops = &wmi_10_4_ops; in ath10k_wmi_attach()
9584 ar->wmi.ops = &wmi_10_2_ops; in ath10k_wmi_attach()
9593 ar->wmi.ops = &wmi_10_1_ops; in ath10k_wmi_attach()
9601 ar->wmi.cmd = &wmi_cmd_map; in ath10k_wmi_attach()
9602 ar->wmi.ops = &wmi_ops; in ath10k_wmi_attach()
[all …]
H A Dcore.c2605 wake_up(&ar->wmi.tx_credits_wq); in ath10k_core_restart()
2715 ar->wmi.rx_decap_mode = ATH10K_HW_TXRX_RAW; in ath10k_core_init_firmware_features()
2951 if (ar->wmi.mem_chunks[i].req_id == in ath10k_core_copy_target_iram()
2953 vaddr = ar->wmi.mem_chunks[i].vaddr; in ath10k_core_copy_target_iram()
2954 len = ar->wmi.mem_chunks[i].len; in ath10k_core_copy_target_iram()
3103 ar->wmi.svc_map)); in ath10k_core_start()
3201 ar->wmi.svc_map)) in ath10k_core_start()
3205 ar->wmi.svc_map)) in ath10k_core_start()
3209 ar->wmi.svc_map)) in ath10k_core_start()
3216 ar->wmi.svc_map)) in ath10k_core_start()
[all …]
H A Dwmi-tlv.c1873 for (i = 0; i < ar->wmi.num_mem_chunks; i++) { in ath10k_wmi_tlv_put_host_mem_chunks()
1888 ar->wmi.svc_map)) { in ath10k_wmi_tlv_put_host_mem_chunks()
1889 paddr = ar->wmi.mem_chunks[i].paddr; in ath10k_wmi_tlv_put_host_mem_chunks()
1896 ar->wmi.mem_chunks[i].len, in ath10k_wmi_tlv_put_host_mem_chunks()
1898 ar->wmi.mem_chunks[i].req_id); in ath10k_wmi_tlv_put_host_mem_chunks()
1919 chunks_len = ar->wmi.num_mem_chunks * in ath10k_wmi_tlv_op_gen_init()
3270 struct ath10k_wmi *wmi = &ar->wmi; in ath10k_wmi_tlv_op_cleanup_mgmt_tx_send() local
3281 struct ath10k_wmi *wmi = &ar->wmi; in ath10k_wmi_mgmt_tx_alloc_msdu_id() local
3294 wmi->mgmt_max_num_pending_tx, GFP_ATOMIC); in ath10k_wmi_mgmt_tx_alloc_msdu_id()
5070 ar->wmi.cmd = &wmi_tlv_cmd_map; in ath10k_wmi_tlv_attach()
[all …]
H A Dwow.c341 if (ar->wmi.rx_decap_mode == ATH10K_HW_TXRX_NATIVE_WIFI) { in ath10k_vif_wow_set_wakeups()
620 if (WARN_ON(!test_bit(WMI_SERVICE_WOW, ar->wmi.svc_map))) in ath10k_wow_init()
625 if (ar->wmi.rx_decap_mode == ATH10K_HW_TXRX_NATIVE_WIFI) { in ath10k_wow_init()
630 if (test_bit(WMI_SERVICE_NLO, ar->wmi.svc_map)) { in ath10k_wow_init()
H A Ddebug.c211 enabled = test_bit(i, ar->wmi.svc_map); in ath10k_read_wmi_services()
559 ar->wmi.cmd->vdev_install_key_cmdid); in ath10k_debug_fw_assert()
621 ar->wmi.vdev_param->rts_threshold, in ath10k_write_simulate_fw_crash()
1773 ar->wmi.pdev_param->cal_period, in ath10k_debug_start()
2039 pdev_param = ar->wmi.pdev_param->enable_btcoex; in ath10k_write_btcoex()
2473 param = ar->wmi.pdev_param->peer_sta_ps_statechg_enable; in ath10k_write_ps_state_enable()
2659 if (test_bit(WMI_SERVICE_THERM_THROT, ar->wmi.svc_map)) in ath10k_debug_register()
2666 if (test_bit(WMI_SERVICE_COEX_GPIO, ar->wmi.svc_map)) in ath10k_debug_register()
2670 if (test_bit(WMI_SERVICE_PEER_STATS, ar->wmi.svc_map)) { in ath10k_debug_register()
2687 if (test_bit(WMI_SERVICE_TPC_STATS_FINAL, ar->wmi.svc_map)) in ath10k_debug_register()
[all …]
H A Dfwlog.c1426 if ((ar->wmi.op_version == in ath10k_fwlog_print()
H A Dcore.h1077 struct ath10k_wmi wmi; member
1327 test_bit(WMI_SERVICE_PEER_STATS, ar->wmi.svc_map)) in ath10k_peer_stats_enabled()
H A Ddebugfs_sta.c433 ar->wmi.peer_param->debug, peer_debug_trigger); in ath10k_dbg_sta_write_peer_debug_trigger()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c702 struct ath11k_pdev_wmi *wmi = ar->wmi; in ath11k_wmi_mgmt_send() local
754 struct ath11k_pdev_wmi *wmi = ar->wmi; in ath11k_wmi_vdev_create() local
845 struct ath11k_pdev_wmi *wmi = ar->wmi; in ath11k_wmi_vdev_delete() local
872 struct ath11k_pdev_wmi *wmi = ar->wmi; in ath11k_wmi_vdev_stop() local
900 struct ath11k_pdev_wmi *wmi = ar->wmi; in ath11k_wmi_vdev_down() local
983 struct ath11k_pdev_wmi *wmi = ar->wmi; in ath11k_wmi_vdev_start() local
1086 struct ath11k_pdev_wmi *wmi = ar->wmi; in ath11k_wmi_vdev_up() local
1140 struct ath11k_pdev_wmi *wmi = ar->wmi; in ath11k_wmi_send_peer_create_cmd() local
1173 struct ath11k_pdev_wmi *wmi = ar->wmi; in ath11k_wmi_send_peer_delete_cmd() local
1205 struct ath11k_pdev_wmi *wmi = ar->wmi; in ath11k_wmi_send_pdev_set_regdomain() local
[all …]
H A Dtestmode.c303 struct ath11k_pdev_wmi *wmi = ar->wmi; in ath11k_tm_cmd_wmi() local
367 skb = ath11k_wmi_alloc_skb(wmi->wmi_ab, buf_len); in ath11k_tm_cmd_wmi()
375 ret = ath11k_wmi_cmd_send(wmi, skb, cmd_id); in ath11k_tm_cmd_wmi()
392 struct ath11k_pdev_wmi *wmi = ar->wmi; in ath11k_tm_cmd_wmi_ftm() local
436 skb = ath11k_wmi_alloc_skb(wmi->wmi_ab, (chunk_len + in ath11k_tm_cmd_wmi_ftm()
457 ret = ath11k_wmi_cmd_send(wmi, skb, cmd_id); in ath11k_tm_cmd_wmi_ftm()
H A DMakefile7 wmi.o \
H A Dwow.c413 if (ar->wmi->wmi_ab->wlan_resource_config.rx_decap_mode == in ath11k_vif_wow_set_wakeups()
855 if (!test_bit(WMI_TLV_SERVICE_WOW, ar->wmi->wmi_ab->svc_map)) in ath11k_wow_init()
860 if (ar->wmi->wmi_ab->wlan_resource_config.rx_decap_mode == in ath11k_wow_init()
866 if (test_bit(WMI_TLV_SERVICE_NLO, ar->wmi->wmi_ab->svc_map)) { in ath11k_wow_init()
H A Dcore.h621 struct ath11k_pdev_wmi *wmi; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c763 struct ath12k_wmi_pdev *wmi = ar->wmi; in ath12k_wmi_mgmt_send() local
808 struct ath12k_wmi_pdev *wmi = ar->wmi; in ath12k_wmi_vdev_create() local
894 struct ath12k_wmi_pdev *wmi = ar->wmi; in ath12k_wmi_vdev_delete() local
921 struct ath12k_wmi_pdev *wmi = ar->wmi; in ath12k_wmi_vdev_stop() local
949 struct ath12k_wmi_pdev *wmi = ar->wmi; in ath12k_wmi_vdev_down() local
1018 struct ath12k_wmi_pdev *wmi = ar->wmi; in ath12k_wmi_vdev_start() local
1114 struct ath12k_wmi_pdev *wmi = ar->wmi; in ath12k_wmi_vdev_up() local
1148 struct ath12k_wmi_pdev *wmi = ar->wmi; in ath12k_wmi_send_peer_create_cmd() local
1181 struct ath12k_wmi_pdev *wmi = ar->wmi; in ath12k_wmi_send_peer_delete_cmd() local
1213 struct ath12k_wmi_pdev *wmi = ar->wmi; in ath12k_wmi_send_pdev_set_regdomain() local
[all …]
H A DMakefile7 wmi.o \
H A Dcore.h474 struct ath12k_wmi_pdev *wmi; member
H A Dwmi.h4776 struct ath12k_wmi_pdev wmi[MAX_RADIOS]; member
4800 int ath12k_wmi_cmd_send(struct ath12k_wmi_pdev *wmi, struct sk_buff *skb,
/freebsd/sys/modules/ath10k/
H A DMakefile12 SRCS+= txrx.c wmi.c wmi-tlv.c
/freebsd/sys/modules/ath12k/
H A DMakefile10 SRCS+= wmi.c mac.c reg.c htc.c qmi.c
/freebsd/sys/modules/ath11k/
H A DMakefile12 SRCS+= wmi.c mac.c reg.c htc.c qmi.c
/freebsd/sys/dev/acpi_support/
H A Dacpi_wmi_if.m107 # Install wmi event handler
122 # Remove wmi event handler

12