Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c3518 len = sizeof(resp->hdr) + sizeof(resp->tx_fetch_confirm); in ath10k_htt_rx_tx_fetch_confirm()
3524 num_resp_ids = le16_to_cpu(resp->tx_fetch_confirm.num_resp_ids); in ath10k_htt_rx_tx_fetch_confirm()
3525 len += sizeof(resp->tx_fetch_confirm.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_confirm()
3533 resp->tx_fetch_confirm.resp_ids, in ath10k_htt_rx_tx_fetch_confirm()
Dhtt.h1720 struct htt_tx_fetch_confirm tx_fetch_confirm; member