Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/
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()
Ddebugfs.c365 seq_printf(seq, " notif_ver: %d\n", ver->notif_ver); in iwl_dbgfs_fw_info_seq_show()
Dfile.h979 u8 notif_ver; member
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Drx.c1049 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, STATISTICS_GROUP, in iwl_mvm_handle_rx_system_oper_stats() local
1052 if (notif_ver != 3) { in iwl_mvm_handle_rx_system_oper_stats()
1055 notif_ver); 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() local
1082 if (notif_ver != 4) { in iwl_mvm_handle_rx_system_oper_part1_stats()
1085 notif_ver); 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() local
1112 if (WARN_ONCE(notif_ver > 15, in iwl_mvm_handle_rx_statistics_tlv()
1113 "invalid statistics version id: %d\n", notif_ver)) in iwl_mvm_handle_rx_statistics_tlv()
1116 if (notif_ver == 14) { in iwl_mvm_handle_rx_statistics_tlv()
[all …]
Dmac-ctxt.c1603 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_missed_beacons_notif() local
1615 notif_ver = new_notif_ver; in iwl_mvm_handle_missed_beacons_notif()
1618 if (notif_ver < 4) { in iwl_mvm_handle_missed_beacons_notif()
1633 notif_ver < 4 ? "mac" : "link", in iwl_mvm_handle_missed_beacons_notif()
1669 if (notif_ver >= 5 && 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() local
1865 if (notif_ver < 3) { in iwl_mvm_channel_switch_start_notif()
1894 if (notif_ver >= 3) in iwl_mvm_channel_switch_start_notif()
Dd3.c2265 u8 notif_ver; in iwl_mvm_lookup_wowlan_status_ver() local
2272 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, in iwl_mvm_lookup_wowlan_status_ver()
2274 if (!notif_ver) 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()
2278 return notif_ver; in iwl_mvm_lookup_wowlan_status_ver()
2638 u8 notif_ver; in iwl_mvm_parse_wowlan_status_common() local
2656 notif_ver = iwl_mvm_lookup_wowlan_status_ver(mvm); in iwl_mvm_parse_wowlan_status_common()
2658 if (notif_ver < 7) { in iwl_mvm_parse_wowlan_status_common()
2689 } else if (notif_ver == 7) { in iwl_mvm_parse_wowlan_status_common()
2699 } else if (notif_ver == 9 || notif_ver == 10 || notif_ver == 11) { in iwl_mvm_parse_wowlan_status_common()
[all …]
Dftm-initiator.c1365 u8 notif_ver = iwl_mvm_ftm_get_range_resp_ver(mvm); in iwl_mvm_ftm_range_resp() local
1373 if (unlikely(!iwl_mvm_ftm_resp_size_validation(notif_ver, pkt_len))) in iwl_mvm_ftm_range_resp()
1402 if (notif_ver >= 8) { in iwl_mvm_ftm_range_resp()
1405 } else if (notif_ver == 7) { in iwl_mvm_ftm_range_resp()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/tests/
Dlinks.c51 .notif_ver = 4