Searched refs:qos_seq_ctr (Results 1 – 3 of 3) sorted by relevance
1401 u16 qos_seq_ctr[8]; member2159 ARRAY_SIZE(status->qos_seq_ctr), in iwl_mvm_parse_wowlan_info_notif()2163 status->qos_seq_ctr[data->tid_offloaded_tx] = in iwl_mvm_parse_wowlan_info_notif()2164 le16_to_cpu(data->qos_seq_ctr); in iwl_mvm_parse_wowlan_info_notif()2196 status->qos_seq_ctr[i] = in iwl_mvm_parse_wowlan_info_notif_v3()2197 le16_to_cpu(data->qos_seq_ctr[i]); in iwl_mvm_parse_wowlan_info_notif_v3()2225 status->qos_seq_ctr[i] = in iwl_mvm_parse_wowlan_info_notif_v1()2226 le16_to_cpu(data->qos_seq_ctr[i]); in iwl_mvm_parse_wowlan_info_notif_v1()2264 status->qos_seq_ctr[i] = \2265 le16_to_cpu(data->qos_seq_ctr[i]); \[all …]
583 notif->qos_seq_ctr = notif_v5->qos_seq_ctr; in iwl_mld_convert_wowlan_notif_v5()715 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