Searched refs:mpdu_start (Results 1 – 5 of 5) sorted by relevance
251 return __le32_to_cpu(desc->u.ipq8074.mpdu_start.info1) & in ath11k_hw_ipq8074_rx_desc_encrypt_valid()258 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info2)); in ath11k_hw_ipq8074_rx_desc_get_encrypt_type()276 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info1)); in ath11k_hw_ipq8074_rx_desc_get_mpdu_seq_ctl_vld()282 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info1)); in ath11k_hw_ipq8074_rx_desc_get_mpdu_fc_valid()288 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info1)); in ath11k_hw_ipq8074_rx_desc_get_mpdu_start_seq_no()335 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info2)); in ath11k_hw_ipq8074_rx_desc_get_mpdu_tid()340 return __le16_to_cpu(desc->u.ipq8074.mpdu_start.sw_peer_id); in ath11k_hw_ipq8074_rx_desc_get_mpdu_peer_id()362 return __le16_to_cpu(desc->u.ipq8074.mpdu_start.phy_ppdu_id); in ath11k_hw_ipq8074_rx_desc_get_mpdu_ppdu_id()411 return __le32_to_cpu(desc->u.qcn9074.mpdu_start.info11) & in ath11k_hw_qcn9074_rx_desc_encrypt_valid()418 __le32_to_cpu(desc->u.qcn9074.mpdu_start.info9)); in ath11k_hw_qcn9074_rx_desc_get_encrypt_type()[all …]
1441 struct rx_mpdu_start_ipq8074 mpdu_start; member1460 struct rx_mpdu_start_qcn9074 mpdu_start; member1479 struct rx_mpdu_start_wcn6855 mpdu_start; member
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()1861 enctype = MS(__le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_h_mpdu()2139 enctype = MS(__le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_validate_amsdu()
806 ring->mpdu_start_offset = __cpu_to_le16(desc_offset(mpdu_start)); in ath10k_htt_fill_rx_desc_offset_32()825 ring->mpdu_start_offset = __cpu_to_le16(desc_offset(mpdu_start)); in ath10k_htt_fill_rx_desc_offset_64()
2202 struct rx_mpdu_start mpdu_start; member