Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c4122 int status = __le32_to_cpu(resp->mgmt_tx_completion.status); in ath10k_htt_t2h_msg_handler()
4123 int info = __le32_to_cpu(resp->mgmt_tx_completion.info); in ath10k_htt_t2h_msg_handler()
4125 tx_done.msdu_id = __le32_to_cpu(resp->mgmt_tx_completion.desc_id); in ath10k_htt_t2h_msg_handler()
4132 (resp->mgmt_tx_completion.flags & in ath10k_htt_t2h_msg_handler()
Dhtt.h1702 struct htt_mgmt_tx_completion mgmt_tx_completion; member