/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | img.c | 33 u8 iwl_fw_lookup_notif_ver(const struct iwl_fw *fw, u8 grp, u8 cmd, u8 def) in iwl_fw_lookup_notif_ver() function 53 EXPORT_SYMBOL_GPL(iwl_fw_lookup_notif_ver);
|
H A D | smem.c | 17 u8 api_ver = iwl_fw_lookup_notif_ver(fwrt->fw, SYSTEM_GROUP, in iwl_parse_shared_mem_22000()
|
H A D | img.h | 269 u8 iwl_fw_lookup_notif_ver(const struct iwl_fw *fw, u8 grp, u8 cmd, u8 def);
|
H A D | dbg.c | 1410 if (iwl_fw_lookup_notif_ver(fwrt->fw, SYSTEM_GROUP, in iwl_ini_get_rxf_data()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | d3.c | 2049 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, in iwl_mvm_lookup_wowlan_status_ver() 2052 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_lookup_wowlan_status_ver() 2078 iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_setup_connection_keep() 2118 if (iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, in iwl_mvm_setup_connection_keep() 2623 if (!iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_query_netdetect_reasons() 2900 int wowlan_info_ver = iwl_fw_lookup_notif_ver(mvm->fw, in iwl_mvm_wait_d3_notif() 3065 return iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_d3_resume_notif_based() 3067 iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_d3_resume_notif_based() 3069 iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_d3_resume_notif_based() 3190 if (!iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in __iwl_mvm_resume()
|
H A D | rx.c | 818 iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, STATISTICS_NOTIFICATION, 0), in iwl_mvm_verify_stats_len() 840 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_rx_statistics_tlv() 922 if (iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_rx_statistics()
|
H A D | mac-ctxt.c | 1571 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_rx_missed_beacons_notif() 1764 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_channel_switch_start_notif() 1832 if (iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_channel_switch_start_notif()
|
H A D | tx.c | 308 if (iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, TX_CMD, 0) > 6) in iwl_mvm_get_inject_tx_rate() 1558 if (iwl_fw_lookup_notif_ver(fw, LONG_GROUP, in iwl_mvm_hwrate_to_tx_status() 2295 if (iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, TXPATH_FLUSH, 0) > 0) in iwl_mvm_flush_sta_tids()
|
H A D | nvm.c | 442 resp_ver = iwl_fw_lookup_notif_ver(mvm->fw, IWL_ALWAYS_LONG_GROUP, in iwl_mvm_update_mcc()
|
H A D | tt.c | 163 if (iwl_fw_lookup_notif_ver(mvm->fw, PHY_OPS_GROUP, in iwl_mvm_ct_kill_notif()
|
H A D | rxmq.c | 2372 if (iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_rx_mpdu_mq() 2669 if (iwl_fw_lookup_notif_ver(mvm->fw, DATA_PATH_GROUP, in iwl_mvm_rx_monitor_no_data() 2680 if (iwl_fw_lookup_notif_ver(mvm->fw, DATA_PATH_GROUP, in iwl_mvm_rx_monitor_no_data()
|
H A D | rs-fw.c | 463 if (iwl_fw_lookup_notif_ver(mvm->fw, DATA_PATH_GROUP, in iwl_mvm_tlc_update_notif()
|
H A D | utils.c | 362 if (iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_request_statistics()
|
H A D | mac80211.c | 132 resp_ver = iwl_fw_lookup_notif_ver(mvm->fw, IWL_ALWAYS_LONG_GROUP, in iwl_mvm_get_regdomain() 1467 if (iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_abort_channel_switch() 5463 if (iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_pre_channel_switch() 5543 if (iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_channel_switch_rx_beacon()
|
H A D | fw.c | 113 u32 version = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_alive_fn()
|
H A D | ops.c | 1242 iwl_fw_lookup_notif_ver(mvm->fw, LOCATION_GROUP, in iwl_op_mode_mvm_start()
|