Home
last modified time | relevance | path

Searched refs:hal_rx_desc (Results 1 – 13 of 13) sorted by relevance

/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dhw.h114 struct hal_rx_desc;
239 bool (*rx_desc_get_first_msdu)(struct hal_rx_desc *desc);
240 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc);
241 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc);
242 u8 *(*rx_desc_get_hdr_status)(struct hal_rx_desc *desc);
243 bool (*rx_desc_encrypt_valid)(struct hal_rx_desc *desc);
244 u32 (*rx_desc_get_encrypt_type)(struct hal_rx_desc *desc);
245 u8 (*rx_desc_get_decap_type)(struct hal_rx_desc *desc);
246 u8 (*rx_desc_get_mesh_ctl)(struct hal_rx_desc *desc);
247 bool (*rx_desc_get_ldpc_support)(struct hal_rx_desc *desc);
[all …]
Dhw.c234 static bool ath11k_hw_ipq8074_rx_desc_get_first_msdu(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_first_msdu()
240 static bool ath11k_hw_ipq8074_rx_desc_get_last_msdu(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_last_msdu()
246 static u8 ath11k_hw_ipq8074_rx_desc_get_l3_pad_bytes(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_l3_pad_bytes()
252 static u8 *ath11k_hw_ipq8074_rx_desc_get_hdr_status(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_hdr_status()
257 static bool ath11k_hw_ipq8074_rx_desc_encrypt_valid(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_encrypt_valid()
263 static u32 ath11k_hw_ipq8074_rx_desc_get_encrypt_type(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_encrypt_type()
269 static u8 ath11k_hw_ipq8074_rx_desc_get_decap_type(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_decap_type()
275 static u8 ath11k_hw_ipq8074_rx_desc_get_mesh_ctl(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_mesh_ctl()
281 static bool ath11k_hw_ipq8074_rx_desc_get_ldpc_support(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_ldpc_support()
287 static bool ath11k_hw_ipq8074_rx_desc_get_mpdu_seq_ctl_vld(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_mpdu_seq_ctl_vld()
[all …]
Ddp_rx.c24 u8 *ath11k_dp_rx_h_80211_hdr(struct ath11k_base *ab, struct hal_rx_desc *desc) in ath11k_dp_rx_h_80211_hdr()
31 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_enctype()
40 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_decap_type()
47 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_ldpc_support()
54 struct hal_rx_desc *desc) in ath11k_dp_rx_h_msdu_start_mesh_ctl_present()
61 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_seq_ctrl_valid()
67 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_fc_valid()
91 struct hal_rx_desc *desc) in ath11k_dp_rx_h_mpdu_start_seq_no()
97 struct hal_rx_desc *desc) in ath11k_dp_rx_get_attention()
157 struct hal_rx_desc *desc) in ath11k_dp_rx_h_attn_msdu_len_err()
[all …]
Drx_desc.h1489 struct hal_rx_desc { struct
Dcore.h127 struct hal_rx_desc *rx_desc;
/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dhal.h1035 bool (*rx_desc_get_first_msdu)(struct hal_rx_desc *desc);
1036 bool (*rx_desc_get_last_msdu)(struct hal_rx_desc *desc);
1037 u8 (*rx_desc_get_l3_pad_bytes)(struct hal_rx_desc *desc);
1038 u8 *(*rx_desc_get_hdr_status)(struct hal_rx_desc *desc);
1039 bool (*rx_desc_encrypt_valid)(struct hal_rx_desc *desc);
1040 u32 (*rx_desc_get_encrypt_type)(struct hal_rx_desc *desc);
1041 u8 (*rx_desc_get_decap_type)(struct hal_rx_desc *desc);
1042 u8 (*rx_desc_get_mesh_ctl)(struct hal_rx_desc *desc);
1043 bool (*rx_desc_get_mpdu_seq_ctl_vld)(struct hal_rx_desc *desc);
1044 bool (*rx_desc_get_mpdu_fc_valid)(struct hal_rx_desc *desc);
[all …]
Dhal.c290 static bool ath12k_hw_qcn9274_rx_desc_get_first_msdu(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_first_msdu()
296 static bool ath12k_hw_qcn9274_rx_desc_get_last_msdu(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_last_msdu()
302 static u8 ath12k_hw_qcn9274_rx_desc_get_l3_pad_bytes(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_l3_pad_bytes()
308 static bool ath12k_hw_qcn9274_rx_desc_encrypt_valid(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_encrypt_valid()
314 static u32 ath12k_hw_qcn9274_rx_desc_get_encrypt_type(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_encrypt_type()
320 static u8 ath12k_hw_qcn9274_rx_desc_get_decap_type(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_decap_type()
326 static u8 ath12k_hw_qcn9274_rx_desc_get_mesh_ctl(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_mesh_ctl()
332 static bool ath12k_hw_qcn9274_rx_desc_get_mpdu_seq_ctl_vld(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_mpdu_seq_ctl_vld()
338 static bool ath12k_hw_qcn9274_rx_desc_get_mpdu_fc_valid(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_mpdu_fc_valid()
344 static u16 ath12k_hw_qcn9274_rx_desc_get_mpdu_start_seq_no(struct hal_rx_desc *desc) in ath12k_hw_qcn9274_rx_desc_get_mpdu_start_seq_no()
[all …]
Ddp_rx.h130 struct hal_rx_desc *desc);
134 struct hal_rx_desc *desc);
136 struct hal_rx_desc *desc);
137 void ath12k_dp_rx_h_ppdu(struct ath12k *ar, struct hal_rx_desc *rx_desc,
Ddp_rx.c24 struct hal_rx_desc *desc) in ath12k_dp_rx_h_enctype()
33 struct hal_rx_desc *desc) in ath12k_dp_rx_h_decap_type()
39 struct hal_rx_desc *desc) in ath12k_dp_rx_h_mesh_ctl_present()
45 struct hal_rx_desc *desc) in ath12k_dp_rx_h_seq_ctrl_valid()
51 struct hal_rx_desc *desc) in ath12k_dp_rx_h_fc_valid()
75 struct hal_rx_desc *desc) in ath12k_dp_rx_h_seq_no()
81 struct hal_rx_desc *desc) in ath12k_dp_rx_h_msdu_done()
87 struct hal_rx_desc *desc) in ath12k_dp_rx_h_l4_cksum_fail()
93 struct hal_rx_desc *desc) in ath12k_dp_rx_h_ip_cksum_fail()
99 struct hal_rx_desc *desc) in ath12k_dp_rx_h_is_decrypted()
[all …]
Dhw.h112 struct hal_rx_desc;
Drx_desc.h1421 struct hal_rx_desc { struct
Ddp_mon.c871 (struct hal_rx_desc *)msdu->data); in ath12k_dp_mon_rx_msdus_set_payload()
882 struct hal_rx_desc *rx_desc; in ath12k_dp_mon_rx_merg_msdus()
892 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath12k_dp_mon_rx_merg_msdus()
921 rx_desc = (struct hal_rx_desc *)head_msdu->data; in ath12k_dp_mon_rx_merg_msdus()
Dcore.h95 struct hal_rx_desc *rx_desc;