Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dwmi.c5783 struct wmi_mgmt_tx_compl_event tx_compl_param = {0}; in ath11k_mgmt_tx_compl_event() local
5786 if (ath11k_pull_mgmt_tx_compl_param_tlv(ab, skb, &tx_compl_param) != 0) { in ath11k_mgmt_tx_compl_event()
5792 ar = ath11k_mac_get_ar_by_pdev_id(ab, tx_compl_param.pdev_id); in ath11k_mgmt_tx_compl_event()
5795 tx_compl_param.pdev_id); in ath11k_mgmt_tx_compl_event()
5799 wmi_process_mgmt_tx_comp(ar, tx_compl_param.desc_id, in ath11k_mgmt_tx_compl_event()
5800 tx_compl_param.status); in ath11k_mgmt_tx_compl_event()
5804 tx_compl_param.pdev_id, tx_compl_param.desc_id, in ath11k_mgmt_tx_compl_event()
5805 tx_compl_param.status); in ath11k_mgmt_tx_compl_event()