Home
last modified time | relevance | path

Searched refs:cmd_ver (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-responder.c53 u8 cmd_ver) in iwl_mvm_ftm_responder_set_bw_v2()
75 if (cmd_ver >= 9) { in iwl_mvm_ftm_responder_set_bw_v2()
128 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, 6); in iwl_mvm_ftm_responder_cmd()
134 if (cmd_ver == 10) { in iwl_mvm_ftm_responder_cmd()
140 if (cmd_ver >= 9) { in iwl_mvm_ftm_responder_cmd()
155 if (cmd_ver >= 8) in iwl_mvm_ftm_responder_cmd()
158 if (cmd_ver >= 7) in iwl_mvm_ftm_responder_cmd()
161 cmd_ver); in iwl_mvm_ftm_responder_cmd()
286 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, in iwl_mvm_ftm_responder_dyn_cfg_cmd()
290 switch (cmd_ver) { in iwl_mvm_ftm_responder_dyn_cfg_cmd()
50 iwl_mvm_ftm_responder_set_bw_v2(struct cfg80211_chan_def * chandef,u8 * format_bw,u8 * ctrl_ch_position,u8 cmd_ver) iwl_mvm_ftm_responder_set_bw_v2() argument
125 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, 6); iwl_mvm_ftm_responder_cmd() local
278 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, iwl_mvm_ftm_responder_dyn_cfg_cmd() local
324 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, iwl_mvm_ftm_respoder_add_pasn_sta() local
[all...]
H A Dfw.c482 u8 cmd_ver; in iwl_mvm_phy_filter_init()
498 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd.id, in iwl_mvm_sgom_init()
500 if (cmd_ver != 1) { in iwl_mvm_sgom_init()
503 cmd_ver); in iwl_mvm_sgom_init()
523 u8 cmd_ver;
539 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd.id, in iwl_send_phy_cfg_cmd()
542 if (cmd_ver != 2) { in iwl_send_phy_cfg_cmd()
544 cmd_ver); in iwl_send_phy_cfg_cmd()
560 u8 cmd_ver; in iwl_send_phy_cfg_cmd()
588 cmd_ver in iwl_run_unified_mvm_ucode()
492 u8 cmd_ver; iwl_mvm_sgom_init() local
536 u8 cmd_ver; iwl_send_phy_cfg_cmd() local
836 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, iwl_mvm_sar_select_profile() local
891 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd.id, iwl_mvm_get_sar_geo_profile() local
940 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, iwl_mvm_sar_geo_init() local
1252 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, iwl_mvm_lari_cfg() local
[all...]
H A Dftm-initiator.c363 u8 cmd_ver; in iwl_mvm_ftm_target_chandef_v2()
385 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, in iwl_mvm_ftm_target_chandef_v2()
389 if (cmd_ver >= 13) { in iwl_mvm_ftm_target_chandef_v2()
1064 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, in iwl_mvm_ftm_rtt_smoothing()
1068 switch (cmd_ver) { in iwl_mvm_ftm_rtt_smoothing()
1328 if (mvm->cmd_ver.range_resp >= 8) in iwl_mvm_ftm_range_resp()
1329 return mvm->cmd_ver.range_resp; in iwl_mvm_ftm_range_resp()
355 u8 cmd_ver; iwl_mvm_ftm_target_chandef_v2() local
922 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, iwl_mvm_ftm_start() local
H A Drs-fw.c618 int cmd_ver; in iwl_mvm_rs_fw_rate_init()
666 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, 0); in iwl_mvm_rs_fw_rate_init()
679 if (cmd_ver == 4) { in iwl_mvm_rs_fw_rate_init()
682 } else if (cmd_ver < 4) { in iwl_mvm_rs_fw_rate_init()
609 int cmd_ver; iwl_mvm_rs_fw_rate_init() local
H A Dtt.c243 u8 cmd_ver; in iwl_mvm_get_temp() local
250 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, in iwl_mvm_get_temp()
253 if (cmd_ver == 1) in iwl_mvm_get_temp()
H A Dd3.c1013 u8 cmd_ver; in iwl_mvm_wowlan_config_key_params() local
1080 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, in iwl_mvm_wowlan_config_key_params()
1083 if (WARN_ON(cmd_ver != 2 && cmd_ver != 3 && cmd_ver != 4 && in iwl_mvm_wowlan_config_key_params()
1084 cmd_ver != IWL_FW_CMD_VER_UNKNOWN)) in iwl_mvm_wowlan_config_key_params()
1100 if (cmd_ver == 4) { in iwl_mvm_wowlan_config_key_params()
1103 if (cmd_ver == 3) in iwl_mvm_wowlan_config_key_params()
2641 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd.id, in iwl_mvm_parse_wowlan_status_common() local
2644 if (cmd_ver == IWL_FW_CMD_VER_UNKNOWN) in iwl_mvm_parse_wowlan_status_common()
H A Dops.c1379 mvm->cmd_ver.range_resp = in iwl_op_mode_mvm_start()
1383 if (WARN_ON_ONCE(mvm->cmd_ver.range_resp > 9)) in iwl_op_mode_mvm_start()
H A Dmac80211.c1497 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, in iwl_mvm_chandef_get_primary_80()
1503 if (cmd_ver == 8) in iwl_mvm_alloc_bcast_mcast_sta()
1505 else if (cmd_ver == 7) in iwl_mvm_alloc_bcast_mcast_sta()
1507 else if (cmd_ver == 6) in iwl_mvm_alloc_bcast_mcast_sta()
6036 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, in iwl_mvm_mac_event_callback()
6076 if (cmd_ver != IWL_FW_CMD_VER_UNKNOWN) in iwl_mvm_sync_rx_queues_internal()
1354 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, iwl_mvm_set_tx_power() local
H A Dmvm.h1321 } cmd_ver; in iwl_mvm_rcu_dereference_vif_id()
1169 } cmd_ver; global() member
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c1046 u8 cmd_ver; iwl_acpi_get_ppag_table() local
1152 u8 cmd_ver; iwl_read_ppag_table() local
H A Dimg.c23 if (entry->cmd_ver == IWL_FW_CMD_VER_UNKNOWN) in iwl_fw_lookup_cmd_ver()
25 return entry->cmd_ver; in iwl_fw_lookup_cmd_ver()
H A Ddebugfs.c364 seq_printf(seq, " cmd_ver: %d\n", ver->cmd_ver);
H A Dfile.h972 * @cmd_ver: command version
978 u8 cmd_ver;
941 u8 cmd_ver; global() member
H A Ddbg.c3335 int cmd_ver = iwl_fw_lookup_cmd_ver(fwrt->fw,
3340 if (cmd_ver == 1) {
3345 } else if (cmd_ver == 2) {
3350 cmd_ver);
3359 if (cmd_ver > 1 && hcmd.resp_pkt) {
3192 int cmd_ver = iwl_fw_lookup_cmd_ver(fwrt->fw, global() local
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c555 fw_suit->cmd_ver = le32_get_bits(hdr->w7, FW_HDR_W7_CMD_VERSERION);
572 fw_suit->cmd_ver = le32_get_bits(hdr->w7, FW_HDR_V1_W3_CMD_VERSERION); in rtw89_build_phy_tbl_from_elm()
604 fw_suit->sub_idex, fw_suit->commitid, fw_suit->cmd_ver, type); in rtw89_build_phy_tbl_from_elm()
H A Dcore.h4392 u8 cmd_ver; in rtw89_hci_tx_write()
3587 u8 cmd_ver; global() member
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h2632 * @cmd_ver: command version
2638 uint8_t cmd_ver; member