Searched refs:rx_ind (Results 1 – 2 of 2) sorted by relevance
757 htt_rx_ind_get_mpdu_ranges(struct htt_rx_indication *rx_ind) in htt_rx_ind_get_mpdu_ranges() argument759 void *ptr = rx_ind; in htt_rx_ind_get_mpdu_ranges()761 ptr += sizeof(rx_ind->hdr) in htt_rx_ind_get_mpdu_ranges()762 + sizeof(rx_ind->ppdu) in htt_rx_ind_get_mpdu_ranges()763 + sizeof(rx_ind->prefix) in htt_rx_ind_get_mpdu_ranges()764 + roundup(__le16_to_cpu(rx_ind->prefix.fw_rx_desc_bytes), 4); in htt_rx_ind_get_mpdu_ranges()769 htt_rx_ind_get_mpdu_ranges_hl(struct htt_rx_indication_hl *rx_ind) in htt_rx_ind_get_mpdu_ranges_hl() argument771 void *ptr = rx_ind; in htt_rx_ind_get_mpdu_ranges_hl()773 ptr += sizeof(rx_ind->hdr) in htt_rx_ind_get_mpdu_ranges_hl()774 + sizeof(rx_ind->ppdu) in htt_rx_ind_get_mpdu_ranges_hl()[all …]
4100 ath10k_htt_rx_proc_rx_ind_ll(htt, &resp->rx_ind); in ath10k_htt_t2h_msg_handler()