Searched refs:rx_ind (Results 1 – 2 of 2) sorted by relevance
756 htt_rx_ind_get_mpdu_ranges(struct htt_rx_indication *rx_ind) in htt_rx_ind_get_mpdu_ranges() argument758 void *ptr = rx_ind; in htt_rx_ind_get_mpdu_ranges()760 ptr += sizeof(rx_ind->hdr) in htt_rx_ind_get_mpdu_ranges()761 + sizeof(rx_ind->ppdu) in htt_rx_ind_get_mpdu_ranges()762 + sizeof(rx_ind->prefix) in htt_rx_ind_get_mpdu_ranges()763 + roundup(__le16_to_cpu(rx_ind->prefix.fw_rx_desc_bytes), 4); in htt_rx_ind_get_mpdu_ranges()768 htt_rx_ind_get_mpdu_ranges_hl(struct htt_rx_indication_hl *rx_ind) in htt_rx_ind_get_mpdu_ranges_hl() argument770 void *ptr = rx_ind; in htt_rx_ind_get_mpdu_ranges_hl()772 ptr += sizeof(rx_ind->hdr) in htt_rx_ind_get_mpdu_ranges_hl()773 + sizeof(rx_ind->ppdu) in htt_rx_ind_get_mpdu_ranges_hl()[all …]
4105 ath10k_htt_rx_proc_rx_ind_ll(htt, &resp->rx_ind); in ath10k_htt_t2h_msg_handler()