Searched refs:notif_ver (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/intel/iwlwifi/fw/ |
D | img.c | 45 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()
|
D | debugfs.c | 360 seq_printf(seq, " notif_ver: %d\n", ver->notif_ver); in iwl_dbgfs_fw_info_seq_show()
|
D | file.h | 942 u8 notif_ver; member
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | d3.c | 2040 u8 notif_ver; in iwl_mvm_lookup_wowlan_status_ver() local 2047 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LONG_GROUP, in iwl_mvm_lookup_wowlan_status_ver() 2049 if (!notif_ver) in iwl_mvm_lookup_wowlan_status_ver() 2050 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_lookup_wowlan_status_ver() 2053 return notif_ver; in iwl_mvm_lookup_wowlan_status_ver() 2312 u8 notif_ver; in iwl_mvm_parse_wowlan_status_common() local 2330 notif_ver = iwl_mvm_lookup_wowlan_status_ver(mvm); in iwl_mvm_parse_wowlan_status_common() 2332 if (notif_ver < 7) { in iwl_mvm_parse_wowlan_status_common() 2363 } else if (notif_ver == 7) { in iwl_mvm_parse_wowlan_status_common() 2373 } else if (notif_ver == 9 || notif_ver == 10 || notif_ver == 11) { in iwl_mvm_parse_wowlan_status_common() [all …]
|
D | rx.c | 840 u32 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_handle_rx_statistics_tlv() local 843 if (WARN_ONCE(notif_ver > 15, in iwl_mvm_handle_rx_statistics_tlv() 844 "invalid statistics version id: %d\n", notif_ver)) in iwl_mvm_handle_rx_statistics_tlv() 847 if (notif_ver == 14) { in iwl_mvm_handle_rx_statistics_tlv() 872 if (notif_ver == 15) { in iwl_mvm_handle_rx_statistics_tlv()
|
D | mac-ctxt.c | 1571 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, LEGACY_GROUP, in iwl_mvm_rx_missed_beacons_notif() local 1578 if (notif_ver < 4) { in iwl_mvm_rx_missed_beacons_notif() 1592 notif_ver < 4 ? "mac" : "link", in iwl_mvm_rx_missed_beacons_notif() 1764 u8 notif_ver = iwl_fw_lookup_notif_ver(mvm->fw, MAC_CONF_GROUP, in iwl_mvm_channel_switch_start_notif() local 1770 if (notif_ver < 3) { in iwl_mvm_channel_switch_start_notif() 1798 if (notif_ver >= 3) in iwl_mvm_channel_switch_start_notif()
|
D | ftm-initiator.c | 1221 u8 notif_ver = iwl_mvm_ftm_get_range_resp_ver(mvm); in iwl_mvm_ftm_range_resp() local 1229 if (unlikely(!iwl_mvm_ftm_resp_size_validation(notif_ver, pkt_len))) in iwl_mvm_ftm_range_resp() 1258 if (notif_ver >= 8) { in iwl_mvm_ftm_range_resp() 1261 } else if (notif_ver == 7) { in iwl_mvm_ftm_range_resp()
|