Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/
H A Dimg.c46 if (entry->notif_ver == IWL_FW_CMD_VER_UNKNOWN) in iwl_fw_lookup_notif_ver()
48 return entry->notif_ver; in iwl_fw_lookup_notif_ver()
H A Ddebugfs.c403 seq_printf(seq, " notif_ver: %d\n", ver->notif_ver); in iwl_dbgfs_fw_info_seq_show()
H A Dfile.h986 u8 notif_ver; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c1075 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, STATISTICS_GROUP, in iwl_mvm_handle_rx_system_oper_stats() local
1078 if (notif_ver != 3) { in iwl_mvm_handle_rx_system_oper_stats()
1081 notif_ver); in iwl_mvm_handle_rx_system_oper_stats()
1105 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, STATISTICS_GROUP, in iwl_mvm_handle_rx_system_oper_part1_stats() local
1108 if (notif_ver != 4) { in iwl_mvm_handle_rx_system_oper_part1_stats()
1111 notif_ver); in iwl_mvm_handle_rx_system_oper_part1_stats()
1135 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_rx_statistics_tlv() local
1138 if (WARN_ONCE(notif_ver > 15, in iwl_mvm_handle_rx_statistics_tlv()
1139 "invalid statistics version id: %d\n", notif_ver)) in iwl_mvm_handle_rx_statistics_tlv()
1142 if (notif_ver == 14) { in iwl_mvm_handle_rx_statistics_tlv()
[all …]
H A Dmac-ctxt.c1583 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_missed_beacons_notif() local
1596 notif_ver = new_notif_ver; in iwl_mvm_handle_missed_beacons_notif()
1599 if (notif_ver < 4) { in iwl_mvm_handle_missed_beacons_notif()
1614 notif_ver < 4 ? "mac" : "link", in iwl_mvm_handle_missed_beacons_notif()
1652 if (notif_ver >= 5 && in iwl_mvm_handle_missed_beacons_notif()
1849 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_channel_switch_start_notif() local
1855 if (notif_ver < 3) { in iwl_mvm_channel_switch_start_notif()
1884 if (notif_ver >= 3) in iwl_mvm_channel_switch_start_notif()
H A Dd3.c2277 u8 notif_ver; in iwl_mvm_lookup_wowlan_status_ver() local
2284 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, in iwl_mvm_lookup_wowlan_status_ver()
2286 if (!notif_ver) in iwl_mvm_lookup_wowlan_status_ver()
2290 return notif_ver; in iwl_mvm_lookup_wowlan_status_ver()
2689 u8 notif_ver; in iwl_mvm_parse_wowlan_status_common() local
2707 notif_ver = iwl_mvm_lookup_wowlan_status_ver(mvm); in iwl_mvm_parse_wowlan_status_common()
2709 if (notif_ver < 7) { in iwl_mvm_parse_wowlan_status_common()
2740 } else if (notif_ver == 7) { in iwl_mvm_parse_wowlan_status_common()
2750 } else if (notif_ver == 9 || notif_ver == 10 || notif_ver == 11) { in iwl_mvm_parse_wowlan_status_common()
2765 } else if (notif_ver == 12) { in iwl_mvm_parse_wowlan_status_common()
[all …]
H A Dftm-initiator.c1270 u8 notif_ver = iwl_mvm_ftm_get_range_resp_ver(mvm); in iwl_mvm_ftm_range_resp() local
1278 if (unlikely(!iwl_mvm_ftm_resp_size_validation(notif_ver, pkt_len))) in iwl_mvm_ftm_range_resp()
1307 if (notif_ver >= 8) { in iwl_mvm_ftm_range_resp()
1310 } else if (notif_ver == 7) { in iwl_mvm_ftm_range_resp()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dnotif.c519 size_t notif_ver; in iwl_mld_notif_is_valid() local
530 notif_ver = iwl_fw_lookup_notif_ver(mld->fw, in iwl_mld_notif_is_valid()
536 if (handler->sizes[i].ver != notif_ver) in iwl_mld_notif_is_valid()
548 handler->cmd_id, notif_ver, in iwl_mld_notif_is_valid()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/tests/
H A Dlinks.c51 .notif_ver = 4