Searched refs:qos_seq_ctr (Results 1 – 3 of 3) sorted by relevance
1401 u16 qos_seq_ctr[8]; member2148 ARRAY_SIZE(status->qos_seq_ctr), in iwl_mvm_parse_wowlan_info_notif()2152 status->qos_seq_ctr[data->tid_offloaded_tx] = in iwl_mvm_parse_wowlan_info_notif()2153 le16_to_cpu(data->qos_seq_ctr); in iwl_mvm_parse_wowlan_info_notif()2185 status->qos_seq_ctr[i] = in iwl_mvm_parse_wowlan_info_notif_v3()2186 le16_to_cpu(data->qos_seq_ctr[i]); in iwl_mvm_parse_wowlan_info_notif_v3()2214 status->qos_seq_ctr[i] = in iwl_mvm_parse_wowlan_info_notif_v1()2215 le16_to_cpu(data->qos_seq_ctr[i]); in iwl_mvm_parse_wowlan_info_notif_v1()2253 status->qos_seq_ctr[i] = \2254 le16_to_cpu(data->qos_seq_ctr[i]); \[all …]
548 notif->qos_seq_ctr = notif_v5->qos_seq_ctr; in iwl_mld_convert_wowlan_notif_v5()655 wowlan_status->last_qos_seq = le16_to_cpu(notif->qos_seq_ctr); in iwl_mld_handle_wowlan_info_notif()
3834 __le16 qos_seq_ctr[8]; member