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.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.c410 seq_printf(seq, " notif_ver: %d\n", ver->notif_ver); in iwl_dbgfs_fw_info_seq_show()
H A Dfile.h1040 u8 notif_ver; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c942 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, STATISTICS_GROUP, in iwl_mvm_handle_rx_system_oper_stats() local
945 if (notif_ver != 3) { in iwl_mvm_handle_rx_system_oper_stats()
948 notif_ver); in iwl_mvm_handle_rx_system_oper_stats()
970 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, STATISTICS_GROUP, in iwl_mvm_handle_rx_system_oper_part1_stats() local
973 if (notif_ver != 4) { in iwl_mvm_handle_rx_system_oper_part1_stats()
976 notif_ver); in iwl_mvm_handle_rx_system_oper_part1_stats()
1000 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_rx_statistics_tlv() local
1003 if (WARN_ONCE(notif_ver > 15, in iwl_mvm_handle_rx_statistics_tlv()
1004 "invalid statistics version id: %d\n", notif_ver)) in iwl_mvm_handle_rx_statistics_tlv()
1007 if (notif_ver == 14) { in iwl_mvm_handle_rx_statistics_tlv()
[all …]
H A Dmac-ctxt.c1571 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_missed_beacons_notif() local
1583 notif_ver = new_notif_ver; in iwl_mvm_handle_missed_beacons_notif()
1587 notif_ver < 4 ? "mac" : "link", in iwl_mvm_handle_missed_beacons_notif()
1807 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_channel_switch_start_notif() local
1813 if (notif_ver < 3) { in iwl_mvm_channel_switch_start_notif()
1841 if (notif_ver >= 3) in iwl_mvm_channel_switch_start_notif()
H A Dd3.c1938 u8 notif_ver; in iwl_mvm_lookup_wowlan_status_ver() local
1945 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, in iwl_mvm_lookup_wowlan_status_ver()
1947 if (!notif_ver) in iwl_mvm_lookup_wowlan_status_ver()
1948 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_lookup_wowlan_status_ver()
1951 return notif_ver; in iwl_mvm_lookup_wowlan_status_ver()
2296 u8 notif_ver; in iwl_mvm_parse_wowlan_status_common() local
2314 notif_ver = iwl_mvm_lookup_wowlan_status_ver(mvm); in iwl_mvm_parse_wowlan_status_common()
2316 if (notif_ver < 7) { in iwl_mvm_parse_wowlan_status_common()
2349 } else if (notif_ver == 7) { in iwl_mvm_parse_wowlan_status_common()
2363 notif_ver); in iwl_mvm_parse_wowlan_status_common()
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/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()