Searched refs:bundle_tx_compl (Results 1 – 1 of 1) sorted by relevance
876 struct wmi_tlv_tx_bundle_compl_parse *bundle_tx_compl = data; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse() local880 bundle_tx_compl->num_reports = ptr; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()883 if (!bundle_tx_compl->desc_ids_done) { in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()884 bundle_tx_compl->desc_ids_done = true; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()885 bundle_tx_compl->desc_ids = ptr; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()886 } else if (!bundle_tx_compl->status_done) { in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()887 bundle_tx_compl->status_done = true; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()888 bundle_tx_compl->status = ptr; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()889 } else if (!bundle_tx_compl->ppdu_ids_done) { in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()890 bundle_tx_compl->ppdu_ids_done = true; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()[all …]