Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c892 bundle_tx_compl->num_reports = ptr; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
895 if (!bundle_tx_compl->desc_ids_done) { in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
897 bundle_tx_compl->desc_ids = ptr; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
899 bundle_tx_compl->status_done = true; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
900 bundle_tx_compl->status = ptr; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
903 bundle_tx_compl->ppdu_ids = ptr; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
906 bundle_tx_compl->ack_rssi = ptr; in ath10k_wmi_tlv_mgmt_tx_bundle_compl_parse()
924 &bundle_tx_compl); in ath10k_wmi_tlv_op_pull_mgmt_tx_bundle_compl_ev()
930 if (!bundle_tx_compl.num_reports || !bundle_tx_compl.desc_ids || in ath10k_wmi_tlv_op_pull_mgmt_tx_bundle_compl_ev()
931 !bundle_tx_compl.status) in ath10k_wmi_tlv_op_pull_mgmt_tx_bundle_compl_ev()
[all …]