Searched refs:rx_ind (Results 1 – 2 of 2) sorted by relevance
494 htt_rx_ind_get_mpdu_ranges(struct htt_rx_indication *rx_ind) in htt_rx_ind_get_mpdu_ranges() argument496 void *ptr = rx_ind; in htt_rx_ind_get_mpdu_ranges()498 ptr += sizeof(rx_ind->hdr) in htt_rx_ind_get_mpdu_ranges()499 + sizeof(rx_ind->ppdu) in htt_rx_ind_get_mpdu_ranges()500 + sizeof(rx_ind->prefix) in htt_rx_ind_get_mpdu_ranges()501 + roundup(__le16_to_cpu(rx_ind->prefix.fw_rx_desc_bytes), 4); in htt_rx_ind_get_mpdu_ranges()1201 struct htt_rx_indication rx_ind; member
2056 ath10k_htt_rx_handler(htt, &resp->rx_ind); in ath10k_htt_txrx_compl_task()