Searched refs:rx_ind (Results 1 – 2 of 2) sorted by relevance
752 htt_rx_ind_get_mpdu_ranges(struct htt_rx_indication *rx_ind) in htt_rx_ind_get_mpdu_ranges() argument754 void *ptr = rx_ind; in htt_rx_ind_get_mpdu_ranges()756 ptr += sizeof(rx_ind->hdr) in htt_rx_ind_get_mpdu_ranges()757 + sizeof(rx_ind->ppdu) in htt_rx_ind_get_mpdu_ranges()758 + sizeof(rx_ind->prefix) in htt_rx_ind_get_mpdu_ranges()759 + roundup(__le16_to_cpu(rx_ind->prefix.fw_rx_desc_bytes), 4); in htt_rx_ind_get_mpdu_ranges()764 htt_rx_ind_get_mpdu_ranges_hl(struct htt_rx_indication_hl *rx_ind) in htt_rx_ind_get_mpdu_ranges_hl() argument766 void *ptr = rx_ind; in htt_rx_ind_get_mpdu_ranges_hl()768 ptr += sizeof(rx_ind->hdr) in htt_rx_ind_get_mpdu_ranges_hl()769 + sizeof(rx_ind->ppdu) in htt_rx_ind_get_mpdu_ranges_hl()[all …]
3761 ath10k_htt_rx_proc_rx_ind_ll(htt, &resp->rx_ind); in ath10k_htt_t2h_msg_handler()