Home
last modified time | relevance | path

Searched refs:notif_ver (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c943 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, STATISTICS_GROUP, in iwl_mvm_handle_rx_system_oper_stats() local
946 if (notif_ver != 3) { in iwl_mvm_handle_rx_system_oper_stats()
949 notif_ver); in iwl_mvm_handle_rx_system_oper_stats()
971 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, STATISTICS_GROUP, in iwl_mvm_handle_rx_system_oper_part1_stats() local
974 if (notif_ver != 4) { in iwl_mvm_handle_rx_system_oper_part1_stats()
977 notif_ver); in iwl_mvm_handle_rx_system_oper_part1_stats()
1001 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_rx_statistics_tlv() local
1004 if (WARN_ONCE(notif_ver > 15, in iwl_mvm_handle_rx_statistics_tlv()
1005 "invalid statistics version id: %d\n", notif_ver)) in iwl_mvm_handle_rx_statistics_tlv()
1008 if (notif_ver == 14) { in iwl_mvm_handle_rx_statistics_tlv()
[all …]
H A Dmac-ctxt.c1585 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_missed_beacons_notif() local
1597 notif_ver = new_notif_ver; in iwl_mvm_handle_missed_beacons_notif()
1601 notif_ver < 4 ? "mac" : "link", in iwl_mvm_handle_missed_beacons_notif()
1821 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_channel_switch_start_notif() local
1827 if (notif_ver < 3) { in iwl_mvm_channel_switch_start_notif()
1855 if (notif_ver >= 3) in iwl_mvm_channel_switch_start_notif()
H A Dd3.c1949 u8 notif_ver; in iwl_mvm_lookup_wowlan_status_ver() local
1956 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, in iwl_mvm_lookup_wowlan_status_ver()
1958 if (!notif_ver) in iwl_mvm_lookup_wowlan_status_ver()
1959 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_lookup_wowlan_status_ver()
1962 return notif_ver; in iwl_mvm_lookup_wowlan_status_ver()
2307 u8 notif_ver; in iwl_mvm_parse_wowlan_status_common() local
2325 notif_ver = iwl_mvm_lookup_wowlan_status_ver(mvm); in iwl_mvm_parse_wowlan_status_common()
2327 if (notif_ver < 7) { in iwl_mvm_parse_wowlan_status_common()
2360 } else if (notif_ver == 7) { in iwl_mvm_parse_wowlan_status_common()
2374 notif_ver); in iwl_mvm_parse_wowlan_status_common()
H A Dftm-initiator.c1301 u8 notif_ver = iwl_mvm_ftm_get_range_resp_ver(mvm); in iwl_mvm_ftm_range_resp() local
1309 if (unlikely(!iwl_mvm_ftm_resp_size_validation(notif_ver, pkt_len))) in iwl_mvm_ftm_range_resp()
1338 if (notif_ver >= 8) { in iwl_mvm_ftm_range_resp()
1341 } else if (notif_ver == 7) { in iwl_mvm_ftm_range_resp()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dnotif.c489 size_t notif_ver; in iwl_mld_notif_is_valid() local
500 notif_ver = iwl_fw_lookup_notif_ver(mld->fw, in iwl_mld_notif_is_valid()
506 if (handler->sizes[i].ver != notif_ver) in iwl_mld_notif_is_valid()
518 handler->cmd_id, notif_ver, in iwl_mld_notif_is_valid()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h1044 u8 notif_ver; member