Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.c733 struct wmi_tlv_tx_bundle_compl_parse *bundle_tx_compl = data; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse() local
737 bundle_tx_compl->num_reports = ptr; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
740 if (!bundle_tx_compl->desc_ids_done) { in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
741 bundle_tx_compl->desc_ids_done = true; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
742 bundle_tx_compl->desc_ids = ptr; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
743 } else if (!bundle_tx_compl->status_done) { in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
744 bundle_tx_compl->status_done = true; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
745 bundle_tx_compl->status = ptr; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
746 } else if (!bundle_tx_compl->ppdu_ids_done) { in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
747 bundle_tx_compl->ppdu_ids_done = true; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
[all …]