Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dwmi.c5751 struct wmi_mgmt_tx_compl_event tx_compl_param = {0}; in ath11k_mgmt_tx_compl_event() local
5754 if (ath11k_pull_mgmt_tx_compl_param_tlv(ab, skb, &tx_compl_param) != 0) { in ath11k_mgmt_tx_compl_event()
5760 ar = ath11k_mac_get_ar_by_pdev_id(ab, tx_compl_param.pdev_id); in ath11k_mgmt_tx_compl_event()
5763 tx_compl_param.pdev_id); in ath11k_mgmt_tx_compl_event()
5767 wmi_process_mgmt_tx_comp(ar, tx_compl_param.desc_id, in ath11k_mgmt_tx_compl_event()
5768 tx_compl_param.status); in ath11k_mgmt_tx_compl_event()
5772 tx_compl_param.pdev_id, tx_compl_param.desc_id, in ath11k_mgmt_tx_compl_event()
5773 tx_compl_param.status); in ath11k_mgmt_tx_compl_event()