Home
last modified time | relevance | path

Searched refs:ucode_capa (Results 1 – 25 of 52) sorted by relevance

123

/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dimg.c17 if (!fw->ucode_capa.cmd_versions || in iwl_fw_lookup_cmd_ver()
18 !fw->ucode_capa.n_cmd_versions) in iwl_fw_lookup_cmd_ver()
21 entry = fw->ucode_capa.cmd_versions; in iwl_fw_lookup_cmd_ver()
22 for (i = 0; i < fw->ucode_capa.n_cmd_versions; i++, entry++) { in iwl_fw_lookup_cmd_ver()
39 if (!fw->ucode_capa.cmd_versions || in iwl_fw_lookup_notif_ver()
40 !fw->ucode_capa.n_cmd_versions) in iwl_fw_lookup_notif_ver()
43 entry = fw->ucode_capa.cmd_versions; in iwl_fw_lookup_notif_ver()
44 for (i = 0; i < fw->ucode_capa.n_cmd_versions; i++, entry++) { in iwl_fw_lookup_notif_ver()
H A Ddebugfs.c339 if (*pos >= fw->ucode_capa.n_cmd_versions) { in iwl_dbgfs_fw_info_seq_next()
359 if (*pos >= fw->ucode_capa.n_cmd_versions) in iwl_dbgfs_fw_info_seq_start()
380 has_capa = fw_has_capa(&fw->ucode_capa, in iwl_dbgfs_fw_info_seq_show()
386 has_capa = fw_has_capa(&fw->ucode_capa, in iwl_dbgfs_fw_info_seq_show()
392 has_capa = fw_has_capa(&fw->ucode_capa, in iwl_dbgfs_fw_info_seq_show()
401 ver = &fw->ucode_capa.cmd_versions[state->pos]; in iwl_dbgfs_fw_info_seq_show()
H A Dregulatory.c321 if (!fw_has_capa(&fwrt->fw->ucode_capa, IWL_UCODE_TLV_CAPA_SET_PPAG)) { in iwl_fill_ppag_table()
389 !fw_has_capa(&fwrt->fw->ucode_capa, in iwl_fill_ppag_table()
520 if (fw_has_capa(&fwrt->fw->ucode_capa, in iwl_get_lari_config_bitmap()
582 bool has_raw_dsm_capa = fw_has_capa(&fwrt->fw->ucode_capa, in iwl_fill_lari_config()
614 !fw_has_capa(&fwrt->fw->ucode_capa, in iwl_fill_lari_config()
635 !fw_has_capa(&fwrt->fw->ucode_capa, in iwl_fill_lari_config()
H A Dsmem.c64 if (fw_has_capa(&fwrt->fw->ucode_capa, in iwl_parse_shared_mem()
90 if (fw_has_capa(&fwrt->fw->ucode_capa, in iwl_get_shared_mem_conf()
H A Dpnvm.c339 ret = iwl_trans_load_pnvm(trans, pnvm_data, &fw->ucode_capa); in iwl_pnvm_load_pnvm_to_trans()
345 iwl_trans_set_pnvm(trans, &fw->ucode_capa); in iwl_pnvm_load_pnvm_to_trans()
415 iwl_pnvm_load_reduce_power_to_trans(trans, &fw->ucode_capa, sku_id); in iwl_pnvm_load()
H A Dimg.h183 * @ucode_capa: capabilities parsed from the ucode file.
211 struct iwl_ucode_capabilities ucode_capa; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmvm.h1445 if (sta_id >= mvm->fw->ucode_capa.num_stations) in iwl_mvm_sta_from_staid_rcu()
1462 if (sta_id >= mvm->fw->ucode_capa.num_stations) in iwl_mvm_sta_from_staid_protected()
1490 return fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_is_adaptive_dwell_supported()
1496 return fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_is_adaptive_dwell_v2_supported()
1502 return fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_is_adwell_hb_ap_num_supported()
1509 return fw_has_api(&mvm->fw->ucode_capa, IWL_UCODE_TLV_API_OCE); in iwl_mvm_is_oce_supported()
1514 return fw_has_api(&mvm->fw->ucode_capa, IWL_UCODE_TLV_API_FRAG_EBS); in iwl_mvm_is_frag_ebs_supported()
1519 return fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_is_short_beacon_notif_supported()
1538 bool tlv_lar = fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_is_lar_supported()
1553 return fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_is_wifi_mcc_supported()
[all...]
H A Dfw.c310 !(fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_load_ucode_wait_alive()
878 } else if (fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_sar_select_profile()
883 } else if (fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_sar_select_profile()
940 else if (fw_has_api(&mvm->fwrt.fw->ucode_capa, in iwl_mvm_get_sar_geo_profile()
1010 } else if (fw_has_api(&mvm->fwrt.fw->ucode_capa, in iwl_mvm_sar_geo_init()
1094 if (!fw_has_capa(&mvm->fw->ucode_capa, IWL_UCODE_TLV_CAPA_TAS_CFG)) { in iwl_mvm_tas_init()
1156 if (fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_tas_init()
1265 u32 error_log_size = mvm->fw->ucode_capa.error_log_size; in iwl_mvm_send_recovery_cmd()
1412 if (fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_up()
1436 for (i = 0; i < mvm->fw->ucode_capa in iwl_mvm_up()
[all...]
H A Dtdls.c24 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_teardown_tdls_peers()
47 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_tdls_sta_count()
91 for (i = 0; i < mvm->fw->ucode_capa.num_stations; i++) { in iwl_mvm_tdls_config()
137 if (fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_recalc_tdls_state()
155 if (fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_mac_mgd_protect_tdls_discover()
220 if (WARN_ON(sta_id >= mvm->fw->ucode_capa.num_stations)) in iwl_mvm_rx_tdls_notif()
H A Dbinding.c32 if (fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_binding_cmd()
169 if (!fw_has_capa(&mvm->fw->ucode_capa, IWL_UCODE_TLV_CAPA_CDB_SUPPORT) || in iwl_mvm_get_lmac_id()
H A Doffloading.c50 u32 capa_flags = mvm->fw->ucode_capa.flags; in iwl_mvm_send_proto_offload()
202 if (fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_send_proto_offload()
H A Dled.c35 if (fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_led_set()
H A Dd3.c995 bool unified = fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_wowlan_config_key_params()
1026 if (!fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_wowlan_config_key_params()
1122 bool unified_image = fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_wowlan_config()
1164 if (fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_wowlan_config()
1183 bool unified_image = fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_netdetect_config()
1265 bool unified_image = fw_has_capa(&mvm->fw->ucode_capa, in __iwl_mvm_suspend()
2088 if (!fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_lookup_wowlan_status_ver()
2625 if (fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_netdetect_query_results()
2663 if (fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_query_num_match_chans()
2689 if (fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_query_set_freqs()
[all...]
H A Dtime-sync.c135 if (!fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_time_sync_config()
H A Dsf.c235 if (fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_sf_update()
H A Dquota.c106 if (fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_update_quotas()
H A Dtime-event.c833 } else if (fw_has_capa(&mvm->fw->ucode_capa, in __iwl_mvm_remove_time_event()
938 if (fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_stop_session_protection()
1184 if (fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_start_p2p_roc()
1284 } else if (fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_stop_roc()
H A Dnvm.c463 } else if (fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_update_mcc()
544 tlv_lar = fw_has_capa(&mvm->fw->ucode_capa, in iwl_mvm_init_mcc()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmld.h516 arr_sz = mld->fw->ucode_capa.num_stations; \
519 arr_sz = mld->fw->ucode_capa.num_links; \
535 if (IWL_FW_CHECK(mld, fw_link_id >= mld->fw->ucode_capa.num_links, in iwl_mld_fw_id_to_link_conf()
576 if (!fw_has_capa(&mld->fw->ucode_capa, in iwl_mld_get_lmac_id()
H A Dregulatory.c201 bool has_raw_dsm_capa = fw_has_capa(&fwrt->fw->ucode_capa, in iwl_mld_configure_lari()
325 if (!fw_has_capa(&mld->fw->ucode_capa, IWL_UCODE_TLV_CAPA_TAS_CFG)) { in iwl_mld_init_tas()
H A Dmlo.h47 return mld->fw->ucode_capa.num_beacons; in iwl_mld_max_active_links()
H A Dmac80211.c262 const struct iwl_ucode_capabilities *ucode_capa = &mld->fw->ucode_capa; in iwl_mac_hw_set_wiphy() local
335 if (fw_has_capa(ucode_capa, IWL_UCODE_TLV_CAPA_PROTECTED_TWT)) in iwl_mac_hw_set_wiphy()
835 for (int i = 0; i < mld->fw->ucode_capa.num_stations; i++) { in iwl_mld_teardown_tdls_peers()
1350 mld->fw->ucode_capa.n_scan_channels)) in iwl_mld_mac80211_hw_scan()
1543 for (int i = 0; i < mld->fw->ucode_capa.num_stations; i++) { in iwl_mld_tdls_sta_count()
1826 for (int i = 0; i < mld->fw->ucode_capa.num_stations; i++) { in iwl_mld_mac80211_flush()
H A Dmld.c603 u32 src_size = mld->fw->ucode_capa.error_log_size; in iwl_mld_read_error_recovery_buffer()
604 u32 src_addr = mld->fw->ucode_capa.error_log_addr; in iwl_mld_read_error_recovery_buffer()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c135 kfree(drv->fw.ucode_capa.cmd_versions); in iwl_dealloc_ucode()
553 const struct iwl_ucode_capa *ucode_capa = (const void *)data; in iwl_set_ucode_capabilities() local
554 u32 api_index = le32_to_cpu(ucode_capa->api_index); in iwl_set_ucode_capabilities()
555 u32 api_flags = le32_to_cpu(ucode_capa->api_capa); in iwl_set_ucode_capabilities()
696 } else if (fw_has_capa(&drv->fw.ucode_capa, in iwl_drv_set_dump_exclude()
1606 fw->ucode_capa.max_probe_length = IWL_DEFAULT_MAX_PROBE_LENGTH; in iwl_req_fw_callback()
1607 fw->ucode_capa.standard_phy_calibration_size = in iwl_req_fw_callback()
1609 fw->ucode_capa.n_scan_channels = IWL_DEFAULT_SCAN_CHANNELS; in iwl_req_fw_callback()
1610 fw->ucode_capa.num_stations = IWL_STATION_COUNT_MAX; in iwl_req_fw_callback()
1611 fw->ucode_capa in iwl_req_fw_callback()
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/mld/tests/
H A Dutils.c44 fw->ucode_capa.num_stations = IWL_STATION_COUNT_MAX; in iwlmld_kunit_test_init()
45 fw->ucode_capa.num_links = IWL_FW_MAX_LINK_ID + 1; in iwlmld_kunit_test_init()

123