Searched refs:mpdu_start (Results 1 – 5 of 5) sorted by relevance
261 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info2)); in ath11k_hw_ipq8074_rx_desc_get_encrypt_type()291 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info1)); in ath11k_hw_ipq8074_rx_desc_get_mpdu_start_seq_no()338 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info2)); in ath11k_hw_ipq8074_rx_desc_get_mpdu_tid()386 return desc->u.ipq8074.mpdu_start.addr2; in ath11k_hw_ipq8074_rx_desc_mpdu_start_addr2()432 __le32_to_cpu(desc->u.qcn9074.mpdu_start.info9)); in ath11k_hw_qcn9074_rx_desc_get_encrypt_type()509 __le32_to_cpu(desc->u.qcn9074.mpdu_start.info9)); in ath11k_hw_qcn9074_rx_desc_get_mpdu_tid()568 return desc->u.qcn9074.mpdu_start.addr2; in ath11k_hw_ipq9074_rx_desc_mpdu_start_addr2()603 __le32_to_cpu(desc->u.wcn6855.mpdu_start.info2)); in ath11k_hw_wcn6855_rx_desc_get_encrypt_type()633 __le32_to_cpu(desc->u.wcn6855.mpdu_start.info1)); in ath11k_hw_wcn6855_rx_desc_get_mpdu_start_seq_no()680 __le32_to_cpu(desc->u.wcn6855.mpdu_start.info2)); in ath11k_hw_wcn6855_rx_desc_get_mpdu_tid()[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()
2205 struct rx_mpdu_start mpdu_start; member
Completed in 52 milliseconds