Lines Matching refs:tx_compl_param
6114 struct wmi_mgmt_tx_compl_event *tx_compl_param) in wmi_process_mgmt_tx_comp() argument
6122 msdu = idr_find(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6126 tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6131 idr_remove(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6139 !tx_compl_param->status) { in wmi_process_mgmt_tx_comp()
6143 info->status.ack_signal = tx_compl_param->ack_rssi; in wmi_process_mgmt_tx_comp()
6156 num_mgmt, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
7984 struct wmi_mgmt_tx_compl_event tx_compl_param = {0}; in ath11k_mgmt_tx_compl_event() local
7987 if (ath11k_pull_mgmt_tx_compl_param_tlv(ab, skb, &tx_compl_param) != 0) { in ath11k_mgmt_tx_compl_event()
7993 ar = ath11k_mac_get_ar_by_pdev_id(ab, tx_compl_param.pdev_id); in ath11k_mgmt_tx_compl_event()
7996 tx_compl_param.pdev_id); in ath11k_mgmt_tx_compl_event()
8000 wmi_process_mgmt_tx_comp(ar, &tx_compl_param); in ath11k_mgmt_tx_compl_event()
8004 tx_compl_param.pdev_id, tx_compl_param.desc_id, in ath11k_mgmt_tx_compl_event()
8005 tx_compl_param.status, tx_compl_param.ack_rssi); in ath11k_mgmt_tx_compl_event()