Searched refs:rx_ind (Results 1 – 2 of 2) sorted by relevance
640 htt_rx_ind_get_mpdu_ranges(struct htt_rx_indication *rx_ind) in htt_rx_ind_get_mpdu_ranges() argument642 void *ptr = rx_ind; in htt_rx_ind_get_mpdu_ranges()644 ptr += sizeof(rx_ind->hdr) in htt_rx_ind_get_mpdu_ranges()645 + sizeof(rx_ind->ppdu) in htt_rx_ind_get_mpdu_ranges()646 + sizeof(rx_ind->prefix) in htt_rx_ind_get_mpdu_ranges()647 + roundup(__le16_to_cpu(rx_ind->prefix.fw_rx_desc_bytes), 4); in htt_rx_ind_get_mpdu_ranges()1347 struct htt_rx_indication rx_ind; member
2229 ath10k_htt_rx_handler(htt, &resp->rx_ind); in ath10k_htt_txrx_compl_task()