Searched refs:qos_seq_ctr (Results 1 – 2 of 2) sorted by relevance
1437 u16 qos_seq_ctr[8]; member2512 ARRAY_SIZE(status->qos_seq_ctr), in iwl_mvm_parse_wowlan_info_notif()2516 status->qos_seq_ctr[data->tid_offloaded_tx] = in iwl_mvm_parse_wowlan_info_notif()2517 le16_to_cpu(data->qos_seq_ctr); in iwl_mvm_parse_wowlan_info_notif()2565 status->qos_seq_ctr[i] = in iwl_mvm_parse_wowlan_info_notif_v4()2566 le16_to_cpu(data->qos_seq_ctr[i]); in iwl_mvm_parse_wowlan_info_notif_v4()2605 status->qos_seq_ctr[i] = in iwl_mvm_parse_wowlan_info_notif_v2()2606 le16_to_cpu(data->qos_seq_ctr[i]); in iwl_mvm_parse_wowlan_info_notif_v2()2644 status->qos_seq_ctr[i] = \2645 le16_to_cpu(data->qos_seq_ctr[i]); \[all …]
3832 __le16 qos_seq_ctr[8]; member