Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dhw.c251 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 …]
Drx_desc.h1441 struct rx_mpdu_start_ipq8074 mpdu_start; member
1460 struct rx_mpdu_start_qcn9074 mpdu_start; member
1479 struct rx_mpdu_start_wcn6855 mpdu_start; member
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
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()
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()
Dhtt_tx.c806 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()
Dhtt.h2202 struct rx_mpdu_start mpdu_start; member