Lines Matching refs:tx_fetch_ind
3061 len = sizeof(resp->hdr) + sizeof(resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind()
3067 num_records = le16_to_cpu(resp->tx_fetch_ind.num_records); in ath10k_htt_rx_tx_fetch_ind()
3068 num_resp_ids = le16_to_cpu(resp->tx_fetch_ind.num_resp_ids); in ath10k_htt_rx_tx_fetch_ind()
3070 len += sizeof(resp->tx_fetch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_fetch_ind()
3071 len += sizeof(resp->tx_fetch_ind.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_ind()
3080 le16_to_cpu(resp->tx_fetch_ind.fetch_seq_num)); in ath10k_htt_rx_tx_fetch_ind()
3095 record = &resp->tx_fetch_ind.records[i]; in ath10k_htt_rx_tx_fetch_ind()
3155 resp_ids = ath10k_htt_get_tx_fetch_ind_resp_ids(&resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind()
3159 resp->tx_fetch_ind.token, in ath10k_htt_rx_tx_fetch_ind()
3160 resp->tx_fetch_ind.fetch_seq_num, in ath10k_htt_rx_tx_fetch_ind()
3161 resp->tx_fetch_ind.records, in ath10k_htt_rx_tx_fetch_ind()
3165 le32_to_cpu(resp->tx_fetch_ind.token), ret); in ath10k_htt_rx_tx_fetch_ind()
3895 struct sk_buff *tx_fetch_ind = skb_copy(skb, GFP_ATOMIC); in ath10k_htt_t2h_msg_handler() local
3897 if (!tx_fetch_ind) { in ath10k_htt_t2h_msg_handler()
3901 skb_queue_tail(&htt->tx_fetch_ind_q, tx_fetch_ind); in ath10k_htt_t2h_msg_handler()