Searched refs:notif_ver (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | img.c | 46 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 D | debugfs.c | 410 seq_printf(seq, " notif_ver: %d\n", ver->notif_ver); in iwl_dbgfs_fw_info_seq_show()
|
| H A D | file.h | 1040 u8 notif_ver; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rx.c | 942 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 D | mac-ctxt.c | 1571 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 D | d3.c | 1938 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 D | ftm-initiator.c | 1270 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 D | notif.c | 489 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()
|