Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c3088 len = sizeof(resp->hdr) + sizeof(resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind()
3094 num_records = le16_to_cpu(resp->tx_fetch_ind.num_records); in ath10k_htt_rx_tx_fetch_ind()
3095 num_resp_ids = le16_to_cpu(resp->tx_fetch_ind.num_resp_ids); in ath10k_htt_rx_tx_fetch_ind()
3097 len += sizeof(resp->tx_fetch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_fetch_ind()
3098 len += sizeof(resp->tx_fetch_ind.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_ind()
3107 le16_to_cpu(resp->tx_fetch_ind.fetch_seq_num)); in ath10k_htt_rx_tx_fetch_ind()
3122 record = &resp->tx_fetch_ind.records[i]; in ath10k_htt_rx_tx_fetch_ind()
3182 resp_ids = ath10k_htt_get_tx_fetch_ind_resp_ids(&resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind()
3186 resp->tx_fetch_ind.token, in ath10k_htt_rx_tx_fetch_ind()
3187 resp->tx_fetch_ind.fetch_seq_num, in ath10k_htt_rx_tx_fetch_ind()
[all …]
Dhtt.h1831 struct htt_tx_fetch_ind tx_fetch_ind; member