Searched refs:tx_fetch_ind (Results 1 – 1 of 1) sorted by relevance
3397 len = sizeof(resp->hdr) + sizeof(resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind()3403 num_records = le16_to_cpu(resp->tx_fetch_ind.num_records); in ath10k_htt_rx_tx_fetch_ind()3404 num_resp_ids = le16_to_cpu(resp->tx_fetch_ind.num_resp_ids); in ath10k_htt_rx_tx_fetch_ind()3406 len += sizeof(resp->tx_fetch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_fetch_ind()3407 len += sizeof(resp->tx_fetch_ind.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_ind()3416 le16_to_cpu(resp->tx_fetch_ind.fetch_seq_num)); in ath10k_htt_rx_tx_fetch_ind()3431 record = &resp->tx_fetch_ind.records[i]; in ath10k_htt_rx_tx_fetch_ind()3491 resp_ids = ath10k_htt_get_tx_fetch_ind_resp_ids(&resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind()3495 resp->tx_fetch_ind.token, in ath10k_htt_rx_tx_fetch_ind()3496 resp->tx_fetch_ind.fetch_seq_num, in ath10k_htt_rx_tx_fetch_ind()[all …]