Home
last modified time | relevance | path

Searched refs:rxd_mpdu_start (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c994 struct rx_mpdu_start *rxd_mpdu_start; in ath10k_htt_rx_h_rates() local
1008 rxd_mpdu_start = ath10k_htt_rx_desc_get_mpdu_start(hw, rxd); in ath10k_htt_rx_h_rates()
1087 __le32_to_cpu(rxd_mpdu_start->info0), in ath10k_htt_rx_h_rates()
1088 __le32_to_cpu(rxd_mpdu_start->info1), in ath10k_htt_rx_h_rates()
1126 struct rx_mpdu_start *rxd_mpdu_start; in ath10k_htt_rx_h_peer_channel() local
1139 rxd_mpdu_start = ath10k_htt_rx_desc_get_mpdu_start(hw, rxd); in ath10k_htt_rx_h_peer_channel()
1149 peer_id = MS(__le32_to_cpu(rxd_mpdu_start->info0), in ath10k_htt_rx_h_peer_channel()
2061 struct rx_mpdu_start *rxd_mpdu_start; in ath10k_htt_rx_h_mpdu() local
2088 rxd_mpdu_start = ath10k_htt_rx_desc_get_mpdu_start(hw, rxd); in ath10k_htt_rx_h_mpdu()
2093 enctype = MS(__le32_to_cpu(rxd_mpdu_start->info0), in ath10k_htt_rx_h_mpdu()
[all …]