Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Drx_desc.h1202 struct rx_mpdu_start mpdu_start; member
Ddp_rx.c30 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()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c804 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()
Dhtt_rx.c1026 __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()
Dhtt.h2201 struct rx_mpdu_start mpdu_start; member