Searched refs:rx_ind (Results 1 – 2 of 2) sorted by relevance
762 htt_rx_ind_get_mpdu_ranges(struct htt_rx_indication *rx_ind) in htt_rx_ind_get_mpdu_ranges() argument764 void *ptr = rx_ind; in htt_rx_ind_get_mpdu_ranges()766 ptr += sizeof(rx_ind->hdr) in htt_rx_ind_get_mpdu_ranges()767 + sizeof(rx_ind->ppdu) in htt_rx_ind_get_mpdu_ranges()768 + sizeof(rx_ind->prefix) in htt_rx_ind_get_mpdu_ranges()769 + roundup(__le16_to_cpu(rx_ind->prefix.fw_rx_desc_bytes), 4); in htt_rx_ind_get_mpdu_ranges()774 htt_rx_ind_get_mpdu_ranges_hl(struct htt_rx_indication_hl *rx_ind) in htt_rx_ind_get_mpdu_ranges_hl() argument776 void *ptr = rx_ind; in htt_rx_ind_get_mpdu_ranges_hl()778 ptr += sizeof(rx_ind->hdr) in htt_rx_ind_get_mpdu_ranges_hl()779 + sizeof(rx_ind->ppdu) in htt_rx_ind_get_mpdu_ranges_hl()[all …]
3791 ath10k_htt_rx_proc_rx_ind_ll(htt, &resp->rx_ind); in ath10k_htt_t2h_msg_handler()