Home
last modified time | relevance | path

Searched refs:qos_seq_ctr (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dd3.h661 * @qos_seq_ctr: QoS sequence counters to use next
675 __le16 qos_seq_ctr[8]; member
692 * @qos_seq_ctr: QoS sequence counters to use next
707 __le16 qos_seq_ctr[8]; member
724 * @qos_seq_ctr: QoS sequence counters to use next
742 __le16 qos_seq_ctr[8]; member
808 * @qos_seq_ctr: QoS sequence counters to use next
825 __le16 qos_seq_ctr[8]; member
842 * @qos_seq_ctr: QoS sequence counters to use next
862 __le16 qos_seq_ctr; member
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1425 u16 qos_seq_ctr[8]; member
2320 ARRAY_SIZE(status->qos_seq_ctr), in iwl_mvm_parse_wowlan_info_notif()
2324 status->qos_seq_ctr[data->tid_offloaded_tx] = in iwl_mvm_parse_wowlan_info_notif()
2325 le16_to_cpu(data->qos_seq_ctr); in iwl_mvm_parse_wowlan_info_notif()
2357 status->qos_seq_ctr[i] = in iwl_mvm_parse_wowlan_info_notif_v3()
2358 le16_to_cpu(data->qos_seq_ctr[i]); in iwl_mvm_parse_wowlan_info_notif_v3()
2386 status->qos_seq_ctr[i] = in iwl_mvm_parse_wowlan_info_notif_v1()
2387 le16_to_cpu(data->qos_seq_ctr[i]); in iwl_mvm_parse_wowlan_info_notif_v1()
2425 status->qos_seq_ctr[i] = \
2426 le16_to_cpu(data->qos_seq_ctr[
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h3834 __le16 qos_seq_ctr[8]; member
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c441 wowlan_status->last_qos_seq = le16_to_cpu(notif->qos_seq_ctr); in iwl_mld_handle_wowlan_info_notif()