Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c6293 struct wmi_mgmt_tx_compl_event *tx_compl_param) in wmi_process_mgmt_tx_comp() argument
6301 msdu = idr_find(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6305 tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6310 idr_remove(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6321 !tx_compl_param->status) { in wmi_process_mgmt_tx_comp()
6325 info->status.ack_signal = tx_compl_param->ack_rssi; in wmi_process_mgmt_tx_comp()
6338 num_mgmt, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
8052 struct wmi_mgmt_tx_compl_event tx_compl_param = {}; in ath11k_mgmt_tx_compl_event() local
8055 if (ath11k_pull_mgmt_tx_compl_param_tlv(ab, skb, &tx_compl_param) != 0) { in ath11k_mgmt_tx_compl_event()
8061 ar = ath11k_mac_get_ar_by_pdev_id(ab, tx_compl_param.pdev_id); in ath11k_mgmt_tx_compl_event()
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c7514 struct wmi_mgmt_tx_compl_event tx_compl_param = {}; in ath12k_mgmt_tx_compl_event() local
7517 if (ath12k_pull_mgmt_tx_compl_param_tlv(ab, skb, &tx_compl_param) != 0) { in ath12k_mgmt_tx_compl_event()
7523 ar = ath12k_mac_get_ar_by_pdev_id(ab, le32_to_cpu(tx_compl_param.pdev_id)); in ath12k_mgmt_tx_compl_event()
7526 tx_compl_param.pdev_id); in ath12k_mgmt_tx_compl_event()
7530 wmi_process_mgmt_tx_comp(ar, le32_to_cpu(tx_compl_param.desc_id), in ath12k_mgmt_tx_compl_event()
7531 le32_to_cpu(tx_compl_param.status), in ath12k_mgmt_tx_compl_event()
7532 le32_to_cpu(tx_compl_param.ack_rssi)); in ath12k_mgmt_tx_compl_event()
7536 tx_compl_param.pdev_id, tx_compl_param.desc_id, in ath12k_mgmt_tx_compl_event()
7537 tx_compl_param.status); in ath12k_mgmt_tx_compl_event()