Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c3512 len = sizeof(resp->hdr) + sizeof(resp->tx_fetch_confirm); in ath10k_htt_rx_tx_fetch_confirm()
3518 num_resp_ids = le16_to_cpu(resp->tx_fetch_confirm.num_resp_ids); in ath10k_htt_rx_tx_fetch_confirm()
3519 len += sizeof(resp->tx_fetch_confirm.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_confirm()
3527 resp->tx_fetch_confirm.resp_ids, in ath10k_htt_rx_tx_fetch_confirm()
Dhtt.h1720 struct htt_tx_fetch_confirm tx_fetch_confirm; member