Lines Matching refs:rxd_mpdu_start
979 struct rx_mpdu_start *rxd_mpdu_start; in ath10k_htt_rx_h_rates() local
993 rxd_mpdu_start = ath10k_htt_rx_desc_get_mpdu_start(hw, rxd); in ath10k_htt_rx_h_rates()
1072 __le32_to_cpu(rxd_mpdu_start->info0), in ath10k_htt_rx_h_rates()
1073 __le32_to_cpu(rxd_mpdu_start->info1), in ath10k_htt_rx_h_rates()
1111 struct rx_mpdu_start *rxd_mpdu_start; in ath10k_htt_rx_h_peer_channel() local
1124 rxd_mpdu_start = ath10k_htt_rx_desc_get_mpdu_start(hw, rxd); in ath10k_htt_rx_h_peer_channel()
1134 peer_id = MS(__le32_to_cpu(rxd_mpdu_start->info0), in ath10k_htt_rx_h_peer_channel()
1936 struct rx_mpdu_start *rxd_mpdu_start; in ath10k_htt_rx_h_mpdu() local
1959 rxd_mpdu_start = ath10k_htt_rx_desc_get_mpdu_start(hw, rxd); in ath10k_htt_rx_h_mpdu()
1964 enctype = MS(__le32_to_cpu(rxd_mpdu_start->info0), in ath10k_htt_rx_h_mpdu()
2229 struct rx_mpdu_start *rxd_mpdu_start; in ath10k_htt_rx_validate_amsdu() local
2241 rxd_mpdu_start = ath10k_htt_rx_desc_get_mpdu_start(hw, rxd); in ath10k_htt_rx_validate_amsdu()
2257 enctype = MS(__le32_to_cpu(rxd_mpdu_start->info0), in ath10k_htt_rx_validate_amsdu()