Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dwmi.c6195 struct wmi_mgmt_tx_compl_event tx_compl_param = {0}; in ath11k_mgmt_tx_compl_event() local
6198 if (ath11k_pull_mgmt_tx_compl_param_tlv(ab, skb, &tx_compl_param) != 0) { in ath11k_mgmt_tx_compl_event()
6204 ar = ath11k_mac_get_ar_by_pdev_id(ab, tx_compl_param.pdev_id); in ath11k_mgmt_tx_compl_event()
6207 tx_compl_param.pdev_id); in ath11k_mgmt_tx_compl_event()
6211 wmi_process_mgmt_tx_comp(ar, tx_compl_param.desc_id, in ath11k_mgmt_tx_compl_event()
6212 tx_compl_param.status); in ath11k_mgmt_tx_compl_event()
6216 tx_compl_param.pdev_id, tx_compl_param.desc_id, in ath11k_mgmt_tx_compl_event()
6217 tx_compl_param.status); in ath11k_mgmt_tx_compl_event()