Searched refs:mpdu_start (Results 1 – 5 of 5) sorted by relevance
1202 struct rx_mpdu_start mpdu_start; member
30 if (!(__le32_to_cpu(desc->mpdu_start.info1) & in ath11k_dp_rx_h_mpdu_start_enctype()35 __le32_to_cpu(desc->mpdu_start.info2)); in ath11k_dp_rx_h_mpdu_start_enctype()53 __le32_to_cpu(desc->mpdu_start.info1)); in ath11k_dp_rx_h_mpdu_start_seq_ctrl_valid()59 __le32_to_cpu(desc->mpdu_start.info1)); in ath11k_dp_rx_h_mpdu_start_fc_valid()81 __le32_to_cpu(desc->mpdu_start.info1)); in ath11k_dp_rx_h_mpdu_start_seq_no()184 __le32_to_cpu(desc->mpdu_start.info2)); in ath11k_dp_rx_h_mpdu_start_tid()189 return __le16_to_cpu(desc->mpdu_start.sw_peer_id); in ath11k_dp_rx_h_mpdu_start_peer_id()262 return __le16_to_cpu(rx_desc->mpdu_start.phy_ppdu_id); in ath11k_dp_rxdesc_get_ppduid()
804 ring->mpdu_start_offset = __cpu_to_le16(desc_offset(mpdu_start)); in ath10k_htt_fill_rx_desc_offset_32()823 ring->mpdu_start_offset = __cpu_to_le16(desc_offset(mpdu_start)); in ath10k_htt_fill_rx_desc_offset_64()
1026 __le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_h_rates()1027 __le32_to_cpu(rxd->mpdu_start.info1), in ath10k_htt_rx_h_rates()1080 peer_id = MS(__le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_h_peer_channel()1781 enctype = MS(__le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_h_mpdu()
2201 struct rx_mpdu_start mpdu_start; member