/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/ |
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);
|
D | smem.c | 17 u8 api_ver = iwl_fw_lookup_notif_ver(fwrt->fw, SYSTEM_GROUP, in iwl_parse_shared_mem_22000()
|
D | img.h | 269 u8 iwl_fw_lookup_notif_ver(const struct iwl_fw *fw, u8 grp, u8 cmd, u8 def);
|
D | dbg.c | 1493 if (iwl_fw_lookup_notif_ver(fwrt->fw, SYSTEM_GROUP, in iwl_ini_get_rxf_data()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | coex.c | 268 iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_bt_coex_calculate_esr_mode() 270 iwl_fw_lookup_notif_ver(mvm->fw, BT_COEX_GROUP, in iwl_mvm_bt_coex_calculate_esr_mode() 276 if (iwl_fw_lookup_notif_ver(mvm->fw, BT_COEX_GROUP, in iwl_mvm_bt_coex_calculate_esr_mode()
|
D | rx.c | 851 iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, STATISTICS_NOTIFICATION, 0), in iwl_mvm_verify_stats_len() 1049 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, STATISTICS_GROUP, in iwl_mvm_handle_rx_system_oper_stats() 1079 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, STATISTICS_GROUP, in iwl_mvm_handle_rx_system_oper_part1_stats() 1109 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_rx_statistics_tlv() 1198 if (iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_rx_statistics()
|
D | d3.c | 2272 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, in iwl_mvm_lookup_wowlan_status_ver() 2275 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_lookup_wowlan_status_ver() 2299 iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_setup_connection_keep() 2304 if (iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_setup_connection_keep() 2354 if (iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, in iwl_mvm_setup_connection_keep() 2946 if (!iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_query_netdetect_reasons() 3226 int wowlan_info_ver = iwl_fw_lookup_notif_ver(mvm->fw, in iwl_mvm_wait_d3_notif() 3414 return iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_d3_resume_notif_based() 3416 iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_d3_resume_notif_based() 3418 iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_d3_resume_notif_based() [all …]
|
D | mac-ctxt.c | 1603 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_missed_beacons_notif() 1606 u8 new_notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_handle_missed_beacons_notif() 1859 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_channel_switch_start_notif() 1928 if (iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_channel_switch_start_notif()
|
D | tx.c | 326 if (iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, TX_CMD, 0) > 6) in iwl_mvm_get_inject_tx_rate() 342 if (iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, TX_CMD, 0) > 6) in iwl_mvm_get_inject_tx_rate() 1616 if (iwl_fw_lookup_notif_ver(fw, LONG_GROUP, in iwl_mvm_hwrate_to_tx_status() 2358 if (iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, TXPATH_FLUSH, 0) > 0) in iwl_mvm_flush_sta_tids()
|
D | nvm.c | 449 resp_ver = iwl_fw_lookup_notif_ver(mvm->fw, IWL_ALWAYS_LONG_GROUP, in iwl_mvm_update_mcc()
|
D | tt.c | 163 if (iwl_fw_lookup_notif_ver(mvm->fw, PHY_OPS_GROUP, in iwl_mvm_ct_kill_notif()
|
D | rxmq.c | 2087 if (iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_rx_mpdu_mq() 2394 if (iwl_fw_lookup_notif_ver(mvm->fw, DATA_PATH_GROUP, in iwl_mvm_rx_monitor_no_data() 2405 if (iwl_fw_lookup_notif_ver(mvm->fw, DATA_PATH_GROUP, in iwl_mvm_rx_monitor_no_data()
|
D | rs-fw.c | 463 if (iwl_fw_lookup_notif_ver(mvm->fw, DATA_PATH_GROUP, in iwl_mvm_tlc_update_notif()
|
D | utils.c | 456 if (iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_request_statistics()
|
D | time-event.c | 960 iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_rx_session_protect_notif()
|
D | mac80211.c | 145 resp_ver = iwl_fw_lookup_notif_ver(mvm->fw, IWL_ALWAYS_LONG_GROUP, in iwl_mvm_get_regdomain() 1628 if (iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_abort_channel_switch() 5707 if (iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_pre_channel_switch() 5793 if (iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_channel_switch_rx_beacon()
|
D | fw.c | 112 u32 version = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_alive_fn()
|
D | ops.c | 1424 iwl_fw_lookup_notif_ver(mvm->fw, LOCATION_GROUP, in iwl_op_mode_mvm_start()
|
D | scan.c | 2175 iwl_fw_lookup_notif_ver(mvm->fw, SCAN_GROUP, CHANNEL_SURVEY_NOTIF, in iwl_mvm_scan_umac_flags2()
|