Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dimg.c45 if (entry->notif_ver == IWL_FW_CMD_VER_UNKNOWN) in iwl_fw_lookup_notif_ver()
47 return entry->notif_ver; in iwl_fw_lookup_notif_ver()
H A Ddebugfs.c365 seq_printf(seq, " notif_ver: %d\n", ver->notif_ver); in iwl_dbgfs_fw_info_seq_show()
H A Dfile.h979 u8 notif_ver; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c1057 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, STATISTICS_GROUP, in iwl_mvm_handle_rx_system_oper_stats() local
1060 if (notif_ver != 3) { in iwl_mvm_handle_rx_system_oper_stats()
1063 notif_ver); in iwl_mvm_handle_rx_system_oper_stats()
1087 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, STATISTICS_GROUP, in iwl_mvm_handle_rx_system_oper_part1_stats() local
1090 if (notif_ver != 4) { in iwl_mvm_handle_rx_system_oper_part1_stats()
1093 notif_ver); in iwl_mvm_handle_rx_system_oper_part1_stats()
1117 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_rx_statistics_tlv() local
1120 if (WARN_ONCE(notif_ver > 15, in iwl_mvm_handle_rx_statistics_tlv()
1121 "invalid statistics version id: %d\n", notif_ver)) in iwl_mvm_handle_rx_statistics_tlv()
1124 if (notif_ver == 14) { in iwl_mvm_handle_rx_statistics_tlv()
[all …]
H A Dmac-ctxt.c1598 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_missed_beacons_notif() local
1611 notif_ver = new_notif_ver; in iwl_mvm_handle_missed_beacons_notif()
1614 if (notif_ver < 4) { in iwl_mvm_handle_missed_beacons_notif()
1629 notif_ver < 4 ? "mac" : "link", in iwl_mvm_handle_missed_beacons_notif()
1667 if (notif_ver >= 5 && in iwl_mvm_handle_missed_beacons_notif()
1864 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_channel_switch_start_notif() local
1870 if (notif_ver < 3) { in iwl_mvm_channel_switch_start_notif()
1899 if (notif_ver >= 3) in iwl_mvm_channel_switch_start_notif()
H A Dd3.c2284 u8 notif_ver; in iwl_mvm_lookup_wowlan_status_ver() local
2291 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, in iwl_mvm_lookup_wowlan_status_ver()
2293 if (!notif_ver) in iwl_mvm_lookup_wowlan_status_ver()
2294 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_lookup_wowlan_status_ver()
2297 return notif_ver; in iwl_mvm_lookup_wowlan_status_ver()
2714 u8 notif_ver; in iwl_mvm_parse_wowlan_status_common() local
2732 notif_ver = iwl_mvm_lookup_wowlan_status_ver(mvm); in iwl_mvm_parse_wowlan_status_common()
2734 if (notif_ver < 7) { in iwl_mvm_parse_wowlan_status_common()
2765 } else if (notif_ver == 7) { in iwl_mvm_parse_wowlan_status_common()
2775 } else if (notif_ver == 9 || notif_ver == 10 || notif_ver == 11) { in iwl_mvm_parse_wowlan_status_common()
[all …]
H A Dftm-initiator.c1367 u8 notif_ver = iwl_mvm_ftm_get_range_resp_ver(mvm); in iwl_mvm_ftm_range_resp() local
1375 if (unlikely(!iwl_mvm_ftm_resp_size_validation(notif_ver, pkt_len))) in iwl_mvm_ftm_range_resp()
1404 if (notif_ver >= 8) { in iwl_mvm_ftm_range_resp()
1407 } else if (notif_ver == 7) { in iwl_mvm_ftm_range_resp()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/tests/
H A Dlinks.c51 .notif_ver = 4