/freebsd/sys/contrib/dev/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 | 1501 if (iwl_fw_lookup_notif_ver(fwrt->fw, SYSTEM_GROUP, in iwl_dump_ini_rxf_iter()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | d3.c | 2273 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, in iwl_mvm_parse_wowlan_status_common() 2276 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_parse_wowlan_status_common() 2300 iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_parse_wowlan_status_common() 2305 if (iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_parse_wowlan_status_common() 2355 if (iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, in iwl_mvm_parse_wowlan_status_common() 2947 if (!iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, in iwl_mvm_wait_d3_notif() 3227 int wowlan_info_ver = iwl_fw_lookup_notif_ver(mvm->fw, in iwl_mvm_d3_test_open() 3415 return iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, 3417 iwl_fw_lookup_notif_ver(mvm->fw, PROT_OFFLOAD_GROUP, 3419 iwl_fw_lookup_notif_ver(mv [all...] |
H A D | rx.c | 864 iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, STATISTICS_NOTIFICATION, 0), in iwl_mvm_handle_rx_statistics_tlv() 1059 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, STATISTICS_GROUP, in iwl_mvm_window_status_notif() 1089 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, STATISTICS_GROUP, 1119 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, 1208 if (iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP,
|
H A D | mac-ctxt.c | 1604 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_rx_missed_beacons_notif() 1814 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_channel_switch_start_notif() 1883 if (iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_rx_missed_vap_notif()
|
H A D | tx.c | 326 if (iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, TX_CMD, 0) > 6) in iwl_mvm_get_tx_rate() 342 if (iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, TX_CMD, 0) > 6) in iwl_mvm_get_tx_rate() 1620 if (iwl_fw_lookup_notif_ver(fw, LONG_GROUP, in iwl_mvm_rx_tx_cmd_single() 2362 if (iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, TXPATH_FLUSH, 0) > 0)
|
H A D | nvm.c | 451 resp_ver = iwl_fw_lookup_notif_ver(mvm->fw, IWL_ALWAYS_LONG_GROUP, in iwl_mvm_update_mcc()
|
H A D | tt.c | 165 if (iwl_fw_lookup_notif_ver(mvm->fw, PHY_OPS_GROUP, in iwl_mvm_ct_kill_notif()
|
H A D | rxmq.c | 2111 if (iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_rx_he() 2422 if (iwl_fw_lookup_notif_ver(mvm->fw, DATA_PATH_GROUP, in iwl_mvm_rx_mpdu_mq() 2433 if (iwl_fw_lookup_notif_ver(mvm->fw, DATA_PATH_GROUP, in iwl_mvm_rx_mpdu_mq()
|
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 | 455 if (iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_rx_diversity_allowed()
|
H A D | mac80211.c | 153 resp_ver = iwl_fw_lookup_notif_ver(mvm->fw, IWL_ALWAYS_LONG_GROUP, in iwl_mvm_get_regdomain() 1619 if (iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_mac_add_interface() 5715 if (iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_mac_get_survey() 5801 if (iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_set_sta_rate()
|
H A D | fw.c | 112 u32 version = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_alive_fn()
|
H A D | ops.c | 1380 iwl_fw_lookup_notif_ver(mvm->fw, LOCATION_GROUP, in iwl_op_mode_mvm_start()
|